-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
36 lines (36 loc) · 771 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
36 lines (36 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: app_idea_generator
description: A new Flutter project.
version: 1.0.0+1
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_bloc: ^8.0.0
connectivity_plus: ^2.3.6
shared_preferences: ^2.0.15
flutter_svg: ^1.1.6
equatable: ^2.0.0
intl: ^0.18.0
dio: ^5.0.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- assets/
- assets/images/
fonts:
- family: Inter
fonts:
- asset: assets/fonts/InterRegular.ttf
weight: 400
- family: Roboto
fonts:
- asset: assets/fonts/RobotoMedium.ttf
weight: 500
- asset: assets/fonts/RobotoRegular.ttf
weight: 400