gibahjoe / openapi-generator-dart

Openapi Generator for Dart/Flutter
BSD 3-Clause "New" or "Revised" License
128 stars 34 forks source link

Incorrect openapi log message #5

Closed gibahjoe closed 4 years ago

gibahjoe commented 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'

gibahjoe commented 4 years ago

fixed in version 1.0.6