About flutter project | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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??

7th Feb 2022, 4:33 PM
Mina Pt
Mina Pt - avatar
1 Answer
+ 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.
7th Feb 2022, 6:59 PM
JaScript
JaScript - avatar