backdrop
backdrop copied to clipboard
Merge example and demo project
Pros:
- commands like
flutter pub get
work properly - lesser management/boiler code
- single integration and build test - with CI
@WieFel Let me know your views on it.
@daadu actually a good idea ;)
so you mean to have something like a subfolder inside example/lib
which contains the demo
code?
yes something like
example/
- lib/
- demo/
- main.dart # entry-point (default) for running "example"
- main_demo.dart # entry-point for running "demo"
@daadu yes just go ahead with this ;)
Will do this when we start working on test - integration test in particular.