Files
2020-05-20 21:11:04 +02:00
..
2020-05-18 15:13:22 -03:00
2020-05-18 15:13:22 -03:00
2020-05-18 15:13:22 -03:00
2020-05-18 15:13:22 -03:00
2020-05-18 15:13:22 -03:00
2020-05-18 15:13:22 -03:00
2020-05-18 15:13:22 -03:00
2020-05-18 15:13:22 -03:00
2020-05-18 15:13:22 -03:00
2020-05-18 15:13:22 -03:00
2020-05-18 15:13:22 -03:00
2020-05-18 15:13:22 -03:00
2020-05-18 15:13:22 -03:00
2020-05-18 15:13:22 -03:00
2020-05-18 15:13:22 -03:00
2020-05-18 15:13:22 -03:00
2020-05-20 21:11:04 +02:00
2020-05-18 15:13:22 -03:00
2020-05-18 15:13:22 -03:00
2020-05-18 15:13:22 -03:00
2020-05-18 15:13:22 -03:00
2020-05-20 21:11:04 +02:00

examples folder

This folder contains a collection of more specific examples using flame, specially to showcase some more advanced functionality.

To run an example after cloning, first run flutter create . inside the desired example folder to generate the necessary files, as per instructed by the other flutter commands.

After that, run flutter pub get to get all dependencies as defined in the pubspec.yml file.

Finally, you should be able to flutter run just fine.