diff --git a/plan.md b/plan.md new file mode 100644 index 000000000..8ce1cd05a --- /dev/null +++ b/plan.md @@ -0,0 +1,19 @@ +# Galleries, demos, quickstarts + +A plan to migrate all samples to a unified, sane + +## Quickstarts + +Samples that are designed to be cloned and give a starting point to work with specific features. + * add_to_app + +## Demonstrations + +Samples that are designed to show complex problems solved in specific ways. + +* asset_transformation + +## Galleries + +Samples that are designed to + diff --git a/pubspec.yaml b/pubspec.yaml index 482a9d2f0..e425740e3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -49,6 +49,8 @@ skip_ci: - add_to_app/multiple_flutters/multiple_flutters_module - add_to_app/plugin/flutter_module_using_plugin - add_to_app/prebuilt_module/flutter_module + # remove after 3.44 release + - cupertino_gallery skip_ci_beta: - material_3_demo