feat: add Montserrat font and update pubspec.yaml for assets and dependencies
This commit is contained in:
parent
86536dba68
commit
033db1b0ee
BIN
firka/assets/fonts/Montserrat-VariableFont_wght.ttf
Normal file
BIN
firka/assets/fonts/Montserrat-VariableFont_wght.ttf
Normal file
Binary file not shown.
@ -4,7 +4,7 @@ name: firka
|
||||
description: "Firka, Alternatív e-Kréta kliens."
|
||||
# The following line prevents the package from being accidentally published to
|
||||
# pub.dev using `flutter pub publish`. This is preferred for private packages.
|
||||
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
||||
|
||||
# The following defines the version and build number for your application.
|
||||
# A version number is three numbers separated by dots, like 1.2.43
|
||||
@ -21,7 +21,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
version: 1.0.0+1
|
||||
|
||||
environment:
|
||||
sdk: '>=3.6.0 <=3.7.0'
|
||||
sdk: ">=3.6.0 <=3.7.0"
|
||||
|
||||
# Dependencies specify other packages that your package needs in order to work.
|
||||
# To automatically upgrade your package dependencies to the latest versions
|
||||
@ -43,20 +43,29 @@ dependencies:
|
||||
isar_flutter_libs: *isar_version
|
||||
build_runner: any
|
||||
path_provider: ^2.1.0
|
||||
carousel_slider: ^5.0.0
|
||||
i18n_extension: ^15.0.4
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
flutter_lints: ^5.0.0
|
||||
|
||||
|
||||
# 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 packages.
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
assets:
|
||||
- assets/images/logos/colored_logo.png
|
||||
- assets/images/carousel/
|
||||
|
||||
fonts:
|
||||
- family: Montserrat
|
||||
fonts:
|
||||
- asset: assets/fonts/Montserrat-VariableFont_wght.ttf
|
||||
style: normal
|
||||
# To add assets to your application, add an assets section, like this:
|
||||
# assets:
|
||||
# - images/a_dot_burr.jpeg
|
||||
|
Loading…
x
Reference in New Issue
Block a user