Commit aa58fdb 1 parent 46dd606 commit aa58fdb Copy full SHA for aa58fdb
File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,9 @@ The app should be running now.
41
41
* [ Dart] [ dart ]
42
42
* [ Flutter] [ flutter ]
43
43
* [ Android Studio] [ android-studio ]
44
+ * [ flutter_typeahead] [ flutter_typeahead ]
45
+ * [ diacritic] [ diacritic ]
46
+ * [ flutter_launcher_icons] [ flutter_launcher_icons ]
44
47
45
48
## Contributing
46
49
@@ -56,11 +59,14 @@ develop mobile app using Flutter SDK and the Dart language.
56
59
This project is under the GNU General Public License. Please see the [ LICENSE.txt] [ license ] file
57
60
for more detail (it's a really fascinating story written in there!)
58
61
59
- [ zéphyr-demo ] : https://i.imgur.com/mvmbIwa .gif
62
+ [ zéphyr-demo ] : https://i.imgur.com/Ga1C2xa .gif
60
63
[ flutter-install ] : https://flutter.dev/docs/get-started/install
61
64
[ zephyr-zip ] : https://github.com/Cynnexis/zephyr/archive/master.zip
62
65
[ flutter ] : https://flutter.dev/
63
66
[ dart ] : https://dart.dev/
64
67
[ android-studio ] : https://developer.android.com/studio
68
+ [ flutter_typeahead ] : https://pub.dev/packages/flutter_typeahead
69
+ [ diacritic ] : https://pub.dev/packages/diacritic
70
+ [ flutter_launcher_icons ] : https://pub.dev/packages/flutter_launcher_icons
65
71
[ cynnexis ] : https://github.com/Cynnexis
66
72
[ license ] : https://github.com/Cynnexis/zephyr/blob/master/LICENSE.txt
Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ dependencies:
38
38
json_annotation : 3.0.1
39
39
path_provider : 1.6.11
40
40
provider : 4.3.1
41
+ flutter_typeahead : 1.8.6
42
+ json_serializable : 3.3.0
41
43
42
44
dev_dependencies :
43
45
flutter_driver :
@@ -52,8 +54,6 @@ dev_dependencies:
52
54
flutter_launcher_icons : 0.7.5
53
55
54
56
build_runner : 1.10.0
55
- json_serializable : 3.3.0
56
- flutter_typeahead : 1.8.6
57
57
58
58
59
59
# For information on the generic Dart part of this file, see the
You can’t perform that action at this time.
0 commit comments