Compare commits

..

5 commits

Author SHA1 Message Date
Bart Ribbers
b32ea7d7ac chore: ready for publishing 2025-04-13 13:39:13 +02:00
4171e6db59 chore: set version to 1.5.2 2025-04-08 11:11:08 +02:00
3bba03d201 fix: only accept nullable strings when building items for an itemlist
The value is put directly in a TextEditingController so it needs to be a string,
any other value has to be parsed to a string by the user first.
2025-04-04 13:37:09 +02:00
d8087d5a85 chore: set version to 1.5.1 2025-04-03 16:08:41 +02:00
1c858c0108 fix: type an untyped function variable 2025-04-03 16:07:32 +02:00
4 changed files with 11 additions and 8 deletions

3
.fvmrc Normal file
View file

@ -0,0 +1,3 @@
{
"flutter": "3.22.1"
}

3
.gitignore vendored
View file

@ -40,5 +40,4 @@ example/web/
.metadata .metadata
# FVM Version Cache # FVM Version Cache
.fvm/ .fvm/
.fvmrc

View file

@ -1,5 +1,6 @@
## 1.6.0 ## 1.5.2
* Upgraded flutter_input_library to 3.6.0
- Only accept nullable strings when building items for an itemlist
## 1.5.0 ## 1.5.0

View file

@ -1,19 +1,19 @@
name: flutter_profile name: flutter_profile
description: Flutter profile package description: Flutter profile package
version: 1.6.0 version: 1.5.2
repository: https://github.com/Iconica-Development/flutter_profile repository: https://github.com/Iconica-Development/flutter_profile
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
environment: environment:
sdk: ">=3.0.0 <4.0.0" sdk: ^3.0.0
flutter: ">=1.17.0" flutter: ">=1.17.0"
dependencies: dependencies:
cached_network_image: ^3.3.0 cached_network_image: ^3.3.0
flutter_input_library: flutter_input_library:
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
version: ^3.6.0 version: ^3.3.1
flutter: flutter:
sdk: flutter sdk: flutter