Skip to content

Conversation

TahaTesser
Copy link
Member

@TahaTesser TahaTesser commented Sep 23, 2022

fixes #104961

This PR adds Dialog. fullscreen, which allows the creation of a fullscreen dialog.

Screen.Recording.2022-09-27.at.16.10.53.mov

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the Flutter Style Guide, including Features we expect every widget to implement.
  • I signed the CLA.
  • I listed at least one issue that this PR fixes in the description above.
  • I updated/added relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making, or this PR is test-exempt.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

@flutter-dashboard flutter-dashboard bot added d: api docs Issues with https://api.flutter.dev/ d: examples Sample code and demos documentation f: material design flutter/packages/flutter/material repository. framework flutter/packages/flutter repository. See also f: labels. c: contributor-productivity Team-specific productivity, code health, technical debt. labels Sep 23, 2022
@TahaTesser
Copy link
Member Author

@guidezpl
Created Dialog.fullscreen based on our discussion #104961 (comment)

Copy link
Member

@werainkhatri werainkhatri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

blue flutter

@TahaTesser TahaTesser force-pushed the m3_full_screen_dialog branch from bc3bf5c to 59e3ecf Compare September 27, 2022 09:12
Update example

Update parameters

Update template
@OlegBezr
Copy link

@TahaTesser thank you for the great work! Do you know if this feature made it into any flutter releases? It seems that there's no Dialog.fullscreen in the last stable release - 3.3.10, but it's also not in the latest beta version - 3.7.0-1.2.pre. Do you know when this feature is planned to be released? Is there a way to track it?

@TahaTesser
Copy link
Member Author

Hi @OlegBezr
It should be available on the beta channel. You can track the commit here and version tags associated with the commit.

Screenshot 2022-12-20 at 15 35 44

I can also see the source code in beta

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: contributor-productivity Team-specific productivity, code health, technical debt. d: api docs Issues with https://api.flutter.dev/ d: examples Sample code and demos f: material design flutter/packages/flutter/material repository. framework flutter/packages/flutter repository. See also f: labels.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for full screen dialogs
5 participants