-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
49 lines (42 loc) · 1004 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
name: game_finder
description: "Game Finder is a flutter application for iOS and Android that lets you search the IGDB library
and mark your favorites."
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
flutter_bloc: ^8.1.6
freezed_annotation: ^2.4.4
flutter_dotenv: ^5.2.1
http: ^1.2.2
sprintf: ^7.0.0
go_router: ^14.3.0
hive: ^2.2.3
hive_flutter: ^1.1.0
google_generative_ai: ^0.4.6
camera: ^0.11.0+2
dev_dependencies:
flutter_launcher_icons: ^0.14.1
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
build_runner: ^2.4.13
freezed: ^2.5.7
mockito: ^5.4.4
hive_generator: ^2.0.1
bloc_test: ^9.1.7
flutter:
uses-material-design: true
assets:
- .env
flutter_launcher_icons:
android: true
adaptive_icon_background: "#ffffff"
adaptive_icon_foreground: "assets/icon/app_icon.jpeg"
ios: true
image_path: "assets/icon/app_icon.jpeg"
min_sdk_android: 21