mc 0.0.2
mc: ^0.0.2 copied to clipboard
State management & request package, Model,View,Controller,Request [MVCR].
0.0.1+1 #
- Add example.
0.0.1+2 #
- Add more Examples and add rebuild method in Model.
0.0.1+3 #
- Support null safety
0.0.1+4 #
- Change search parameter to params & add new parameter #path for get part of json & Add controller in model generator
0.0.1+5 #
- fix bugs & add new item McController for add/get/remove your model Now you can use your model from another screen without traditional way
0.0.1+6 #
- Optimization (add) method of McController & possible to add McRequest in controller
0.0.1+7 #
- fix bugs
- Inject [mc] (instance) of McController in Stateless and ful widget by extension for use it easily
- remove path parameter
- add complex parameter for complex json
- add inspect parameter for complex json if complex true you need to define inspect by function return List of Map like this [{'item':'value1'},{'item':'value1'}] & if data already like this you dont need define complex and inspect
- add sendFile Method for send files
0.0.1+8 #
- fix PUT bugs
- add params for post methods
- add setCookies parameter for enable and disable setCookie
0.0.1+9 #
- Add generics types
- Add on McView [call] parameter for call request method & [callType] for define how call function will call (call as future or as stream or call when model is empty) & [secondsOfStream] for define seconds for update data from call method when choose callAsStream
0.0.2 #
- fix some bugs & optimizated the code