-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpubspec.yaml
41 lines (36 loc) · 856 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
name: meals
description: Flutter app that uses Clean Architecture with Bloc and the themealdb.com API.
publish_to: 'none'
version: 0.1.0
environment:
sdk: '>=3.1.3 <4.0.0'
dependencies:
flutter:
sdk: flutter
bloc: ^8.1.2
equatable: ^2.0.5
get_it: ^7.6.4
flutter_bloc: ^8.1.3
connectivity_plus: ^4.0.2
dartz: ^0.10.1
dio: ^5.3.3
url_launcher: ^6.1.14
window_manager: ^0.3.6
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.3
flutter_launcher_icons: ^0.13.1
flutter:
uses-material-design: true
flutter_launcher_icons:
image_path: 'assets/icon/icon.png'
android: true
ios: true
windows:
generate: true
icon_size: 48 # min:48, max:256, default: 48
macos:
generate: true
# dart pub get
# dart run flutter_launcher_icons