-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpubspec.yaml
103 lines (86 loc) · 2.05 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
name: points
description: An example social media app, written in dart with Flutter and supabase as a backend
publish_to: none
version: 1.0.0
environment:
sdk: ">=2.19.2 <3.0.0"
dependencies:
# Flutter and extensions
flutter:
sdk: flutter
flutter_neumorphic: ^3.2.0
# Icons and fonts
google_fonts: ^4.0.3
ionicons: ^0.2.2
# Widgets
scrollable_positioned_list: ^0.3.5
grouped_list: ^5.1.2
intl: ^0.17.0
flutter_slidable: ^2.0.0
modal_bottom_sheet:
git:
url: https://github.com/followthemoney1/modal_bottom_sheet.git
ref: main
path: modal_bottom_sheet
badges: ^3.0.2
flutter_svg: ^1.0.0
package_info_plus: ^3.0.3
simple_speed_dial: ^0.1.3
adaptive_dialog: ^1.2.0
infinite_scroll_pagination: ^3.1.0
in_app_notification: ^1.0.1
flutter_parsed_text: ^2.2.1
dash_chat:
git: https://github.com/bit-burger/dash_chat.git
# State management
flutter_form_bloc: ^0.30.1
flutter_bloc: ^8.0.0
bloc: ^8.0.1
# Configuration
flutter_dotenv: ^5.0.2
# Supabase
supabase_flutter: any
hive_flutter: ^1.1.0
connectivity_plus: ^3.0.3
# Own packages
auth_repository:
path: ./packages/auth_repository
user_repositories:
path: ./packages/user_repositories
meta_repository:
path: ./packages/meta_repository
chat_repository:
path: ./packages/chat_repository
notification_repository:
path: ./packages/notification_repository
dev_dependencies:
# Tools
flutter_native_splash: ^2.2.16
flutter_launcher_icons: ^0.11.0
# Test framework
bloc_test: ^9.0.1
flutter_test:
sdk: flutter
# Raw packages (without Flutter)
supabase: ^0.3.6
hive: ^2.0.4
# Mocking and faking
faker: ^2.0.0
mocktail: ^0.3.0
dependency_overrides:
file: ^6.1.4
platform: ^3.1.0
flutter:
assets:
- .env
- google_fonts/
- icons/logo.svg
flutter_native_splash:
color: DDE6E8
image: icons/logo-with-text-clear.png
flutter_icons:
adaptive_icon_background: DDE6E8
image_path_android: icons/logo-clear.png
android: true
ios: true
image_path_ios: icons/logo-filled.png