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

fix: allow record types as params and return types #4

Merged
merged 5 commits into from
Mar 6, 2024

Conversation

buehler
Copy link
Member

@buehler buehler commented Mar 6, 2024

This allows more complex types to be used in
return types and parameter types for bottom
sheets, dialogs, and routes.
Types like (int, int, {String foobar}) or
referenced types (imports from other files) are
supported.

@buehler buehler requested a review from nschaer92 March 6, 2024 12:18
@nschaer92 nschaer92 merged commit fc946a5 into main Mar 6, 2024
4 checks passed
@nschaer92 nschaer92 deleted the fix/missing-type-refs branch March 6, 2024 13:08
buehler pushed a commit that referenced this pull request Mar 6, 2024
## [1.2.1](v1.2.0...v1.2.1) (2024-03-06)

### Bug Fixes

* allow record types as params and return types ([#4](#4)) ([fc946a5](fc946a5))
@buehler
Copy link
Member Author

buehler commented Mar 6, 2024

🎉 This PR is included in version 1.2.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants