mirror of
https://github.com/Iconica-Development/flutter_profile.git
synced 2025-05-19 17:23:44 +02:00
Merge pull request #20 from Iconica-Development/hotfix/release
Update version to 1.0.4
This commit is contained in:
commit
5accea0bc9
3 changed files with 32 additions and 28 deletions
56
CHANGELOG.md
56
CHANGELOG.md
|
@ -1,35 +1,39 @@
|
||||||
## 0.0.1
|
# 1.0.4
|
||||||
|
|
||||||
* Initial release.
|
* Fixed a nullcheck being done on the nullable user in Avatar
|
||||||
|
|
||||||
## 0.0.2
|
## 1.0.3
|
||||||
|
|
||||||
* Add prioritizedItems option to display items at the top of the page.
|
* No longer crashes without profile data
|
||||||
|
|
||||||
## 0.0.3
|
|
||||||
|
|
||||||
* Add support for image URL (instead of in-memory image using image parameter from User model)
|
|
||||||
|
|
||||||
## 0.0.7
|
|
||||||
|
|
||||||
* 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
|
|
||||||
|
|
||||||
* Fixed bug where some field wouldn't update when submitted.
|
|
||||||
|
|
||||||
## 1.0.1
|
|
||||||
|
|
||||||
* Added a default wrap instead of column
|
|
||||||
|
|
||||||
## 1.0.2
|
## 1.0.2
|
||||||
|
|
||||||
* Added form key and more customizability for web
|
* Added form key and more customizability for web
|
||||||
|
|
||||||
## 1.0.3
|
## 1.0.1
|
||||||
|
|
||||||
* No longer crashes without profile data
|
* Added a default wrap instead of column
|
||||||
|
|
||||||
|
## 0.0.11
|
||||||
|
|
||||||
|
* Fixed bug where some field wouldn't update when submitted.
|
||||||
|
|
||||||
|
## 0.0.10
|
||||||
|
|
||||||
|
* Fixed bug where keyboard would close on selecting custom input fields.
|
||||||
|
|
||||||
|
## 0.0.7
|
||||||
|
|
||||||
|
* Submit all edited fields on submit of one field
|
||||||
|
|
||||||
|
## 0.0.3
|
||||||
|
|
||||||
|
* Add support for image URL (instead of in-memory image using image parameter from User model)
|
||||||
|
|
||||||
|
## 0.0.2
|
||||||
|
|
||||||
|
* Add prioritizedItems option to display items at the top of the page.
|
||||||
|
|
||||||
|
## 0.0.1
|
||||||
|
|
||||||
|
* Initial release.
|
|
@ -124,7 +124,7 @@ packages:
|
||||||
path: ".."
|
path: ".."
|
||||||
relative: true
|
relative: true
|
||||||
source: path
|
source: path
|
||||||
version: "1.0.3"
|
version: "1.0.4"
|
||||||
flutter_test:
|
flutter_test:
|
||||||
dependency: "direct dev"
|
dependency: "direct dev"
|
||||||
description: flutter
|
description: flutter
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: flutter_profile
|
name: flutter_profile
|
||||||
description: Flutter profile package
|
description: Flutter profile package
|
||||||
version: 1.0.3
|
version: 1.0.4
|
||||||
repository: https://github.com/Iconica-Development/flutter_profile
|
repository: https://github.com/Iconica-Development/flutter_profile
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue