Skip to content
Snippets Groups Projects
Commit effc4198 authored by Benoît Harrault's avatar Benoît Harrault
Browse files

Use flutter_custom_toolbox for common features

parent 7dd39c29
No related branches found
No related tags found
1 merge request!24Resolve "Use flutter_custom_toolbox for common features"
Pipeline #6468 passed
...@@ -3,7 +3,7 @@ description: A plotter helper application. ...@@ -3,7 +3,7 @@ description: A plotter helper application.
publish_to: "none" publish_to: "none"
version: 0.1.2+21 version: 0.2.0+22
environment: environment:
sdk: "^3.0.0" sdk: "^3.0.0"
...@@ -13,15 +13,10 @@ dependencies: ...@@ -13,15 +13,10 @@ dependencies:
sdk: flutter sdk: flutter
# base # base
auto_size_text: ^3.0.0 flutter_custom_toolbox:
easy_localization: ^3.0.1 git:
equatable: ^2.0.5 url: https://git.harrault.fr/android/flutter-toolbox.git
flutter_bloc: ^8.1.1 ref: 0.1.1
hive: ^2.2.3
hydrated_bloc: ^9.0.0
package_info_plus: ^8.0.0
path_provider: ^2.0.11
unicons: ^3.0.0
# specific # specific
http: ^1.1.0 http: ^1.1.0
...@@ -33,15 +28,3 @@ flutter: ...@@ -33,15 +28,3 @@ flutter:
uses-material-design: true uses-material-design: true
assets: assets:
- assets/translations/ - assets/translations/
fonts:
- family: Nunito
fonts:
- asset: assets/fonts/Nunito-Bold.ttf
weight: 700
- asset: assets/fonts/Nunito-Medium.ttf
weight: 500
- asset: assets/fonts/Nunito-Regular.ttf
weight: 400
- asset: assets/fonts/Nunito-Light.ttf
weight: 300
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment