Skip to content

Commit

Permalink
Version 3.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
edufolly committed Apr 11, 2024
1 parent 162e9f7 commit 8079b5d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [3.0.2] - 2024-04-11

* Adding leadingWidth to AbstractEdit and AbstractList.

## [3.0.1] - 2024-03-31

* Updating Connectivity Plus to ^6.0.1.
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ description: A new Flutter project.

publish_to: 'none'

version: 3.0.1+210
version: 3.0.2+211

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

dependencies:
# https://pub.dev/packages/connectivity_plus
connectivity_plus: 6.0.1
connectivity_plus: 6.0.2

flutter:
sdk: flutter
Expand All @@ -37,7 +37,7 @@ dependencies:
http: 1.2.1

# https://pub.dev/packages/url_launcher
url_launcher: 6.2.5
url_launcher: 6.2.6

dev_dependencies:
# https://pub.dev/packages/flutter_lints
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: folly_fields
description: Basic form fields and utilities.
version: 3.0.1
version: 3.0.2
repository: https://github.com/edufolly/folly_fields/
homepage: https://edufolly.github.io/folly_fields/

Expand Down

0 comments on commit 8079b5d

Please sign in to comment.