PinnedPublished inDev GeniusBuild Face Recognition App in Flutter using Tensorflow Lite Model in 2024There are always some things that we think are difficult to understand but in reality, we are not looking at those things from the right…Sep 7Sep 7
Published inILLUMINATIONWhat are the things men don’t talk about?Men are the important part of our society and even in the religion. They are considered as dominating persons leading the world. There are…Oct 26Oct 26
Upload Flutter Project in BitBucket or GitHubUploading your Flutter project to a Bitbucket repository is a straightforward process that involves initializing Git in your project…Oct 10Oct 10
Trading Charts OR Candle Charts in Flutter (RealTime Update)First of all you have to make a simple flutter project in android studio. Secondly, you have to import package in pubspec.yaml for using…Oct 9Oct 9
Why Mixins in Flutter is better and easy than Inheritance &CompositionMixins are a powerful feature in Dart (the programming language used by Flutter) that allow you to reuse a class’s code in multiple class…Oct 5Oct 5
Flutter with Backend(APIs development using Nods.Js)To create APIs with Node.js and Express for use in a Flutter app, you can follow these steps:Oct 3Oct 3
Unit, Widget and Integration Testing in Flutter (Practical Implementation)Flutter provides a robust testing framework that supports three levels of testing:Oct 1Oct 1
CI/CD in Flutter (Implementation and uses of Github Actions)CI/CD tools experience refers to your familiarity with Continuous Integration (CI) and Continuous Delivery/Deployment (CD) processes. These…Sep 30Sep 30
MVC vs MVVM in Flutter (Architectural Patterns in Flutter)I understand that distinguishing between MVC (Model-View-Controller) and MVVM (Model-View-ViewModel) can be challenging, especially within…Sep 291Sep 291
BLoC State Management in Flutter (Easy to Understand)BLoC (Business Logic Component) is a design pattern created by Google to help developers separate business logic from the presentation…Sep 29Sep 29