Files
Erick Zanardo 6d34e82e85 Fixing CI
2020-06-21 10:57:08 -03:00
..
2020-05-18 15:13:22 -03:00
2020-05-27 11:48:54 -03:00
2020-05-18 15:13:22 -03:00
2020-06-05 22:46:39 +02:00
2020-05-27 11:48:54 -03:00
2020-05-20 19:57:48 -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-06-16 19:24:41 -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-06-21 10:57:08 -03:00
2020-06-15 08:51:04 -04:00

examples folder

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

In order to simplify the understanding of each examples, they are all missing the following folders (git ignored):

android, ios, web, macos, test

So that we can focus on the lib and (if applicable) assets folder. Please add that to the gitignore of your new example.

So, 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.