Skip to content

Commit 85f4d3f

Browse files
authored
Updating README. (#2)
1 parent f0fe228 commit 85f4d3f

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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).

0 commit comments

Comments
 (0)