-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
61 lines (46 loc) · 1017 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
name: app
description: The mobile app for Socialko, an open source social media app.
publish_to: 'none'
version: 1.0.3-ahsoka+4
environment:
sdk: '>=2.18.6 <3.0.0'
dependencies:
flutter:
sdk: flutter
# UI
google_fonts: ^5.0.0
flutter_iconly: ^1.0.2
flutter_markdown: ^0.6.14
flutter_expandable_fab: ^1.7.0
expandable: ^5.0.1
# Image Manipulation
image_picker: ^0.8.6+1
image_cropper: ^5.0.0
# JSON Management
json_annotation: ^4.7.0
json_serializable: ^6.5.4
# Storage
flutter_secure_storage: ^8.0.0
# Utils
http: ^1.0.0
url_launcher: ^6.1.9
# State Management
flutter_riverpod: ^2.3.6
riverpod_annotation: ^2.1.1
flutter_dotenv: ^5.1.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
riverpod_generator: ^2.2.3
build_runner: ^2.3.3
flutter_launcher_icons: ^0.13.1
flutter:
uses-material-design: true
assets:
- assets/
- .env
flutter_icons:
android: true
ios: true
image_path: "assets/icon.png"