-
Notifications
You must be signed in to change notification settings - Fork 10
/
pubspec.yaml
48 lines (38 loc) · 1.19 KB
/
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
name: admin_dashboard
description: Admin Dashboard to assist admins and maintainers by pinging them to repositories that require attention
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# The following defines the version and build number for your application.
version: 1.0.0+1
environment:
sdk: ">=2.16.2 <3.0.0"
# Dependencies specify other packages that your package needs in order to work.
dependencies:
flutter:
sdk: flutter
build_runner:
cupertino_icons: ^1.0.2
# These 2 are use for mobile only
firebase_auth: ^3.6.3
firebase_core: ^1.20.1
flutter_riverpod: ^1.0.0
github_sign_in: ^0.0.5-dev.4
http: ^0.13.4
json_serializable: ^6.2.0
json_annotation:
easy_sidemenu: ^0.3.1
flutter_dotenv: ^5.0.2
fl_chart: ^0.55.1
web_browser_detect: ^2.0.3
# cloud_functions: ^3.3.2
dev_dependencies:
flutter_test:
sdk: flutter
injectable_generator: ^1.5.2
flutter_lints:
# The following section is specific to Flutter.
flutter:
assets:
- env_var.env
uses-material-design: true