We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a3ffef commit fadd9b3Copy full SHA for fadd9b3
2 files changed
plan.md
@@ -0,0 +1,19 @@
1
+# Galleries, demos, quickstarts
2
+
3
+A plan to migrate all samples to a unified, sane
4
5
+## Quickstarts
6
7
+Samples that are designed to be cloned and give a starting point to work with specific features.
8
+ * add_to_app
9
10
+## Demonstrations
11
12
+Samples that are designed to show complex problems solved in specific ways.
13
14
+* asset_transformation
15
16
+## Galleries
17
18
+Samples that are designed to
19
pubspec.yaml
@@ -49,6 +49,8 @@ skip_ci:
49
- add_to_app/multiple_flutters/multiple_flutters_module
50
- add_to_app/plugin/flutter_module_using_plugin
51
- add_to_app/prebuilt_module/flutter_module
52
+ # remove after 3.44 release
53
+ - cupertino_gallery
54
55
skip_ci_beta:
56
- material_3_demo
0 commit comments