books
This commit is contained in:
32
pubspec.yaml
32
pubspec.yaml
@@ -30,23 +30,16 @@ environment:
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
flutter_colorpicker: ^1.0.3
|
||||
window_manager: ^0.3.7
|
||||
adaptive_navigation: ^0.0.4
|
||||
go_router: ^12.1.1
|
||||
provider: 6.0.5
|
||||
url_launcher: ^6.0.7
|
||||
equatable: ^2.0.5
|
||||
url_strategy: ^0.2.0
|
||||
quiver: ^3.1.0
|
||||
path_to_regexp: ^0.4.0
|
||||
# The following adds the Cupertino Icons font to your application.
|
||||
# Use with the CupertinoIcons class for iOS style icons.
|
||||
cupertino_icons: ^1.0.2
|
||||
go_router: ^12.1.1
|
||||
toly_menu:
|
||||
path: E:\Projects\Flutter\packages\toly_menu
|
||||
# toly_menu: ^0.0.2
|
||||
idraw:
|
||||
path: packages/idraw
|
||||
components:
|
||||
path: packages/components
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
@@ -64,6 +57,10 @@ dev_dependencies:
|
||||
|
||||
# The following section is specific to Flutter packages.
|
||||
flutter:
|
||||
fonts:
|
||||
- family: FxIcon
|
||||
fonts:
|
||||
- asset: assets/iconfont/fx_icon.ttf
|
||||
|
||||
# The following line ensures that the Material Icons font is
|
||||
# included with your application, so that you can use the icons in
|
||||
@@ -73,6 +70,17 @@ flutter:
|
||||
# To add assets to your application, add an assets section, like this:
|
||||
assets:
|
||||
- assets/images/
|
||||
- assets/draw/p01/
|
||||
- assets/draw/p02/
|
||||
- assets/draw/p03/
|
||||
- assets/draw/p04/
|
||||
- assets/draw/p05/
|
||||
- assets/draw/p06/
|
||||
- assets/draw/p07/
|
||||
- assets/draw/p08/
|
||||
- assets/draw/p09/
|
||||
- assets/draw/p10/
|
||||
- assets/draw/p11/
|
||||
# - images/a_dot_burr.jpeg
|
||||
# - images/a_dot_ham.jpeg
|
||||
|
||||
@@ -100,4 +108,4 @@ flutter:
|
||||
# weight: 700
|
||||
#
|
||||
# For details regarding fonts from package dependencies,
|
||||
# see https://flutter.dev/custom-fonts/#from-packages
|
||||
# see https://flutter.dev/custom-fonts/#from-packages
|
||||
Reference in New Issue
Block a user