apex_api 2.0.2 copy "apex_api: ^2.0.2" to clipboard
apex_api: ^2.0.2 copied to clipboard

outdated

Apex Flutter Connection Api

2.0.2 #

  • Progress Dialog issue is solved

2.0.0 #

  • Breaking Changes
  • ServerWrapper turned into ApiWrapper
  • Api class has been removed
  • context.api.request => context.http.post

1.1.6 #

  • HandlerNamespace is used to route users to different handlers of one api (implemented in ApiConfig class)

1.1.4 #

  • Fixing wrapper property making it work even if Stream initial data is null

1.1.3 #

  • wrapper property now supports response and onRetry method

1.1.2 #

  • Added wrapper widget builder to ReactiveWidget

1.1.1 #

ReactiveWidget reload function now returns a future

1.1.0 #

Break Changes

  • Response class is removed
  • You can extend your Response models from DataModel class

1.0.1+5 #

  • OnRetry
  • LoginBuilder
  • Base64 encoding of http requests.
  • ReactiveWidget

1.0.1 #

  • Much more stable.
  • Some minor bugs has been fixed.

1.0.0 #

  • Initial Release