Devin
Devin
Any update on this issue? or is there any workaround to edit the axis font color?
@xuri thanks for the fast response! 
its written in the docs ``` For FullScreen Support If fullscreen support is required, wrap your player with YoutubePlayerBuilder YoutubePlayerBuilder( player: YoutubePlayer( controller: _controller, ), builder: (context, player){ return Column(...
> Did it work before? What changed? Yes it work as usual previously. I think we upgrade the flutter version and bump the package version. Let me check with previous...
You are right, in [new clean project](https://github.com/devinyonas/stacked_build_runner_issue/pull/1/files) its work as expected. it generated the new `testService` here is the log: ``` Running dart run build_runner build --delete-conflicting-outputs ... Generating the...
> I guess cleaning everything made the build work, not the Flutter version. @jodinathan what cleaning do you perform? I tried `flutter clean` and remove `pubspec.lock` but still cannot generate...
Hi @davidmorgan @antoniomtnez it seems previously the [stacked_generator](https://pub.dev/packages/stacked_generator) package is missing from my `dev_dependencies`. and I also update it to the latest version. Its working fine now. will close this...