File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ # Flutter samples
2+
3+ A collection of open source samples that illustrate best practices for
4+ [ Flutter] ( https://flutter.io ) .
5+
6+ This repo will be getting significantly larger as Flutter progresses toward 1.0.
7+
8+ ## Index
9+
10+ ### [ ` jsonexample ` ] ( jsonexample )
11+
12+ A simple app that deserializes a set of JSON strings using three
13+ different libraries: ` dart:convert ` , ` json_serializable ` , and ` built_value ` .
14+
15+ ## Questions or issues?
16+
17+ If you have a general question about one of these samples or how to adapt its
18+ techniques for one of your own apps, try one of these resources:
19+
20+ * [ The FlutterDev Google Group] ( https://groups.google.com/forum/#!forum/flutter-dev )
21+ * [ The Flutter Gitter channel] ( https://gitter.im/flutter/flutter )
22+ * [ StackOverflow] ( https://stackoverflow.com/questions/tagged/flutter )
23+
24+ If you run into a bug in one of the samples, please file an issue in the
25+ [ main Flutter repo] ( https://github.com/flutter/flutter/issues ) .
You can’t perform that action at this time.
0 commit comments