-
-
Notifications
You must be signed in to change notification settings - Fork 934
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
feat: Integration of flame_riverpod #2367
Conversation
The example Flutter project contains a widget test that accesses lifecycle methods (eg processQueue), which is currently annotated as The widget test in question is a standard Flutter widget test that compares the contents of a Flutter Text Widget against a Flame Text Component for equality. This is to validate that both widgets are reading from the StreamProvider defined in the project. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please remove all the files that are not part of the library? Such as linux/
, macos/
, web/
, and windows/
folders.
It can be both, so you can just add that meta tag there and it should be fine. |
Added package name to beginning of file as per suggestion Co-authored-by: Lukas Klingsbo <[email protected]>
…nually in test. (Change yet to be committed)
…nge requests: - Updated flame_riverpod website field - Updated flame_riverpod description - Bumped up flame version number to 1.6.0 Additionally, removed whitespace
…included in previous commit
…ents, added relevant comments
…Test due to error in automated Github action
…->initializeWithGame)
@markvideon Can we expect an update for this? |
Yes |
… to test/widget_test.dart, adjusted spelling in a comment in test/widget_test.dart.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! 😍
Just a few minor comments, nothing on the implementation.
Updated comments as per suggestion. Co-authored-by: Lukas Klingsbo <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm! 🥳
@markvideon I missed one thing in my review, docs are missing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two minor comments, otherwise I think we're good to go! 😍
fix: Spacing as per suggestion Co-authored-by: Lukas Klingsbo <[email protected]>
docs: Change of link as per suggestion Co-authored-by: Lukas Klingsbo <[email protected]>
Description
Previously discussed with @spydon and referenced in issue #2353, flame_riverpod is to be integrated into the monorepo
Checklist
docs
and added dartdoc comments with///
.examples
ordocs
.Breaking Change?
Related Issues
Contribution toward #2353