Changing name and package name
Changing name and package name of the app
dependencies:
change_app_package_name: ^0.1.0flutter pub run change_app_package_name:main com.example.new_package_name<application
android:name="io.flutter.app.FlutterApplication"
android:label="Your App Name"
android:icon="@mipmap/ic_launcher">Last updated