Luke, I am your father

Results 4 issues of Luke, I am your father

"Added a new Calendar Format = CalendarFormat.day to display only one day. For example, we want to display one day and have the ability to swipe left/right."

The bindings generator creates calls to $TextStyle.wrap(...), but does not add the proper import/reference to the $TextStyle wrapper class. As a result, the analyzer/compiler fails with Undefined name '$TextStyle'. #...

When trying to use TextStyle.copyWith in evaluated code, the compiler throws an error saying that the method is unknown. ## Minimal reproducible code: ``` abstract class AppThemeStyles { ThemeData get...

This PR fixes a parse error in build.yaml that occurred during build_runner execution. The issue was caused by a missing enabled: true flag in the builder configuration. ``` targets: $default:...