-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpubspec.yaml
More file actions
29 lines (22 loc) · 699 Bytes
/
pubspec.yaml
File metadata and controls
29 lines (22 loc) · 699 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
name: flutterrecipeapp
description: A Flutter application which demostrate the BLoC pattern, API calling, Seperating business logic from widget, clean code, and pagination
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^0.1.3
# A Flutter package that helps implement the BLoC pattern.
flutter_bloc: ^4.0.0
# Simplify Equality Comparisons
equatable: ^1.2.0
# A composable, Future-based library for making HTTP requests.
http: ^0.12.1
mockito: ^4.1.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true