AppCheap / roadmap

12 stars 0 forks source link

Generate code and see suggestion from Dart Team #173

Closed kdamsmt closed 1 year ago

kdamsmt commented 1 year ago

Hi,

When I use this command by your README in source code

flutter packages pub run build_runner build --delete-conflicting-outputs

Code improvement.

image

Dart team suggestion not to use underscore. _$actionInfo -> $actionInfo

read here: https://dart-lang.github.io/linter/lints/no_leading_underscores_for_local_identifiers.html