Created
April 7, 2019 21:06
-
-
Save evelyne24/8283cad049b168845f8ea0c553677c65 to your computer and use it in GitHub Desktop.
Flutter scrollable footer - a footer that stays at the bottom of the screen and scrolls with its container; also see https://docs.flutter.dev/flutter/widgets/SingleChildScrollView-class.html
This might help, if anybody looking for sticky
footer, not scroll-with footer, check this out
https://github.com/softmarshmallow/flutter-layouts
https://github.com/softmarshmallow/flutter-layouts/tree/master/lib/src/footer
Esto realmente me ayudó.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you great solution