Änderung Dependencies
This commit is contained in:
16
pubspec.yaml
16
pubspec.yaml
@@ -31,6 +31,8 @@ dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
#BloC
|
||||
flutter_bloc: ^9.1.1
|
||||
# The following adds the Cupertino Icons font to your application.
|
||||
# Use with the CupertinoIcons class for iOS style icons.
|
||||
cupertino_icons: ^1.0.8
|
||||
@@ -51,7 +53,12 @@ dev_dependencies:
|
||||
|
||||
# The following section is specific to Flutter packages.
|
||||
flutter:
|
||||
|
||||
fonts:
|
||||
- family: NotoSansKR
|
||||
fonts:
|
||||
- asset: assets/fonts/NotoSansKR/NotoSansKR-Regular.ttf
|
||||
- asset: assets/fonts/NotoSansKR/NotoSansKR-Bold.ttf
|
||||
weight: 700
|
||||
# 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.
|
||||
@@ -59,12 +66,7 @@ flutter:
|
||||
|
||||
# To add assets to your application, add an assets section, like this:
|
||||
assets:
|
||||
fonts:
|
||||
- family: NotoSansKR
|
||||
fonts:
|
||||
- asset: assets/fonts/NotoSansKR/NotoSansKR-Regular.otf
|
||||
- asset: assets/fonts/NotoSansKR/NotoSansKR-Bold.otf
|
||||
weight: 700
|
||||
|
||||
# - images/a_dot_burr.jpeg
|
||||
# - images/a_dot_ham.jpeg
|
||||
|
||||
|
||||
Reference in New Issue
Block a user