A new Flutter project.
This project is a for send notification for single user and also for multiple user. Firstly import all plugin inside the pubspec.yml file firebase_core: ^1.18.0 firebase_messaging: ^11.4.2 cloud_firestore: ^3.1.18 http: ^0.13.4 firebase_auth: ^3.3.20 google_sign_in: ^5.3.3 flutter_local_notifications: ^9.6.1 with its latest version
- Initialize firebase inside main method
- creating login screen with signIn and register screen
- signIn with google using firebase method
- register user with firebase method
- profile screen with user detail and signOut method Creating notification screen where we can add notifications using textfiled and send notifications to all and to specific user