1 line
1.0 KiB
YAML
1 line
1.0 KiB
YAML
name: flisp_app
|
|
description: "闪灵"
|
|
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|
|
|
version: 1.0.0+2
|
|
|
|
environment:
|
|
sdk: ^3.7.0
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_localizations:
|
|
sdk: flutter
|
|
# The following adds the Cupertino Icons font to your application.
|
|
# Use with the CupertinoIcons class for iOS style icons.
|
|
cupertino_icons: ^1.0.8
|
|
provider: ^6.1.1
|
|
toggle_switch: ^2.3.0
|
|
flutter_form_builder: ^10.0.0
|
|
form_builder_validators: ^10.0.0
|
|
intl: ^0.19.0
|
|
hive: ^2.2.3
|
|
hive_flutter: ^1.1.0
|
|
path_provider: ^2.1.1
|
|
flutter_local_notifications: ^19.0.0
|
|
timezone: ^0.10.1
|
|
file_picker: ^10.3.3
|
|
syncfusion_flutter_calendar: ^30.1.37
|
|
syncfusion_localizations: ^30.1.37
|
|
package_info_plus: ^8.0.0
|
|
flutter_common:
|
|
path: ..\flutter_common
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
hive_generator: ^2.0.1
|
|
build_runner: ^2.4.6
|
|
flutter_lints: ^5.0.0
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
fonts:
|
|
- family: CustomFont
|
|
fonts:
|
|
- asset: fonts/custom.ttf
|