Created
December 6, 2020 04:06
-
-
Save CoderJava/2f6f1f7ed67698d9f7bdceaa660b96a4 to your computer and use it in GitHub Desktop.
pubspec.yaml sample time zone flutter
This file contains hidden or 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
| name: sample_time_zone_flutter | |
| description: Implementation time zone in Flutter app | |
| publish_to: 'none' | |
| version: 1.0.0+1 | |
| environment: | |
| sdk: ">=2.7.0 <3.0.0" | |
| dependencies: | |
| flutter: | |
| sdk: flutter | |
| cupertino_icons: ^1.0.0 | |
| timezone: ^0.5.9 | |
| dio: ^3.0.10 | |
| intl: ^0.16.1 | |
| dev_dependencies: | |
| flutter_test: | |
| sdk: flutter | |
| json_annotation: ^3.1.1 | |
| json_serializable: ^3.5.1 | |
| build_runner: ^1.10.7 | |
| flutter: | |
| uses-material-design: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment