Skip to content

Commit

Permalink
5.4.0+1
Browse files Browse the repository at this point in the history
  • Loading branch information
Drawner committed Oct 15, 2024
1 parent 64ce678 commit 688fc15
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@

## 5.4.0
## 5.4.0+1
October 14, 2024
- AppState class now has the notifyClientsInBuild parameter. Defaults to true.
This then notifies any dependencies when calling for a rebuild
- The runInitAsync() function in every StateX object
now allows their initAsync() functions to be conditionally called with every rebuild.
- Translations for 'Material Ver.'
- Updated the README.md
- Updated device_info_plus 10.1.2 to 11.0.0

## 5.3.3
October 07, 2024
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@ packages:
dependency: transitive
description:
name: device_info_plus
sha256: a7fd703482b391a87d60b6061d04dfdeab07826b96f9abd8f5ed98068acc0074
sha256: db03b2d2a3fa466a4627709e1db58692c3f7f658e36a5942d342d86efedc4091
url: "https://pub.dev"
source: hosted
version: "10.1.2"
version: "11.0.0"
device_info_plus_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -312,7 +312,7 @@ packages:
path: ".."
relative: true
source: path
version: "5.4.0"
version: "5.4.0+1"
fuchsia_remote_debug_protocol:
dependency: transitive
description: flutter
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@ packages:
dependency: "direct main"
description:
name: device_info_plus
sha256: a7fd703482b391a87d60b6061d04dfdeab07826b96f9abd8f5ed98068acc0074
sha256: db03b2d2a3fa466a4627709e1db58692c3f7f658e36a5942d342d86efedc4091
url: "https://pub.dev"
source: hosted
version: "10.1.2"
version: "11.0.0"
device_info_plus_platform_interface:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ homepage: https://www.andrioussolutions.com
repository: https://github.com/AndriousSolutions/fluttery_framework
issue_tracker: https://github.com/AndriousSolutions/fluttery_framework/issues

version: 5.4.0
version: 5.4.0+1

environment:
# sdk: '>=2.19.0 <4.0.0'
Expand All @@ -15,7 +15,7 @@ dependencies:
connectivity_plus: ^6.0.0

# https://pub.dev/packages/device_info_plus
device_info_plus: ^10.1.0
device_info_plus: ^11.0.0

flutter:
sdk: flutter
Expand Down

0 comments on commit 688fc15

Please sign in to comment.