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

Apex Flutter Connection Api

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