This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Description
It simply does not working (nothing generates).
That's my steps:
- added
part 'checkup_results_screen.g.dart'; (not mentioned in docs but I guess it is needed)
- annotated my methods with @swidget

I also tried to remove underscore and build word.
- it's unclear from the docs if I must pass context into function or not (I tried both)
- run the build_runner
My pubspec:

I also tried to put functional_widget into dev_dependencies