-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
46 lines (39 loc) · 1.17 KB
/
pubspec.yaml
File metadata and controls
46 lines (39 loc) · 1.17 KB
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
name: forat
description: A new Flutter project.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.0.1+2
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
firebase_core: ^1.1.0
firebase_auth: ^1.1.3
cloud_firestore: ^2.1.0
flutter_bloc: ^7.0.0
flutter_local_notifications: ^5.0.0+4
font_awesome_flutter: ^9.0.0
keyboard_visibility: ^0.5.6
shimmer: ^2.0.0
mockito: ^5.0.14
dev_dependencies:
flutter_test:
sdk: flutter
flutter_native_splash: ^1.2.1
change_app_package_name: ^0.1.3
flutter:
assets:
- images/
uses-material-design: true
flutter_native_splash:
# This package generates native code to customize Flutter's default white native splash screen
# with background color and splash image.
# Customize the parameters below, and run the following command in the terminal:
# flutter pub run flutter_native_splash:create
# To restore Flutter's default white splash screen, run the following command in the terminal:
# flutter pub run flutter_native_splash:remove
color: "#ffffff"
color_dark: "#ffffff"
image: images/logo.png
image_dark: images/logo.png