Change Package Name
Follow the common Flutter app guide for the full package-name change procedure:
eBroker-specific notes
- Do this BEFORE Firebase setup. Firebase config is bound to your package name; changing it after Firebase is configured forces a re-download of
google-services.jsonand the Firebase platform reconfiguration. - After running the rename command, also update
androidPackageNameinlib/config/app_config.dart(inside theAppConfigclass) so app code references the new ID.