init
This commit is contained in:
commit
8e54cfffc5
91 changed files with 2686 additions and 0 deletions
54
pubspec.yaml
Normal file
54
pubspec.yaml
Normal file
|
@ -0,0 +1,54 @@
|
|||
name: mc_gallery
|
||||
description: A new Flutter project.
|
||||
|
||||
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
|
||||
version: 1.0.0+1
|
||||
|
||||
environment:
|
||||
sdk: '>=2.18.0 <3.0.0'
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
cupertino_icons: ^1.0.5
|
||||
|
||||
# Routing
|
||||
go_router: ^5.2.4
|
||||
|
||||
# Service locator
|
||||
get_it: ^7.2.0
|
||||
|
||||
# Networking
|
||||
dio: ^4.0.6
|
||||
|
||||
# Util backend
|
||||
intl_utils: ^2.8.1
|
||||
|
||||
# Logging
|
||||
talker: ^2.1.0+1
|
||||
talker_dio_logger: ^1.0.0
|
||||
|
||||
# Assets
|
||||
flutter_svg: ^1.1.6
|
||||
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
flutter_lints: ^2.0.1
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
|
||||
assets:
|
||||
- assets/
|
||||
- assets/icons/
|
||||
|
||||
|
||||
flutter_intl:
|
||||
enabled: true
|
||||
class_name: Strings
|
||||
main_locale: "en"
|
||||
output_dir: lib/l10n/generated
|
Loading…
Add table
Add a link
Reference in a new issue