Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
LaoMengFlutter committed Apr 18, 2020
1 parent 9f0c78d commit 166870a
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions flutter_fly/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
name: flutter_fly
description: flutter_fly

# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.0+1

environment:
sdk: ">=2.1.0 <3.0.0"

dependencies:
flutter:
sdk: flutter

cupertino_icons: ^0.1.2
lpinyin: ^1.0.7
# flutter_webview_plugin: ^0.3.10
webview_flutter: ^0.3.19+2
dio: 3.0.9
sqflite: ^1.3.0
intl: ^0.16.1
flutter_app_upgrade: ^1.0.0

# flutter_upgrade:
# path: flutter_upgrade

dev_dependencies:
flutter_test:
sdk: flutter
json_serializable: ^3.0.0
build_runner: ^1.6.1

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec

# The following section is specific to Flutter.
flutter:

# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true

# To add assets to your application, add an assets section, like this:
assets:
- assets/images/
- assets/json/

fonts:
- family: appIconFonts
fonts:
- asset: assets/fonts/iconfont.ttf

0 comments on commit 166870a

Please sign in to comment.