-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
63 lines (50 loc) · 1.53 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
name: ecg_chat_app
description: Chat Application for ECG Servers
repository: https://github.com/Very1Fake/ecg_chat_app
publish_to: 'none'
version: 0.1.9+1
platforms:
android:
ios:
linux:
macos:
windows:
environment:
sdk: '>=2.18.2 <3.0.0'
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
# consider running `flutter pub upgrade --major-versions`. Alternatively,
# dependencies can be manually updated by changing the version numbers below to
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
dynamic_color: ^1.5.4
# Formatting
intl: ^0.18.0
# Temporary dependencies for prototype
faker: ^2.1.0
english_words: ^4.0.0
# Database
isar: ^3.0.5
isar_flutter_libs: ^3.0.5
# API
dio: ^4.0.6
dio_cookie_manager: ^2.0.0
cookie_jar: ^3.0.1
jwt_decoder: ^2.0.1
dev_dependencies:
flutter_test:
sdk: flutter
# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^2.0.0
isar_generator: ^3.0.5
build_runner: ^2.3.3
flutter:
uses-material-design: true