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

docs: Return Widget instead of void in the game_widget.md #1736

Merged
merged 1 commit into from
Jun 16, 2022

Conversation

imaNNeo
Copy link
Contributor

@imaNNeo imaNNeo commented Jun 16, 2022

Description

The return type of GameWidget docs should be Widget instead of void

Checklist

  • The title of my PR starts with a [Conventional Commit] prefix (fix:, feat:, docs: etc).
  • I have read the [Contributor Guide] and followed the process outlined for submitting PRs.
  • I have updated/added tests for ALL new/updated/fixed functionality.
  • I have updated/added relevant documentation in docs and added dartdoc comments with ///.
  • I have updated/added relevant examples in examples.

Fixes #1735

@imaNNeo imaNNeo changed the title Docs: Return Widget instead of void in the game_widget.md docs: Return Widget instead of void in the game_widget.md Jun 16, 2022
@spydon spydon merged commit 1dc313f into flame-engine:main Jun 16, 2022
st-pasha pushed a commit to st-pasha/flame that referenced this pull request Jun 18, 2022
…ne#1736)

The return type of GameWidget docs should be Widget instead of void
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.

Return type issue in the GameWidget docs
2 participants