FCM (Firebase Cloud Messaging) is a cross-platform messaging solution that lets you reliably deliver messages at no cost. It is provided by Google as part of the Firebase suite of tools. To use FCM in a Flutter app, you will need to use the fireb ...
what is bloc in a flutter
BLoC (Business Logic Component) is a design pattern that separates business logic from the user interface in a Flutter application. It helps to structure your code in a way that is easy to test and maintain, and it allows you to reuse business l ...
Flutter Fixing lowercase_with_underscores
Based on the new standard for flutter is going to have new standards that are included below the name1- should be a small character.2-no space replace with an underscore examplemy file name is Scripto-tech will become scripto_tech.dart ...