iampawan / FlutterExampleApps

[Example APPS] Basic Flutter apps, for flutter devs.
20.19k stars 3.74k forks source link

how to run in android? #31

Closed NeighborhoodCoding closed 3 years ago

NeighborhoodCoding commented 3 years ago

there is no run method..

Ankitkj1999 commented 3 years ago

Can you please explain the issue?

kreeztoph commented 3 years ago

Please explain better

kreeztoph commented 3 years ago

If you are using vs code or android studio, please specify. Thank you.

Ankitkj1999 commented 3 years ago

I am using VS code!!

On Wed, Oct 14, 2020 at 4:10 PM Kristos Akalugwu notifications@github.com wrote:

If you are using vs code or android studio, please specify. Thank you.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/iampawan/FlutterExampleApps/issues/31#issuecomment-708318929, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANY75KQUWVPA4PEJVC3ETGDSKV53RANCNFSM4QN4IKJQ .

sandlib commented 3 years ago

Unless there is any main method , You can't run it on any device.

Ankitkj1999 commented 3 years ago

The main function is important for every flutter app that we create, we need to tell flutter from where the code execution should start as we do in every other programming language. If you are interested in knowing what else we can do with the main function you can follow this link. Flutter Main function

Ankitkj1999 commented 3 years ago

There is no run method because there is no app for you to run. This repository is used as the documentation only. You can find the link to the specific repo in the read.md below.

shubham8170 commented 3 years ago

connect your android device and just run it .it will show some debug message