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, 2021A response icon2Jul 5, 2021A response icon2
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 19, 2024Jan 19, 2024
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, 2022A response icon2May 18, 2022A response icon2
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
Published inGeek CulturePersistent 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, 2021A response icon4Jul 1, 2021A response icon4
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, 2021A response icon4Jun 6, 2021A response icon4
Build a multi-select list with FlutterHey everyone, today we will build a simple app which will do the following things:Jun 1, 2021A response icon1Jun 1, 2021A response icon1
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, 2021A response icon1Apr 20, 2021A response icon1
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, 2021A response icon2Mar 8, 2021A response icon2