-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
53 lines (41 loc) · 950 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
53 lines (41 loc) · 950 Bytes
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
name: deepnotes_flutter
description: "A notes taking app built with Flutter and Material Design 3."
publish_to: "none" # Prevent accidental publishing to pub.dev
# Versioning
version: 1.0.0+1
environment:
sdk: ^3.9.0
dependencies:
flutter:
sdk: flutter
# UI
cupertino_icons: ^1.0.8
# Firebase
firebase_core: ^4.0.0
firebase_auth: ^6.0.1
google_sign_in: ^6.0.0
# Local storage
sqflite: ^2.2.8+1
path: ^1.8.3
shared_preferences: ^2.2.2
# Utilities
flutter_launcher_icons: ^0.14.4
package_info_plus: ^8.3.1
url_launcher: ^6.3.2
share_plus: ^11.1.0
cloud_firestore: ^6.0.0
firebase_storage: ^13.0.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
# Launcher icons config
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icons/deepnotes.png"
flutter:
uses-material-design: true
# App assets
assets:
- assets/icons/deepnotes.png