Created
December 5, 2024 14:17
Flutter - 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
name: app_flutter_benchmark | |
description: "A new Flutter project." | |
publish_to: 'none' | |
version: 1.0.0+1 | |
environment: | |
sdk: ^3.5.4 | |
dependencies: | |
flutter: | |
sdk: flutter | |
cupertino_icons: ^1.0.8 | |
lottie: ^3.1.3 | |
dev_dependencies: | |
flutter_test: | |
sdk: flutter | |
flutter_lints: ^4.0.0 | |
flutter: | |
uses-material-design: true | |
assets: | |
- assets/images/ | |
- assets/lottie/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment