9 useful libraries for your Flutter project
Starting a new project in Flutter? Although the choice of libraries depends on your use case, here are the top 9 libraries that I think you should definitely be comfortable with. The list contains common…
Starting a new project in Flutter? Although the choice of libraries depends on your use case, here are the top 9 libraries that I think you should definitely be comfortable with. The list contains common…
Login Screen for Android and iOS In this post, we will implement this Login screen for both Android and iOS. We will cover a bit on assets, layouts(Stack, Container, Column), and widgets(Text, TextField, MaterialButton). Layouts…
This is a series of Flutter tips, tricks, and snippets that you might find useful. We will start with basics, and then move on to advanced concepts. We will build an application along the way. I…
Photo by Cristian Dina on Pexels.com Are you tired of SPAM? We all get hundreds of spam emails per day. Add too many spam SMSes as well. With so many mobile apps on phone, do…
Create Native iOS and Android Apps with JavaScript.https://www.nativescript.org/ NativeScript is an open source framework for building truly native mobile apps Angular, Vue.js, TypeScript or JavaScript. Just like ReactNative, NativeScript targets web developers who are familiar…
I started exploring Flutter last week, and here are my thoughts. 1. Getting started was very easy. Setting up flutter, creating a simple hello world project and running it on Android and iOS was pretty…
Flutter is a mobile app SDK which allows you to build high-performance mobile applications for iOS and Android using a single codebase. Unlike other cross-platform frameworks, flutter helps you develop apps that feel like real…
Cross-platform development frameworks for mobile are still interesting topics of discussions among mobile developers. Xamarin is one of the popular cross-platform frameworks from Microsoft. With Xamarin, you can develop mobile applications for iOS, Android and…