-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
43 lines (34 loc) · 903 Bytes
/
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
name: tegnordbok
description: A new Flutter project.
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.1.3 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
http: ^1.1.0
xml: ^6.3.0
expandable_text: ^2.3.0
flutter_riverpod: ^2.4.9
video_player: ^2.8.1
text_search: ^1.0.1
shared_preferences: ^2.2.2
package_info_plus: ^4.2.0
dynamic_color: ^1.6.8
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter_launcher_icons: ^0.13.1
flutter:
uses-material-design: true
flutter_launcher_icons:
android: true
image_path: "assets/icon.png"
adaptive_icon_foreground: "assets/icon-foreground.png"
adaptive_icon_background: "#53a0d2"