Skip to content

Commit

Permalink
Issue #505 (#509)
Browse files Browse the repository at this point in the history
* Update radio_button.dart

* Update CHANGELOG.md

* automatic changes

* install equatable

* make `MacosTypography` extend `Equatable`

* make `MacosThemeData` extend `Equatable`

* bump version to 2.0.6

* add changelog entry for version 2.0.6

* automatic changes

* organize imports

* automatic  changes

* migrate to `onKeyEvent` in three cases

* automatic changes

---------

Co-authored-by: Abbas Hussein <Abbas1Hussein.iq@gmail.com>
  • Loading branch information
Adrian-Samoticha and Abbas1Hussein committed May 3, 2024
1 parent e9da375 commit 37c95be
Show file tree
Hide file tree
Showing 14 changed files with 372 additions and 150 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## [2.0.6]
### 🛠️ Updated 🛠️
* Implemented value equality for `MacosThemeData`.

## [2.0.5]
### 🛠️ Fixed 🛠️
* Fixed `MacosRadioButton` check null value issue.
Expand Down
2 changes: 1 addition & 1 deletion example/macos/Podfile.lock
Expand Up @@ -39,7 +39,7 @@ SPEC CHECKSUMS:
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
macos_ui: 6229a8922cd97bafb7d9636c8eb8dfb0744183ca
macos_window_utils: 933f91f64805e2eb91a5bd057cf97cd097276663
path_provider_foundation: eaf5b3e458fc0e5fbb9940fb09980e853fe058b8
path_provider_foundation: 3784922295ac71e43754bd15e0653ccfd36a147c
url_launcher_macos: d2691c7dd33ed713bf3544850a623080ec693d95

PODFILE CHECKSUM: ff0a9a3ce75ee73f200ca7e2f47745698c917ef9
Expand Down
2 changes: 1 addition & 1 deletion example/macos/Runner.xcodeproj/project.pbxproj
Expand Up @@ -202,7 +202,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0920;
LastUpgradeCheck = 1430;
LastUpgradeCheck = 1510;
ORGANIZATIONNAME = "";
TargetAttributes = {
33CC10EC2044A3C60003C045 = {
Expand Down
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1430"
LastUpgradeVersion = "1510"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down

0 comments on commit 37c95be

Please sign in to comment.