Mobile Platform Bootstrap by Flutter
By this link you can find information how to setup your environment.
https://flutter.dev/docs/get-started/install/macos
https://flutter.dev/docs/get-started/web
- Change app name:
flutter pub run flutter_launcher_name:main
flutter pub run flutter_launcher_icons:main
If you have issue by pull with next text
Delta compression using up to 8 threads. Total 18 (delta 5), reused 0 (delta 0) RPC failed;
curl 92 HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1) The remote end hung up unexpectedly The remote end hung up unexpectedly
use to:
git config --global http.postBuffer 957286400
could not find included file 'Pods/Target Support Files/Pods-Runner
cd to ios folder and run
pod install
Code Signing Error: No profiles for 'com.example.myApp' were found: Xcode couldn't find any iOS App Development
provisioning profiles matching 'com.example.myApp'.
Open XCode, Run Project.
open ios/Runner.xcworkspace