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

BackdropScaffold gif example update! #96

Merged
merged 2 commits into from
Jun 28, 2021
Merged

BackdropScaffold gif example update! #96

merged 2 commits into from
Jun 28, 2021

Conversation

sachin-dahal
Copy link
Contributor

@sachin-dahal sachin-dahal commented Jun 27, 2021

An issue #95 was that the gif example was not matching to the example shown on the main documentation page by which confusion might occur to a few.
Here is the comparison between the two example gifs which is now updated with the relevant one for the mentioned example code on the main documentation page

BackdropScaffold(
  appBar: BackdropAppBar(
    title: Text("Backdrop Example"),
    actions: <Widget>[
      BackdropToggleButton(
        icon: AnimatedIcons.list_view,
      )
    ],
  ),
  backLayer: Center(
    child: Text("Back Layer"),
  ),
  frontLayer: Center(
    child: Text("Front Layer"),
  ),
)

Before

BackdropScaffold example

After

BackdropScaffold

@WieFel
Copy link
Collaborator

WieFel commented Jun 27, 2021

LGTM
@daadu ?

@daadu daadu merged commit bd4fb0f into fluttercommunity:master Jun 28, 2021
@daadu
Copy link
Member

daadu commented Jun 28, 2021

This has been pushed to pub.dev with v0.6.2.

@sachin-dahal Thanks for the contribution, check yourself in README!!

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.

3 participants