Create a Journaling app with Flutter

valerianagit

ValerianaGit💙

Posted on April 24, 2021

Create a Journaling app with Flutter

GitHub repo

Check out the GitHub repo for the code, above is an image of the widget tree and each nodes' relationships

1 - UI
Design screen 1 -> Scaffold
Body: ListView with Card tile,
Floating action button at bottom,

2 - Use Provider

3 - Create a callBack for the inkWell widget onPressed

4 - Most proud of scrollable Text and Textfield widgets.

💖 💪 🙅 🚩
valerianagit
ValerianaGit💙

Posted on April 24, 2021

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related