restui 0.4.0+3 copy "restui: ^0.4.0+3" to clipboard
restui: ^0.4.0+3 copied to clipboard

discontinuedreplaced by: http_api

A simple yet powerful wrapper around http package.

[0.4.0+3] - 17 Apr. 2020 #

  • Fixed multipart request/response type issue

[0.4.0+2] - 30.03.2020 #

  • Bumped dart min dart sdk version to 2.6.0
    • enabled extensions support for cleaner API
  • Removed ApiStorage
    • State management capability has been removed from this library
    • Removed state management from readme
  • Added HttpLink
  • Refactored ApiBase class

[0.3.0] - 02.03.2020 #

  • Remove default queryParameters argument value
  • Change HttpMethod enum names case

[0.2.0+3] - 01.03.2020 #

  • Fixed call method body parameter type

[0.2.0+2] - 09.02.2020 #

  • Simplify gettting started code examples inside readme.md

[0.2.0] - 08.02.2020 #

  • Added experimental state management
    • Added Updater widget
      • Added ApiLinkUpdater widget
      • Added ApiStoreUpdater widget
    • Added ApiStorage class
      • Added ApiStore
        • Added NotifierApiStore class
    • Added NotifierApiLink class
  • Improved Query widget
    • Added variable argument
    • Added updaterBuilder argument
    • Added schouldUpdate argument
    • Changed initialData to initialDataBuilder argument
    • QueryState call method now accepts (optional) variable

[0.1.0+1] - 07.02.2020 #

  • Fix readme bugs

[0.1.0] - 07.02.2020 #

  • Initial release
  • Removed provider package from dependencies
  • Added Query.of<A extends ApiBase>() method which provide access to the API class instance
  • Added readme section about ApiLink
  • Added readme section about example app

[0.0.2] - 01.02.2020 #

  • Added getting started readme section
  • Added support for ApiLinks
  • Improved Query widget

[0.0.1] - 14.01.2020 #

  • Extracted Restui library from app
4
likes
30
pub points
0%
popularity

Publisher

verified publisherklyta.it

A simple yet powerful wrapper around http package.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, http, http_parser, meta

More

Packages that depend on restui