Skip to content

Instantly share code, notes, and snippets.

@evelyne24
Created April 7, 2019 21:06
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save evelyne24/8283cad049b168845f8ea0c553677c65 to your computer and use it in GitHub Desktop.
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
@masfranzhuo
Copy link

masfranzhuo commented Nov 30, 2019

thanks, this really help to solve my problem

@jlavyan
Copy link

jlavyan commented Mar 24, 2020

Thank you great solution

@softmarshmallow
Copy link

softmarshmallow commented Aug 11, 2020

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

gif

@edwinmendoza1999
Copy link

Esto realmente me ayudó.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment