flutter_profile/CHANGELOG.md

35 lines
600 B
Markdown
Raw Normal View History

2022-08-26 15:31:42 +02:00
## 0.0.1
2022-10-14 15:54:50 +02:00
* Initial release.
## 0.0.2
* Add prioritizedItems option to display items at the top of the page.
## 0.0.3
* Add support for image URL (instead of in-memory image using image parameter from User model)
## 0.0.7
2022-11-15 11:20:48 +01:00
* Submit all edited fields on submit of one field
## 0.0.10
* Fixed bug where keyboard would close on selecting custom input fields.
## 0.0.11
2022-12-01 15:11:15 +01:00
* Fixed bug where some field wouldn't update when submitted.
## 1.0.1
2022-12-02 10:40:16 +01:00
* Added a default wrap instead of column
## 1.0.2
* Added form key and more customizability for web
## 1.0.3
* No longer crashes without profile data