1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +00:00
Files
samples/experimental/context_menus/.metadata
Justin McCandless 41571eae07 Custom context menu example (#1463)
* flutter create

* Copied in from 'contextual-menu-examples' repo

* Works again with the latest updates to the branch

* Clean up anywhere example

* Clean up other examples

* Add to CI

* Updated with release version of context menus, and added platform switcher

* Generated files

* Home icon on your original platform

* Remove web_dashboard from ci, not sure why that change was there...

* Add context_menu to beta channel, but commented out, for the future

* +x permissions on the master script, which I may have accidentally changed before?

* Actual bash comment

* dart format

* Natural default platform'

* A working test, for the email page

* Import order fix

* Test some pages

* More tests

* dart format
2022-11-09 16:42:25 +10:00

46 lines
1.6 KiB
Plaintext

# This file tracks properties of this Flutter project.
# Used by Flutter tool to assess capabilities and perform upgrades etc.
#
# This file should be version controlled.
version:
revision: d2434a2b6008698a6d805fce87b310098465bf4c
channel: unknown
project_type: app
# Tracks metadata for the flutter migrate command
migration:
platforms:
- platform: root
create_revision: d2434a2b6008698a6d805fce87b310098465bf4c
base_revision: d2434a2b6008698a6d805fce87b310098465bf4c
- platform: android
create_revision: d2434a2b6008698a6d805fce87b310098465bf4c
base_revision: d2434a2b6008698a6d805fce87b310098465bf4c
- platform: ios
create_revision: d2434a2b6008698a6d805fce87b310098465bf4c
base_revision: d2434a2b6008698a6d805fce87b310098465bf4c
- platform: linux
create_revision: d2434a2b6008698a6d805fce87b310098465bf4c
base_revision: d2434a2b6008698a6d805fce87b310098465bf4c
- platform: macos
create_revision: d2434a2b6008698a6d805fce87b310098465bf4c
base_revision: d2434a2b6008698a6d805fce87b310098465bf4c
- platform: web
create_revision: d2434a2b6008698a6d805fce87b310098465bf4c
base_revision: d2434a2b6008698a6d805fce87b310098465bf4c
- platform: windows
create_revision: d2434a2b6008698a6d805fce87b310098465bf4c
base_revision: d2434a2b6008698a6d805fce87b310098465bf4c
# User provided section
# List of Local paths (relative to this file) that should be
# ignored by the migrate tool.
#
# Files that are not part of the templates will be ignored by default.
unmanaged_files:
- 'lib/main.dart'
- 'ios/Runner.xcodeproj/project.pbxproj'