You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
752 B
38 lines
752 B
7 months ago
|
name: counters
|
||
|
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: '>=3.2.2 <4.0.0'
|
||
|
|
||
|
dependencies:
|
||
|
flutter:
|
||
|
sdk: flutter
|
||
|
|
||
|
|
||
|
cupertino_icons: ^1.0.2
|
||
|
sqflite: ^2.3.2
|
||
|
sqflite_aurora:
|
||
|
git:
|
||
|
url: https://gitlab.com/omprussia/flutter/flutter-plugins.git
|
||
|
ref: sqflite_aurora-0.5.0
|
||
|
path: packages/sqflite/sqflite_aurora
|
||
|
sqflite_common_ffi: any
|
||
|
flutter_localizations:
|
||
|
sdk: flutter
|
||
|
intl: any
|
||
|
path_provider: ^2.1.3
|
||
|
path: ^1.8.3
|
||
|
|
||
|
dev_dependencies:
|
||
|
flutter_test:
|
||
|
sdk: flutter
|
||
|
flutter_lints: ^2.0.0
|
||
|
|
||
|
flutter:
|
||
|
generate: true
|
||
|
uses-material-design: true
|
||
|
assets:
|
||
|
- lib/l10n/app_en.arb
|
||
|
- lib/l10n/app_ru.arb
|