diff --git a/.fvmrc b/.fvmrc new file mode 100644 index 0000000..4efffa7 --- /dev/null +++ b/.fvmrc @@ -0,0 +1,3 @@ +{ + "flutter": "3.22.1" +} \ No newline at end of file diff --git a/.gitignore b/.gitignore index cdc2242..9493df6 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,6 @@ example/web/ .flutter-plugins .flutter-plugins-dependencies .metadata + +# FVM Version Cache +.fvm/ \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1351a99..fd57a18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.5.2 + +- Only accept nullable strings when building items for an itemlist + ## 1.5.0 - Updated flutter_input_library to 3.2.1 diff --git a/pubspec.yaml b/pubspec.yaml index fc09c2f..8b201e9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,8 +2,7 @@ name: flutter_profile description: Flutter profile package version: 1.5.2 repository: https://github.com/Iconica-Development/flutter_profile - -publish_to: none +publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub environment: sdk: ^3.0.0 @@ -13,9 +12,8 @@ dependencies: cached_network_image: ^3.3.0 flutter_input_library: - git: - url: https://github.com/Iconica-Development/flutter_input_library - ref: 3.3.1 + hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub + version: ^3.3.1 flutter: sdk: flutter