![Automated support chat with Firebase and Flutter](https://www.cdn5.niftycent.com/d/k/6/X/A/m/Q/automated-support-chat-with-firebase-and-flutter.webp)
Connect your app to Firebase. Here we use Cloud Firestore for the database.
Our project requires these packages:-
firebase_core: ^2.14.0 cloud_firestore: ^4.0.4 flutter_chat_bubble: ^2.0.2
- Make a stateful widget on your chat page dart file. Th... https://ratulhasanruhan.hashnode.dev/automated-support-chat-with-firebase-and-flutter
![Mastering Dart: A Deep Dive into 'super' Keyword](https://www.cdn5.niftycent.com/d/e/r/j/A/M/z/mastering-dart-a-deep-dive-into-super-keyword.webp)
Introduction The world of object-oriented programming in Dart can be a powerful tool, but sometimes it can feel like there's a secret handshake you need to know. One of those mysterious characters is the super keyword. Fear not, fellow coders, for to... https://nibu.hashnode.dev/mastering-dart-a-deep-dive-into-super-keyword
![Implementing Infinite Scroll with Riverpod's AsyncNotifier](https://www.cdn5.niftycent.com/d/1/G/K/g/B/0/implementing-infinite-scroll-with-riverpod-s-asyncnotifier.webp)
Introduction I recently had a task for a client on a project which uses Riverpod for state managment: Create an infinite scroll that can be very easily reused. You might the tempted to answer: "there's a package for that". You would be right, the mo... https://dinkomarinac.dev/implementing-infinite-scroll-with-riverpods-asyncnotifier
![Placeholder Widget and Attributes](https://www.cdn5.niftycent.com/d/D/3/6/m/y/6/placeholder-widget-and-attributes.webp)
Placeholder Concept in Flutter: In Flutter, a placeholder can be any widget or combination of widgets that you use to indicate the position or size of a future element. The purpose of a placeholder is to reserve space or provide a visual indication o... https://vinitmepani.hashnode.dev/placeholder-widget-and-attributes
![AppBar Widget and Attributes](https://www.cdn5.niftycent.com/d/1/R/z/g/B/Y/appbar-widget-and-attributes.webp)
the AppBar widget is a material design widget that represents the top app bar. The app bar typically holds the application's title, leading and trailing icons for navigation, and other optional actions. It's an essential component for creating a cons... https://vinitmepani.hashnode.dev/appbar-widget-and-attributes
![Padding Widget and Attributes](https://www.cdn5.niftycent.com/d/e/5/z/q/J/4/padding-widget-and-attributes.webp)
The Padding widget in Flutter is used to add space or padding around its child widget. Here is a detailed explanation of the Padding widget along with its properties: The Padding widget is used to insert space around a child widget. It takes a paddin... https://vinitmepani.hashnode.dev/padding-widget-and-attributes
![Project !Addiction #2](https://www.cdn5.niftycent.com/d/e/j/z/2/K/L/project-addiction-2.webp)
This week I put the basis for the project. Was not sure if I should be adding a local DB and be done with it, however after careful consideration I decided that investing some time now into building a backend infrastructure will put me in a better po... https://adrian0012.hashnode.dev/project-addiction-2
![Writing Implicitly Animated Widgets in Flutter](https://www.cdn5.niftycent.com/d/e/7/0/j/B/E/writing-implicitly-animated-widgets-in-flutter.webp)
There are many ways to create animations in Flutter. Most of these involve creating an Animation and/or AnimationController and explicitly calling forward/reverse. However, a lot of the time what you want is to be able to provide a state and have the... https://blog.fution.co/writing-implicitly-animated-widgets-in-flutter
![Flutter Isolates 101](https://www.cdn5.niftycent.com/d/k/z/6/p/7/6/flutter-isolates-101.webp)
What are Isolates?
In Flutter Isolates are a way to run computationally intensive tasks in the background. Isolates are independent and do not share memory. They communicate with each other by sending messages. This is a very important concept to u... https://achintya-7.hashnode.dev/flutter-isolates-101
![My Mobile Development Journey](https://www.cdn5.niftycent.com/d/k/K/a/g/z/M/my-mobile-development-journey.webp)
Hey there, I'm Mile (Mobile Milk). I created this blog to have a place where I can document my journey to improve my mobile development skills. I started learning mobile development during my Diploma in Mobile Software Development in 2018, where I co... https://mobilemilk.hashnode.dev/my-mobile-development-journey