Pinkesh Darji

  https://www.flutterbeads.com/ I love to solve problems using technology that improves users' lives on a major scale. Over the last seven-plus years, I've been developing and leading various mobile apps in different areas.

     



20 Stories by Pinkesh Darji

Using Google Maps to add maps in Flutter applications

Use Google Maps and the google_maps_flutter plugin to add maps to your Flutter app and improve user experience on Android and iOS devices.
7 7 min read

Build an intuitive ecommerce product gallery with Flutter

In this tutorial, you’ll learn how to build an intuitive product gallery with Flutter and provide a better buyer experience.
0 8 min read

How to add ListTile in Flutter: A tutorial with examples

Learn how to add a ListTile widget in a Flutter app by walking through some practical examples.
1 6 min read

Adding speech-to-text and text-to-speech support in a Flutter app

Learn a step-by-step process that gives you a base for building a voice assistant app and cases not handled by the plugin by default.
2 7 min read

A guide to monetizing your Flutter app using AdMob 

In this tutorial, we are going to walk through how you can monetize your Flutter app using AdMob (ads for mobile) by Google.
0 6 min read

Flutter Cupertino tutorial: How to build iOS apps that look and feel native

Learn how to use Cupertino for Flutter apps, based on Apple’s Human Interface Guidelines and developed by Apple.
0 6 min read

How to add a navigation drawer in Flutter

Add navigation drawers in Flutter, which are recommended to use when you have at least five webpages to navigate.
0 4 min read

Using Appwrite with Flutter: A tutorial with examples

Learn how to integrate Appwrite into a Flutter app with this detailed look at using various Appwrite services.
1 6 min read

How to add SliverAppBar to your Flutter app

Learn how to implement the SliverAppBar widget in a Flutter app by walking through some practical examples.
2 7 min read

Drag and drop UI elements in Flutter with Draggable and DragTarget

This demonstration walks through how to build drag-and-drop interactions in a Flutter app with Draggable, DragTarget, and LongPressDraggable.
1 6 min read

Add Firebase to your Flutter app with FlutterFire plugins

Walk through how to integrate some of the most useful FlutterFire plugins, including Authentication, Cloud Firestore, Remote Config, Crashlytics, and Analytics
0 7 min read

How to create a grid list in Flutter using GridView

Using the GridView class in Flutter, you can show data in a grid format. Learn how you can implement this in your Flutter app.
0 4 min read