Created
February 11, 2021 09:40
-
-
Save Abdulsametileri/4e51a5703787caa35c4036018d117123 to your computer and use it in GitHub Desktop.
Infinite scroll pubspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependencies: | |
flutter: | |
sdk: flutter | |
cupertino_icons: ^1.0.0 | |
mobx: ^1.2.1+4 | |
flutter_mobx: ^1.1.0+2 | |
json_serializable: ^3.5.1 | |
dio: ^3.0.10 | |
dev_dependencies: | |
flutter_test: | |
sdk: flutter | |
build_runner: ^1.11.1 | |
mobx_codegen: ^1.1.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment