-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
61 lines (47 loc) · 1016 Bytes
/
pubspec.yaml
File metadata and controls
61 lines (47 loc) · 1016 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
name: bit_swap
description: A new Flutter project.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.17.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
cupertino_icons: ^1.0.5
# Tools
equatable: ^2.0.5
go_router: ^4.2.8
flame: ^1.3.0
flame_forge2d: ^0.12.2
flame_audio: ^1.3.0
flame_bloc: ^1.7.0
flutter_bloc: ^8.1.1
intl: ^0.17.0
shared_preferences: ^2.0.15
dev_dependencies:
flutter_test:
sdk: flutter
flame_lint: ^0.1.2
intl_utils: ^2.7.0
import_sorter: ^4.6.0
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/images/icons/
- assets/audio/music/
- assets/audio/sfx/
fonts:
- family: ThirteenPixel
fonts:
- asset: assets/fonts/thirteen_pixel/thirteen_pixel.ttf
- family: MisterPixel
fonts:
- asset: assets/fonts/mister_pixel/mister_pixel.otf
flutter_intl:
enabled: true
class_name: L10n
import_sorter:
comments: false