Skip to content

Commit 37c95be

Browse files
Issue #505 (#509)
* 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 <[email protected]>
1 parent e9da375 commit 37c95be

File tree

14 files changed

+372
-150
lines changed

14 files changed

+372
-150
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.0.6]
2+
### 🛠️ Updated 🛠️
3+
* Implemented value equality for `MacosThemeData`.
4+
15
## [2.0.5]
26
### 🛠️ Fixed 🛠️
37
* Fixed `MacosRadioButton` check null value issue.

example/macos/Podfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ SPEC CHECKSUMS:
3939
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
4040
macos_ui: 6229a8922cd97bafb7d9636c8eb8dfb0744183ca
4141
macos_window_utils: 933f91f64805e2eb91a5bd057cf97cd097276663
42-
path_provider_foundation: eaf5b3e458fc0e5fbb9940fb09980e853fe058b8
42+
path_provider_foundation: 3784922295ac71e43754bd15e0653ccfd36a147c
4343
url_launcher_macos: d2691c7dd33ed713bf3544850a623080ec693d95
4444

4545
PODFILE CHECKSUM: ff0a9a3ce75ee73f200ca7e2f47745698c917ef9

example/macos/Runner.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
isa = PBXProject;
203203
attributes = {
204204
LastSwiftUpdateCheck = 0920;
205-
LastUpgradeCheck = 1430;
205+
LastUpgradeCheck = 1510;
206206
ORGANIZATIONNAME = "";
207207
TargetAttributes = {
208208
33CC10EC2044A3C60003C045 = {

example/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1430"
3+
LastUpgradeVersion = "1510"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)