apex_flutter_plugin 4.0.20
apex_flutter_plugin: ^4.0.20 copied to clipboard
ApexTeam Flutter Plugin - A simple flutter plugin for ApexTeam fellas which supports http request management, request encryption, request cancellation, ... .
4.0.20 #
Adding Windows support for OS You have to manually add defaultParameters to your requests. This will no longer be added to the request parameters. Removed build.yaml file
4.0.17 #
- Null Safety
- Fixed
Error: The argument type 'Map<String, String>?' can't be assigned to the parameter type 'Map<String, String>' because 'Map<String, String>?' is nullable and 'Map<String, String>' isn't.
error.
2.0.4 #
Expected a value of type 'String', but got one of type 'int'
issue has been fixed.
2.0.2 #
- New method!
1.1.1+1 #
- FixUp!
1.1.1 #
- FixUp!
1.1.0+4 #
- Upgraded dependencies.
1.1.0+3 #
- Upgraded dependencies.
1.1.0+2 #
- Some changes in project structure.
1.1.0+1 #
- Updated dependencies.
1.1.0 #
- FixUp!
- Added blob support to
uploadFiles
method.
1.0.34 #
- Fixed encryption checker for isolateModel encrypt parameter.
1.0.32 #
- Now you can pass url and encrypt to IsolateModel in Api singleton and it will use this parameters instead of ApiConfig's same params.
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