Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Flutter 3.10 #99

Merged
merged 8 commits into from
May 10, 2023
Merged

Conversation

fertrig
Copy link
Collaborator

@fertrig fertrig commented May 10, 2023

monarch package changes:

  • Merge monarch-package-3.4 branch onto main. Branch monarch-package-3.4 had changes compatible with Flutter 3.8.
  • MonarchBinding now uses TestPlatformDispatcher instead of deprecated TestWindow, which was introduced in Flutter 3.9
  • Both Flutter 3.8 and 3.9 are now stable via Flutter 3.10.

monarch macos changes:

- do not use source_gen which resolves too much of the element tree which is slow
- only resolve element tree when needed
- better logging
- Nullable StoryFunction
- Validate and filter null story functions
- Similar pattern to themes and locales, MetaStories.user constructor
- Warning message
- Builder uses MetaStories.user constructor
- Remove story if story function is not expected type
- Filter out private functions when generating meta stories
- meta themes builder: optimize meta theme code gen
- meta localization builder: optimize meta localization code gen
- removed old generators based on source_gen
- monarch package: Update vm_service dependency to >=9.4.0, version bump

(cherry picked from commit dd2942a)
@fertrig fertrig merged commit edbb9c0 into Dropsource:main May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant