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

Breaking: Make dart/flutter async #256

Merged
merged 5 commits into from
Jul 16, 2024
Merged

Breaking: Make dart/flutter async #256

merged 5 commits into from
Jul 16, 2024

Conversation

passsy
Copy link
Contributor

@passsy passsy commented Jul 16, 2024

The flutter sdk initializers are async, but have been called sync.
The dart command has not called the initializer when not flutterSDK was set.

Now, both the dart and flutter method are async.

addFlutterSdkInitializer has been replaced with addSdkInitializer, working for both - dart and flutter.

@passsy passsy merged commit a500944 into main Jul 16, 2024
3 of 6 checks passed
@passsy passsy deleted the async-but-initialized branch July 16, 2024 02:11
passsy added a commit that referenced this pull request Jul 16, 2024
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