Kotlin Multiplatform: The Future of Cross-Platform?I’ve been a big fan of cross-platform development. When I learned about Flutter back in 2019, I jumped into it without hesitation, and now…Mar 25Mar 25
Parsing complex json data in flutterThis post is a continuation of parsing JSON data. If you possess the mystical knowledge of how to parse basic JSON data using…Jun 11, 20231Jun 11, 20231
Parsing json data in flutterSince you are here, I assume that you already know what is flutter and you must have at least run the counter app in flutter.Mar 1, 2023Mar 1, 2023
Passing data between screens in Flutter with RiverpodI started my flutter journey in the year 2019, back then state management was a big topic of debate. Flutter was at a young age and most of…Jan 2, 20231Jan 2, 20231
Flutter animation example for your next application.Animation is an excellent way of giving life to your lifeless application. When you create your app with all the features implemented with…Nov 10, 2022Nov 10, 2022
3 examples of extension method in flutter.Extension method was introduced in Dart 2.7 which let’s you add additional functionality to existing libraries.Aug 24, 20221Aug 24, 20221
Getting started with FlutterFlutter is a open source framework by Google which allows you to build apps for major platform like Android, iOS, Windows, Mac, Linux, Web…Jul 10, 2022Jul 10, 2022