You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using 3.0.0-rc17
For other libraries using code generation (such as json_serializable), I'm used to keep a flutter pub run build_runner watch running somewhere in the background to update detect changes and update files automatically. However, while running watch, the generated code is updated only when I change the .dart file containing the @GherkinTestSuite, and never when I update .feature files. Is there any way to trigger an incremental rebuild when the .feature files are updated?
The text was updated successfully, but these errors were encountered:
Hi,
First of all, great work with this package!
I'm using 3.0.0-rc17
For other libraries using code generation (such as
json_serializable
), I'm used to keep aflutter pub run build_runner watch
running somewhere in the background to update detect changes and update files automatically. However, while runningwatch
, the generated code is updated only when I change the .dart file containing the@GherkinTestSuite
, and never when I update.feature
files. Is there any way to trigger an incremental rebuild when the .feature files are updated?The text was updated successfully, but these errors were encountered: