Skip to content

Fix some issues & improvements #112

@M97Chahboun

Description

@M97Chahboun
  • Improve target parameters of request to support mapped status code and target for handle errors in model
  • add cache duration to RocketClient for global config
  • Handle loading inside of RocketView builder
  • Add <> to prevent rebuild conflict error
 WidgetsBinding.instance.addPostFrameCallback((duration) {
      setState(() {});
    });
  • Add patch to http methods
  • Handle silent loading if data already exist
  • Handle cache only for get method
  • Support pagination
  • Handle refresh case
  • Reset model data when refresh is true if (refresh) { model?.all?.clear(); }

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions