-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace
MacosSegmentedControl
with `CupertinoSlidingSegmentedContro…
…l` in the example project This was done because macos_ui now depends on macos_window_utils, which caused version resolution to fail.
- Loading branch information
1 parent
1892d86
commit f8d1dd8
Showing
4 changed files
with
26 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,22 @@ | ||
PODS: | ||
- FlutterMacOS (1.0.0) | ||
- macos_ui (0.1.0): | ||
- FlutterMacOS | ||
- macos_window_utils (1.0.0): | ||
- FlutterMacOS | ||
|
||
DEPENDENCIES: | ||
- FlutterMacOS (from `Flutter/ephemeral`) | ||
- macos_ui (from `Flutter/ephemeral/.symlinks/plugins/macos_ui/macos`) | ||
- macos_window_utils (from `Flutter/ephemeral/.symlinks/plugins/macos_window_utils/macos`) | ||
|
||
EXTERNAL SOURCES: | ||
FlutterMacOS: | ||
:path: Flutter/ephemeral | ||
macos_ui: | ||
:path: Flutter/ephemeral/.symlinks/plugins/macos_ui/macos | ||
macos_window_utils: | ||
:path: Flutter/ephemeral/.symlinks/plugins/macos_window_utils/macos | ||
|
||
SPEC CHECKSUMS: | ||
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24 | ||
macos_ui: 125c911559d646194386d84c017ad6819122e2db | ||
macos_window_utils: 933f91f64805e2eb91a5bd057cf97cd097276663 | ||
|
||
PODFILE CHECKSUM: 500e4707112a5f11963bc198135953cdebb6d50c | ||
|
||
COCOAPODS: 1.11.3 | ||
COCOAPODS: 1.12.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters