Skip to content

Commit

Permalink
Updating to Flutter 3.22.0, Dart 3.4.0. and version bump 3.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
edufolly committed May 14, 2024
1 parent 6c9c823 commit aa16582
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## [3.1.2] - 2024-05-14
## [3.2.0] - 2024-05-14

* Updating to Flutter 3.22.0 and Dart 3.4.0.
* Changing getLeading method from AbstractBuilder to be able to return null.
* Updating ListField:
* Fixing component's alignment.
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ description: A new Flutter project.

publish_to: 'none'

version: 3.1.2+213
version: 3.2.0+213

environment:
sdk: ">=3.3.0 <4.0.0"
flutter: ">=3.19.0"
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"

dependencies:
# https://pub.dev/packages/connectivity_plus
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: folly_fields
description: Basic form fields and utilities.
version: 3.1.2
version: 3.2.0
repository: https://github.com/edufolly/folly_fields/
homepage: https://edufolly.github.io/folly_fields/

environment:
sdk: ">=3.3.0 <4.0.0"
flutter: ">=3.19.0"
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"

dependencies:
# https://pub.dev/packages/connectivity_plus
Expand Down Expand Up @@ -39,7 +39,7 @@ dependencies:
font_awesome_flutter: ^10.7.0

# https://pub.dev/packages/intl
intl: any
intl: ^0.19.0

# https://pub.dev/packages/sprintf
sprintf: ^7.0.0
Expand Down

0 comments on commit aa16582

Please sign in to comment.