feat:初始化工程
This commit is contained in:
31
pubspec.yaml
Normal file
31
pubspec.yaml
Normal file
@@ -0,0 +1,31 @@
|
||||
name: fitnote
|
||||
description: "记录健康生活"
|
||||
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
|
||||
version: 1.0.0+1
|
||||
|
||||
environment:
|
||||
sdk: ^3.7.0
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
cupertino_icons: ^1.0.8
|
||||
getwidget: ^7.0.0
|
||||
intl: ^0.19.0
|
||||
font_awesome_flutter: ^10.7.0
|
||||
json_annotation: ^4.9.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
flutter_lints: ^5.0.0
|
||||
build_runner: ^2.4.5
|
||||
json_serializable: ^6.7.1
|
||||
|
||||
|
||||
# The following section is specific to Flutter packages.
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
|
||||
Reference in New Issue
Block a user