-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
43 lines (33 loc) · 1015 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
43
name: flutter_todo_list
description: A new Flutter project.
version: 1.0.0+1
environment:
sdk: ">=2.1.0 <3.0.0"
dependencies:
hasura_connect: ^1.1.1
dio: ^3.0.9
flutter_mobx: ^1.0.1
mobx: ^1.0.2+2
flutter_modular: ^0.5.6
cloud_firestore: ^0.13.4+1
firebase_core: ^0.4.4+2
flutter:
sdk: flutter
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
dev_dependencies:
mockito: ^4.1.1
mobx_codegen: ^1.0.2
build_runner: ^1.8.0
flutter_test:
sdk: flutter
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
scripts:
mobx: flutter pub run build_runner watch --delete-conflicting-outputs