PinnedBuild a Camera App : Flutter In-App CameraIn many apps we need users to upload images by clicking a picture. For that, we can use the default camera app of the device but what if…Jul 5, 20212Jul 5, 20212
Published inJavaScript in Plain EnglishFlutter: Audio Player Using just_audioHello everyone, today we will see how to integrate an audio player in a Flutter app. This demo app will have a player UI and will be able…Jan 19Jan 19
Isar Database: How to use it with Flutter | Todo AppBuild a Todo app using Flutter and Isar database. See some of the methods provided by Isar in action.May 18, 20222May 18, 20222
7 tips to help you code faster in VSCodeLet’s agree on one thing, we all love Visual Studio Code. I use VSCode for almost all of my coding projects. It is feature-rich and clean…Jul 11, 2021Jul 11, 2021
Persistent Widget Across All Screens using Flutter NavigatorMost of the apps today have Bottom Navigation Bar or a Side Navbar, which sometimes we need to be persisted when navigating to a new…Jul 1, 20214Jul 1, 20214
Published inJavaScript in Plain EnglishBuild a ToDo List App using React NativeHow to build a ToDo list app using React Native — a great project to familiarize yourself with the framework.Jun 6, 20214Jun 6, 20214
Build a multi-select list with FlutterHey everyone, today we will build a simple app which will do the following things:Jun 1, 20211Jun 1, 20211
Flutter API calls made easy with GetXAPI calls are the most important aspect of any application. Fetching, posting, updating and deleting data are the common API calls used.Apr 20, 20211Apr 20, 20211
Published inThe StartupFlutter 2.0 new buttons and how to style them.Now as Flutter 2.0 released, a lot of things have changed. The first thing that I noticed was FlatButton and RaisedButton were deprecated.Mar 14, 2021Mar 14, 2021
Published inThe StartupBuild an Animated Switch/Toggle in Flutter.Switches or toggles are used quite often in mobile applications. And making them look good can become complex, if not done correctly.Mar 8, 20212Mar 8, 20212