-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
44 lines (36 loc) · 901 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
name: letamind
description: A word game; guess the hidden word.
author: Benno Richters <[email protected]>
repository: https://github.com/bennorichters/letamind/
issue_tracker: https://github.com/bennorichters/letamind/issues
homepage: https://bennorichters.github.io/letamind/
version: 0.0.1
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^0.1.3
equatable: ^1.2.0
flutter_bloc: ^4.0.1
shared_preferences: ^0.5.7+3
dev_dependencies:
flutter_test:
sdk: flutter
bloc_test: ^5.1.0
flutter_launcher_icons: ^0.7.5
flutter_native_splash: ^0.1.9
flutter:
uses-material-design: true
assets:
- assets/
- assets/lang/
- assets/lang/en/
- assets/lang/hu/
- assets/lang/nl/
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "scripts/images/logo.png"
flutter_native_splash:
color: "F5DEB3"