-
Notifications
You must be signed in to change notification settings - Fork 111
Missing topics 2.1 #106
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
Missing topics 2.1 #106
Conversation
|
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.
Nit changes. Please fix them and then you can merge.
|
||
- **Informational Dialog:** To show some information the user should be aware of before interacting with the app. Contains only a single action button. | ||
- **Confirm Dialog:** This dialog can contain two action buttons. It can trigger the subsequent action based on whether a user confirms the action. It can also be used before performing any non-revertable user action, for example, before deleting a user account. | ||
- **Custom Dialog**: This is a fully customizable dialog that you can create using [components](../../ui/components/overview.md). |
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.
Link doesnt work.
@@ -0,0 +1,199 @@ | |||
--- |
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.
Can you check the component URLs, they dont link to anything.
3. **Disabled, pause**: This stops the audio player as soon as the app goes in the background. | ||
|
||
:::info | ||
By default, every AudioPlayer widget added to the project will show sample audio from the internet. |
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.
By default, every AudioPlayer widget added to the project will show sample audio from the internet. | |
By default, every AudioPlayer widget added to the project will play a sample audio file from a network URL. |
|
||
Follow the steps below to add an action that opens the bottom sheet: | ||
|
||
1. Create a bottom sheet [component](../../resources/ui/components/overview.md). Tip: you can also create one from the 'BottomSheet' templates. |
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.
Create this tip into an admonition. And then also link "create components from templates" section under components.
All review comments addressed! |
…erFlow/flutterflow-documentation into pinkesh/missing-topics-2-1
Description
Linear ticket and magic word Fixes DEVR-573
Type of change