The Wayback Machine - https://web.archive.org/web/20210721074648/https://github.com/topics/flutter-package
Skip to content
#

flutter-package

Here are 680 public repositories matching this topic...

bloc
vinayluzrao
vinayluzrao commented Feb 26, 2021

Is your feature request related to a problem? Please describe.
Navigator 2.0 and Router have been released and are now the recommended approach:

Currently, there is no recipe for this, there are only recipes for a Navigator-less approach and for the old 1.0 imperative approach:

https://bloclibrary.dev/#/recipesflutternavigation

Describe the solution you'd like
Document a recipe

Sam-Guru-In-Training
Sam-Guru-In-Training commented Jun 23, 2021

Is your feature request related to a problem? Please describe.
I'd like to choreograph Text animations one after another.

So for instance my main text is a TextLiquidFill
Following its completion, I'd like to run
TypewriterAnimatedText on another line of Text.

Probably the most flexible solution would be to offer a way to delay an animation starting, so you can set it to the duration

Improve this page

Add a description, image, and links to the flutter-package topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the flutter-package topic, visit your repo's landing page and select "manage topics."

Learn more