Create project in Visual Studio & Android Studio :
Before you begin, make sure your development environment includes Flutter and Dart install in Android Studio or in Visual Studio or in Intelli J IDEA
Create project in Visual Studio:
- Launch Visual Studio Code and open the command palette (with F1 or Ctrl+Shift+P or Shift+Cmd+P). Start typing "flutter new". Select the Flutter: New Project command.
- Now open your project, go to File -> OpenFolder -> select your project from location.
- Replace Project name and Package name Mpay with your name.
- Change Your title Name in main.dart
- ANDROID - Change Your App Name in AndroidManifest.xml
- IOS - Change Your CFBundle Name in Info.plist
Create project in Android Studio:
- Create new project, select flutter path -> select location where project create -> give your project name.
- Replace Project name and Package name Mpay with your name.
- Change Your title Name in main.dart
- ANDROID - Change Your App Name in AndroidManifest.xml
- IOS - Change Your CFBundle Name in Info.plist