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
Guster
2022-09-29 13:52:03 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8f2c136a0bb7eb4867d049065930be7104f4afc4
8f2c136a
1 parent
5229d40c
Fixed minor typo in GetConnect document
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
5 deletions
README-ar.md
README-vi.md
README.md
README.ur-PK.md
README.zh-cn.md
README-ar.md
View file @
8f2c136
...
...
@@ -543,7 +543,6 @@ class HomeProvider extends GetConnect {
//HttpStatus.unauthorized
httpClient
.
maxAuthRetries
=
3
;
}
}
@override
Future
<
Response
<
CasesModel
>>
getCases
(
String
path
)
=>
get
(
path
);
...
...
README-vi.md
View file @
8f2c136
...
...
@@ -498,7 +498,6 @@ class HomeProvider extends GetConnect {
//HttpStatus.unauthorized
httpClient
.
maxAuthRetries
=
3
;
}
}
@override
Future
<
Response
<
CasesModel
>>
getCases
(
String
path
)
=>
get
(
path
);
...
...
README.md
View file @
8f2c136
...
...
@@ -517,7 +517,6 @@ class HomeProvider extends GetConnect {
//HttpStatus.unauthorized
httpClient
.
maxAuthRetries
=
3
;
}
}
@override
Future
<
Response
<
CasesModel
>>
getCases
(
String
path
)
=>
get
(
path
);
...
...
README.ur-PK.md
View file @
8f2c136
...
...
@@ -440,7 +440,6 @@ class HomeProvider extends GetConnect {
//HttpStatus.unauthorized
httpClient
.
maxAuthRetries
=
3
;
}
}
@override
Future
<
Response
<
CasesModel
>>
getCases
(
String
path
)
=>
get
(
path
);
...
...
README.zh-cn.md
View file @
8f2c136
...
...
@@ -476,7 +476,6 @@ class HomeProvider extends GetConnect {
//HttpStatus.unauthorized
httpClient
.
maxAuthRetries
=
3
;
}
}
@override
Future
<
Response
<
CasesModel
>>
getCases
(
String
path
)
=>
get
(
path
);
...
...
Please
register
or
login
to post a comment