Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
fluttertpc_get
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Gabriel Rohden
2020-09-06 15:06:41 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
48797957049b5460e6bf2b2cebd8b718ff6e1834
48797957
1 parent
5f4ed09f
fix: Re-add missing return for getCases
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
example/test/test.dart
example/test/test.dart
View file @
4879795
...
...
@@ -13,7 +13,7 @@ class MockRepository implements IHomeRepository {
await
Future
.
delayed
(
Duration
(
milliseconds:
100
));
if
(
Random
().
nextBool
())
{
CasesModel
(
return
CasesModel
(
global:
Global
(
totalDeaths:
100
,
totalConfirmed:
200
),
);
}
...
...
Please
register
or
login
to post a comment