-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
48 lines (35 loc) · 2 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: kanban_board
description: A new Flutter project.
version: 1.0.0+1
environment:
sdk: '>=2.18.4 <3.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2 # icons for ios
http: ^0.13.5 # http request
equatable: ^2.0.5 # equatable is a package that helps to implement value equality without having to explicitly override == and hashCode in every class.
intl: ^0.18.0 # http is a set of high-level functions and classes that make it easy to consume HTTP resources.
fluttertoast: ^8.1.2 # fluttertoast is a flutter plugin for showing toast.
firebase_auth: ^4.2.2 # firebase_auth is a Flutter plugin to use the Firebase Authentication API.
google_sign_in: ^5.4.4 # google_sign_in is a Flutter plugin for Google Sign In.
firebase_core: ^2.4.1 # firebase_core is a Flutter plugin to use the Firebase Core API.
email_validator: ^2.1.17 # email_validator is a simple and lightweight package to validate email addresses.
flutter_bloc: ^8.1.2 # flutter_bloc is a predictable state management library that helps implement the BLoC design pattern.
cloud_firestore: ^4.3.1 # cloud_firestore is a Flutter plugin to use the Cloud Firestore API.
stop_watch_timer: ^2.0.0 # stop_watch_timer is a Flutter plugin for stopwatch and timer.
path_provider: ^2.0.12 # path_provider is a Flutter plugin for finding commonly used locations on the filesystem.
share: ^2.0.4 # share is a Flutter plugin for sharing files from the Flutter app using the platform's share dialog.
csv: ^5.0.1 # csv is a Dart package for reading and writing CSV files.
dev_dependencies:
flutter_test:
sdk: flutter
flutter_native_splash: ^2.2.17
flutter_native_splash :
color: "#FFFFFF"
image: assets/images/login.png
flutter_lints: ^2.0.0
flutter:
uses-material-design: true
assets:
- assets/images/