-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
55 lines (40 loc) · 966 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
44
45
46
47
48
49
50
51
52
53
54
55
name: sudoku_game
description: A simple Sudoku game.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.1.0+13
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.5
rxdart: ^0.27.7
provider: ^6.0.5
vibration: ^1.8.1
json_annotation: ^4.0.1
shared_preferences: ^2.2.0
package_info_plus: ^4.1.0
dev_dependencies:
pedantic: ^1.11.0
build_runner: ^2.1.11
json_serializable: ^6.2.0
# flutter_driver:
# sdk: flutter
test:
flutter_native_splash: ^2.3.2
flutter_launcher_icons: ^0.13.1
flutter:
uses-material-design: true
fonts:
- family: Coolvetica
fonts:
- asset: assets/fonts/Coolvetica-Regular.ttf
# Splash Screen
flutter_native_splash:
image: assets/images/splash_screen_small.png
color: "D6E4EE"
# Launcher Icon
flutter_icons:
android: launcher_icon
ios: true
image_path: assets/images/splash_screen_small.png