-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
93 lines (84 loc) · 2.72 KB
/
pubspec.yaml
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
name: flutter_callout_api
description: Point stuff out for your users => Target, Transform, Configure Callout, Record to JSON and Play
version: 2.0.0
homepage: https://github.com/biancashouse/flutter_callout_api
# github mirrored from bitbucket
#homepage: https://bitbucket:org/biancashouse/flutter_callout_api/src/master/
# 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
environment:
sdk: '>=3.0.0'
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
# consider running `flutter pub upgrade --major-versions`. Alternatively,
# dependencies can be manually updated by changing the version numbers below to
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
dependencies:
flutter:
sdk: flutter
url_strategy: ^0.2.0
path_provider: ^2.0.11
json_annotation: ^4.8.1
#rive: ^0.9.1
#bhlib:
#path: ../bhlib
#git:
#url: [email protected]:biancashouse/bhlib.git
#ref: master
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
flutter_bloc: ^8.1.1
freezed: ^2.3.2
freezed_annotation: ^2.2.0
soundpool: ^2.3.0
#flutter_keyboard_visibility: ^5.4.0
#on_screen_ruler: 0.0.1
transparent_pointer: ^1.0.0
dotted_border: ^2.0.0+2
image_network: ^2.5.1
hydrated_bloc: ^9.0.0
package_info_plus: 3.1.2
device_info_plus: 8.2.2
universal_platform: any
numeric_keyboard: ^1.1.0
file_picker: ^5.2.7
flutter_fancy_tree_view:
path: ../flutter_tree_view
dart_mappable: 3.1.1
smooth_page_indicator: ^1.1.0
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.0.0
json_serializable: ^6.5.3
vector_math: ^2.1.2
text_editor: ^0.7.0
bloc_test: ^9.1.1
flutter_lints: ^2.0.0
dart_mappable_builder: ^3.1.1
# The following section is specific to Flutter packages.
flutter:
uses-material-design: true
fonts:
- family: OpenSans
fonts:
- asset: google_fonts/OpenSans-VariableFont_wdth,wght.ttf
- family: OpenSansBold
fonts:
- asset: google_fonts/OpenSans-Bold.ttf
- family: OpenSansExtraBold
fonts:
- asset: google_fonts/OpenSans-ExtraBold.ttf
- family: Roboto
fonts:
- asset: google_fonts/roboto-regular.ttf
- family: AlkatraBold
fonts:
- asset: google_fonts/Alkatra-Bold.ttf
assets:
- images/
- lib/src/sounds/
- callout-scripts/