Skip to content

Commit aa58fdb

Browse files
committed
📝 Updated README.
* 🐛 Fixed few bugs in the `pubspec.yaml`.
1 parent 46dd606 commit aa58fdb

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ The app should be running now.
4141
* [Dart][dart]
4242
* [Flutter][flutter]
4343
* [Android Studio][android-studio]
44+
* [flutter_typeahead][flutter_typeahead]
45+
* [diacritic][diacritic]
46+
* [flutter_launcher_icons][flutter_launcher_icons]
4447

4548
## Contributing
4649

@@ -56,11 +59,14 @@ develop mobile app using Flutter SDK and the Dart language.
5659
This project is under the GNU General Public License. Please see the [LICENSE.txt][license] file
5760
for more detail (it's a really fascinating story written in there!)
5861

59-
[zéphyr-demo]: https://i.imgur.com/mvmbIwa.gif
62+
[zéphyr-demo]: https://i.imgur.com/Ga1C2xa.gif
6063
[flutter-install]: https://flutter.dev/docs/get-started/install
6164
[zephyr-zip]: https://github.com/Cynnexis/zephyr/archive/master.zip
6265
[flutter]: https://flutter.dev/
6366
[dart]: https://dart.dev/
6467
[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
6571
[cynnexis]: https://github.com/Cynnexis
6672
[license]: https://github.com/Cynnexis/zephyr/blob/master/LICENSE.txt

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ dependencies:
3838
json_annotation: 3.0.1
3939
path_provider: 1.6.11
4040
provider: 4.3.1
41+
flutter_typeahead: 1.8.6
42+
json_serializable: 3.3.0
4143

4244
dev_dependencies:
4345
flutter_driver:
@@ -52,8 +54,6 @@ dev_dependencies:
5254
flutter_launcher_icons: 0.7.5
5355

5456
build_runner: 1.10.0
55-
json_serializable: 3.3.0
56-
flutter_typeahead: 1.8.6
5757

5858

5959
# For information on the generic Dart part of this file, see the

0 commit comments

Comments
 (0)