apex_flutter_plugin 1.0.28+0
apex_flutter_plugin: ^1.0.28+0 copied to clipboard
ApexTeam Flutter Plugin - A simple flutter plugin for ApexTeam fellas which supports http request management, request encryption, request cancellation, ... .
1.0.28+0 #
:(
1.0.27 #
Default parameters won't override the request parameters (from now on)
1.0.26 #
You can now pass request field name to IsolateModel.
1.0.22+0 #
Stable version without connectivity check!
1.0.22 #
defaultParameters Map is now modifiable (not const anymore)
Breaking changes #
- There is no Result model anymore! you can access parsed json by calling [] operator on Response.
1.0.21 #
Using custom BrowserClient with universal_html import.
1.0.21-dev.11 #
Using BrowserClient to solve Unsupported operation: Platform._version error.
1.0.20 #
You can upload blob data of a file on web platform by sending blobData using uploadFile method.
1.0.19 #
Had a breaking change!
- Pass an instance of IsolateModel to makeRequest method.
1.0.19-dev.2.3 #
Added isolateLoader to makeRequest within isolates.
1.0.18 #
CancelToken null checker for uploading files!
1.0.17 #
Upload cancelToken and default timeout for ApiConfig.
1.0.15 #
Retrieve uploaded bytes and total bytes to calculate the progress.
1.0.14 #
Changed pubspec homepage and dartdoc version.
1.0.12 #
A little code cleanup!
1.0.11 #
Bug fixed.
1.0.10 #
Minor bug fixed (connectivity check on web platform).
1.0.9 #
added connectivity dependency for checking mobile connection to the network.
1.0.8-dev.2 #
default parameters now are modifiable!
1.0.8-dev.0 #
No need to use response.result.params['key']. use response.result['key'] instead.
1.0.7 #
Now you can pass url to makeRequest, uploadFile(s) methods in Api singleton and it will use this url instead of ApiConfig's url.
1.0.6-alpha.1 #
- Api Stream is outdated.
1.0.5 #
- Bugs fixed!
1.0.4 #
- Init