0
About flutter project
Hello! I’am new in apps develop and i work in new project by using flutter and dart language.. I create a new file and finished a start-up screen, now I want to run the app and I want it to start with this screen! How I can link it in a main.dart file??
1 Antwort
+ 1
You need to connect device with USB Cable.
Enable Developer Option & USB Debugging from device settings.
If you’re not finding developer option, goto about phone, tap build number for multiple times.
Execute `flutter devices` to check connected devices.
Execute `flutter run` to run your app on device.