-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
110 lines (82 loc) · 4 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
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
name: pokemon
description: A new Flutter project.
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.0.1+2
environment:
sdk: ">=2.18.1 <3.0.0"
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
# consider running `flutter pub upgrade --major-versions`. Alternatively,
# dependencies can be manually updated by changing the version numbers below to
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
dependencies:
flutter:
sdk: flutter
# Flutter plugin for discovering the state of the network (WiFi & mobile/cellular)
# connectivity on Android and iOS.
connectivity: ^3.0.3
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
# Functional Programming in Dart. Purify your Dart code using efficient immutable data
# structures monads, lenses and other FP tools.
dartz: ^0.10.1
# Flutter plugin providing detailed information about the device (make, model, etc) and
# Android or OS version the app is running on.
device_info_plus: ^4.0.1
# A powerful Http client for Dart, which supports interceptors, FormData, Request Cancellation,
# File Downloading, Timeout etc.
dio: ^4.0.0
# Easy and Fast internationalization for your Flutter Apps
easy_localization: ^3.0.0
# An abstract class that helps to implement equality without needing to explicitly
# override == and hashCode.
equatable: ^2.0.3
# Lazily load and display pages of items as the user scrolls down your screen.
infinite_scroll_pagination: ^3.1.0
# Flutter widgets that make it easy to implement the BLoC design pattern.
flutter_bloc: ^7.3.3
# A flutter plugin for adapting screen and font size.Guaranteed to look good on different models
flutter_screenutil: ^5.5.3+2
# Simple direct Service Locator that allows to decouple the interface from a concrete
# implementation and to access the concrete implementation from everywhere in your app.
get_it: ^7.2.0
# Jiffy is a date dart package inspired by momentjs for parsing, manipulating and formatting dates
jiffy: ^4.1.0
# Classes and helper functions that support JSON code generation via the `json_serializable` package.
json_annotation: ^4.5.0
# RxDart is an implementation of the popular reactiveX api for asynchronous programming, leveraging the native Dart Streams api.
rxdart: ^0.27.7
# Flutter plugin for reading and writing key-value pairs. Wraps NSUserDefaults on iOS and
# SharedPreferences on Android.
shared_preferences: ^2.0.5
dev_dependencies:
flutter_test:
sdk: flutter
# A testing library which make it easy to test blocs.
bloc_test: ^8.5.0
# Tools to write binaries that run builders.
build_runner: ^2.2.1
# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^2.0.0
# Automatically generate code for converting to and from JSON by annotating Dart classes.
json_serializable: ^6.0.1
# A mock framework inspired by Mockito.
mockito: ^5.3.2
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter packages.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
assets:
- assets/translations/