forked from DefiFundr-Labs/defifundr_mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
87 lines (69 loc) · 2.55 KB
/
pubspec.yaml
File metadata and controls
87 lines (69 loc) · 2.55 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
name: defifundr_mobile
description: Crowdfunding app for DeFi projects
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ">=3.0.0 <4.0.0"
dependency_overrides:
http: ^0.13.4
curl_logger_dio_interceptor: ^0.0.1
dependencies:
cupertino_icons: ^1.0.2
currency_picker: ^2.0.21
flutter:
sdk: flutter
#? flutter_bloc is a Flutter package that helps you to easily implement the BLoC (Business Logic Component) design pattern.
flutter_bloc: ^8.1.3
#? flutter_form_bloc is a Flutter package that helps you to easily create forms with validation.
bloc: any
#? google_fonts is a Flutter package that provides a set of fonts from Google Fonts.
google_fonts: ^5.0.0
#? flutter_screenutil is a Flutter package that provides a set of utilities for implementing responsive UI.
flutter_screenutil: ^5.9.0
#? flutter_svg is a Flutter package for drawing SVG pictures.
flutter_svg: ^2.0.6
#? Fluttertoast is a Flutter plugin to show toast.
fluttertoast: ^8.1.1
#? go_router is a Flutter package that allows you to easily manage your app's navigation.
go_router: ^8.0.1
#? equatable is a Dart package that helps you to implement value based equality without needing to explicitly override == and hashCode.
equatable: ^2.0.5
#? The email_validator package is a lightweight and efficient Dart package for validating email addresses in Flutter and Dart applications.
email_validator: ^3.0.0
#? freezed_annotation is a Dart package that provides a set of utilities for generating code for the freezed package.
freezed_annotation: ^2.2.0
flutter_native_splash:
^2.2.16
get_it: ^8.0.3
pinput: ^5.0.1
country_picker: ^2.0.27
country_list_pick: ^1.0.1+6
intl: ^0.20.2
carousel_slider: ^5.0.0
file_picker: ^9.0.2
dev_dependencies:
flutter_lints: ^2.0.0
very_good_analysis: ^4.0.0+1
#? freezed is a code generation library for Dart that helps you to write immutable models with ease.
freezed: ^2.3.2
#? build_runner is a Dart package that provides a concrete way of generating files using Dart code, outside of tools like pub and the Dart VM.
build_runner: ^2.3.3
#? For information on the generic Dart part of this file, see the
import_sorter:
emojis: true
#? The following section is specific to Flutter.
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/icons/
flutter_native_splash:
color: "#000000"
image: "assets/images/splashLogo.png"
android: true
ios: true
flutter_icons:
android: "launcher_icon"
ios: true
remove_alpha_ios: true
image_path: "assets/images/appLogo.png"