-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
73 lines (54 loc) · 1.68 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
name: my_crud
description: A new Flutter CRUD.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
vars:
clean: flutter clean
get: flutter pub get
runner: flutter pub run build_runner
scripts:
mobx: flutter pub run build_runner watch --delete-conflicting-outputs
mobx_build: $runner build
mobx_watch: $clean & $get & $runner watch
mobx_build_clean: $clean & $get & $runner build --delete-conflicting-outputs
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.3
flutter_modular: ^3.4.1+1
mobx: ^2.0.4
flutter_mobx: ^2.0.2
#Tradução para pt-Br de alguns componentes
flutter_cupertino_localizations: ^1.0.1
#Biblioteca para alerta em widget
rflutter_alert: ^2.0.4
#Biblioteca para validar email
email_validator: ^2.0.1
#Biblioteca para pegar imagens pela camera ou na galeria
image_picker: ^0.8.4
#Biblioteca para carregamento de imagem
cached_network_image: ^3.1.0
# Usado para cortar / girar imagens selecionadas do dispositivo do usuário
image_cropper: ^1.4.1
#Biblioteca para formatos de input
brasil_fields: ^1.1.4
#Biblioteca de Icons
font_awesome_flutter: ^9.1.0
#Bibliotecas para o Firebase
firebase_core: ^1.6.0
firebase_auth: ^3.1.0
cloud_firestore: ^2.5.1
firebase_storage: ^10.0.3
dev_dependencies:
flutter_modular_test: ^1.0.3
flutter_test:
sdk: flutter
mobx_codegen: ^2.0.2
build_runner: ^2.1.2
# The following section is specific to Flutter.
flutter:
uses-material-design: true