Change flutter package name and app name

rename package from pub.dev https://pub.dev/packages/rename flutter pub add rename flutter pub global activate rename Get AppName rename getAppName --targets ios,android,macos,windows,linux rename getBundleId --targets ios,android,macos,windows,linux Set AppName rename setAppName --targets ios,android…

Firebase web app hosting

npm install -g firebase-tools firebase init hostingsample files will be createdfirebase deploy --only hosting Host inside the firebaseTo run this web app locallyfirebase emulators:start
flutter-firebase-push

Firebase push notification in Flutter Android and IOS

Before you begin Install and initialize the Firebase SDKs for Flutter if you haven't already done so. https://whichmakes.com/install-and-initialize-firebase-sdk-in-flutter-android-and-ios/ Install the plugin flutter pub add firebase_messaging Receive messages in a Flutter…