Run this example:
-
Clone this repo
-
Run
flutter pub get
to install pub dependancies -
and then run
flutter run
NB: Make sure your emulator is running and recognized by flutter. You can check that by running
flutter docker
, then check for theconnected device
section at the bottom.
For more information, check the offical repo here.