Shivam Goyal
Shivam's Blog

Shivam's Blog

Follow
homeFlutterSponsorbadgesnewsletter
Series

15 Minute Recipes in Flutter

This series focuses on introducing you to short and crisp code snippets to build beautiful UI & concise UX with Flutter. These are specifically aligned to help newbie Flutter Devs.

Articles in this series

How to install Flutter on Mac & Windows

Jun 17, 201910 min read

In this post, we’ll have an overview of Flutter, the latest buzz in the App Development market. Flutter is gaining popularity faster than any other...

How to install Flutter on Mac & Windows

Building a Flutter DateTime Picker in just 15 minutes

Jul 16, 20193 min read

With the Flutter DateTime Picker plugin, you can add date & time pickers to your native application. The plugin’s interface is inspired by the iOS...

Building a Flutter DateTime Picker in just 15 minutes

Building Flutter PullToRefresh in just 15 minutes

Jul 17, 20192 min read

The pull-to-refresh pattern lets a user pull down on a list of data using touch in order to retrieve more data. The "Pull-to-refresh" gesture was...

Building Flutter PullToRefresh in just 15 minutes

Building a Flutter AlertDialog in just 15 minutes

Nov 17, 20192 min read

The AlertDialog is basically a Popup in Flutter. Whenever you want to create a floating box that is centered on the page, you can simply use an...

Building a Flutter AlertDialog in just 15 minutes