- Initial release & public demo.
- Fixed typo in the doc
- Fixed typo in the readme
- Added Repository (Github) url
- Added Issue Tracker (Github) url
- Creator can now edit their requests.
- Creator nickname is now shown in the request tile.
- Comment id is now returned in the callback.
- Request id is now provided by its callback.
Thanks to @sarahzayat2019
- Fixed overflow issue on the title
- Fixed padding for the description input.
- Cleanup & Formatting
- Thanks to @sarahzayat2019
- Cleanup & Formatting
- Added async operation when adding a request
Thanks to @sarahzayat2019
- file formatting for static analysis
- Request Store callbacks are now defined as FutureOr to prevent passed async operations to throw a warning.
- Fixed description field shrinking in request form on mobile
- Fixed theme data not being loaded from widget params.
- Added some spacing to the form widget between the labels and text fields
- Fix equality in lists with listEquals on request_item model.
- Fix creator overwrite when updating a request.