FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
flutter-testing-tutorial/pubspec.yaml at master · bwnyasse/flutter-testing-tutorial · GitHub
bwnyasse
/
flutter-testing-tutorial
Public
Notifications
You must be signed in to change notification settings
Fork
48
Star
35
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
flutter-testing-tutorial
/
pubspec.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
50 lines (35 loc) · 1.18 KB
Breadcrumbs
flutter-testing-tutorial
/
pubspec.yaml
Copy path
File metadata and controls
50 lines (35 loc) · 1.18 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
name
:
flutter_movie_deep_dive_test
description
:
A movie flutter project.
version
:
1.0.0+1
environment
:
sdk
:
"
>=2.12.0 <3.0.0
"
dependencies
:
flutter
:
sdk
:
flutter
#
Helps to implement equality without needing to explicitly override == and hashCode.
equatable
:
^2.0.3
#
A composable, multi-platform, Future-based API for HTTP requests.
http
:
^0.13.3
#
Functions that support JSON code generation via the `json_serializable` package.
json_annotation
:
^4.1.0
#
Widgets that make it easy to integrate blocs and cubits into Flutter. Built to work with package:bloc.
flutter_bloc
:
^7.3.0
dev_dependencies
:
integration_test
:
sdk
:
flutter
flutter_test
:
sdk
:
flutter
bloc_test
:
^8.5.0
#
Tools to write binaries that run builders.
build_runner
:
^2.1.2
#
Automatically generate code for converting to and from JSON by annotating Dart classes.
json_serializable
:
^5.0.2
#
Mock library for Dart inspired by Mockito.
mockito
:
^5.0.16
#
A utility for providing mocked response to Image.network in Flutter widget tests.
network_image_mock
:
^2.0.1
flutter_lints
:
^1.0.0
flutter
:
uses-material-design
:
true
assets
:
-
assets/devfest.jpeg
Back
|
FazBrowse Home
|
New Git URL