backdrop icon indicating copy to clipboard operation
backdrop copied to clipboard

Merge example and demo project

Open daadu opened this issue 3 years ago • 5 comments

Pros:

  • commands like flutter pub get work properly
  • lesser management/boiler code
  • single integration and build test - with CI

daadu avatar Dec 19 '21 06:12 daadu

@WieFel Let me know your views on it.

daadu avatar Dec 19 '21 06:12 daadu

@daadu actually a good idea ;) so you mean to have something like a subfolder inside example/lib which contains the demo code?

WieFel avatar Dec 19 '21 08:12 WieFel

yes something like

example/
  - lib/
    - demo/
    - main.dart # entry-point (default) for running "example"
    - main_demo.dart  # entry-point for running "demo"

daadu avatar Dec 19 '21 08:12 daadu

@daadu yes just go ahead with this ;)

WieFel avatar Dec 19 '21 09:12 WieFel

Will do this when we start working on test - integration test in particular.

daadu avatar Dec 19 '21 10:12 daadu