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.
52 lines
1.2 KiB
52 lines
1.2 KiB
name: counters |
|
description: "Values of counters" |
|
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_provider_aurora: |
|
git: |
|
url: https://gitlab.com/omprussia/flutter/flutter-plugins.git |
|
ref: path_provider_aurora-0.5.0 |
|
path: packages/path_provider/path_provider_aurora |
|
package_info_plus_aurora: |
|
git: |
|
url: https://gitlab.com/omprussia/flutter/flutter-plugins.git |
|
ref: package_info_plus_aurora-0.5.0 |
|
path: packages/package_info_plus/package_info_plus_aurora |
|
|
|
|
|
path: ^1.8.3 |
|
flutter_slidable: ^3.1.0 |
|
datetime_picker_formfield: ^2.0.1 |
|
|
|
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
|
|
|