Files
Erick 089438c6c8 Improvements on the overlay API (#592)
* Adding game to overlaybuilder and visible overlays

* Fixing things

* Format

* Adding Renan's suggestions

* Removing wrongly commited integration test files

* Fixing active overlay when it is null

* Update CHANGELOG.md

Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>

* Adding some more changes from suggestions

* Removing unnecessary elvis operator

Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
2020-12-30 16:37:41 -03:00
..
2020-12-22 15:55:29 +01:00
2020-12-09 10:10:12 +00:00
2020-12-09 10:10:12 +00:00
2020-12-09 10:10:12 +00:00
2020-12-09 10:10:12 +00:00
2020-12-09 10:10:12 +00:00
2020-12-09 10:10:12 +00:00
2020-12-12 15:42:42 -03:00
2020-12-12 15:17:40 -03:00
2020-12-11 11:45:23 -03:00
2020-12-09 10:10:12 +00:00
2020-12-12 15:17:40 -03:00
2020-12-09 10:10:12 +00:00
2020-08-06 16:59:12 +01: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.