-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
45 lines (39 loc) · 748 Bytes
/
pubspec.yaml
File metadata and controls
45 lines (39 loc) · 748 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
name: website
description: Personal website.
publish_to: 'none'
version: 1.0.1+1
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
# Core
veee: ^0.10.0
auto_route: ^7.8.4
get_it: ^7.6.4
# Network
http: ^1.1.0
dio: ^5.3.3
api_call:
git: https://github.com/xiprox/flutter_api_call
# Platform
just_audio: ^0.9.35
url_launcher: ^6.1.14
# UI
flutter_svg: ^2.0.7
# Util
universal_io: ^2.2.2
url_strategy: ^0.2.0
google_fonts: ^6.1.0
flextensions: ^0.2.1
collection: ^1.17.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.3
build_runner: ^2.4.6
auto_route_generator: ^7.3.2
dependency_overrides:
dio: ^5.3.3
flutter:
uses-material-design: true