Closed gibahjoe closed 4 years ago
When I set the alwaysRun variable to false, the generator prints the following log when i run the below command
flutter pub run build_runner build --delete-conflicting-outputs
the message is
openapigenerator skipped because alwaysRun is set to **[true]** and ../project/lib/api.dart already exists
the 'true' should be 'false'
fixed in version 1.0.6
When I set the alwaysRun variable to false, the generator prints the following log when i run the below command
flutter pub run build_runner build --delete-conflicting-outputs
the message is
openapigenerator skipped because alwaysRun is set to **[true]** and ../project/lib/api.dart already exists
the 'true' should be 'false'