-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
42 lines (38 loc) · 1.01 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
name: gitlix
description: "GitHub client designed for open source contributors and maintainers."
homepage: https://www.gitlix.com
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 0.0.1+1
environment:
sdk: ^3.6.0
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
equatable: ^2.0.5
shared_preferences: ^2.2.1
wolt_responsive_layout_grid: ^0.0.3
wolt_modal_sheet:
git:
url: https://github.com/TahaTesser/wolt_modal_sheet.git
demo_ui_components:
git:
url: https://github.com/TahaTesser/wolt_modal_sheet.git
path: demo_ui_components
wolt_di:
git:
url: https://github.com/TahaTesser/wolt_modal_sheet.git
path: wolt_di
wolt_state_management:
git:
url: https://github.com/TahaTesser/wolt_modal_sheet.git
path: wolt_state_management
flex_color_scheme: ^8.0.2
google_fonts: ^6.0.0
url_launcher: ^6.3.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter:
uses-material-design: true