-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
42 lines (27 loc) · 843 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
name: giggle_grid
description: Giggle Grid is a dynamic Flutter app offering a rich selection of jokes sorted by categories. With intuitive navigation, quick search, and the ability to save favorites, Giggle Grid delivers humor at your fingertips, powered by the Chuck Norris API.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=3.1.5 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
flutter_riverpod: ^2.4.6
google_fonts: ^6.1.0
riverpod: ^2.4.6
flutter_spinkit: ^5.2.0
logger: ^2.0.2+1
hive: ^2.2.3
google_nav_bar: ^5.0.6
go_router: ^14.2.3
dio: ^5.3.3
connectivity_plus: ^6.0.4
hive_flutter: ^1.1.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter:
uses-material-design: true