Flutter Geeks

Flutter Geeks

Flutter is Google's UI toolkit for crafting beautiful, natively compiled applications for mobile, web, and desktop from a single codebase. This blog shares to audiences the Flutter tutorial from beginners level to advantage levels.


Step by step to persist data in Flutter

27 Apr 2020 2 minute read 2 comments Chanh Ha

Introduction Most mobile apps need to store persistence data locally. There are many reasons to do so, from restoring the app state at the last session, to improve app performance. Therefore, Flutter offers us several ways to accomplish this feature....

How to create Clickable Container

17 Apr 2020 1 minute read 0 comments Chanh Ha

Many times while you are working in Flutter, you would like to allow onTap in the Container widget. However, the Container widget doesn’t have onTap or onPress method. So this post is exactly for you, at the end of this post we will know 2 ways to en...