nmfisher / flutter_filament

3D rendering layer for Flutter/Filament
Other
44 stars 7 forks source link

Refactored /lib code to reduce analyze warnings #13

Closed LukasPoque closed 6 months ago

LukasPoque commented 6 months ago

If we add #12 we need to reduce the issues/warnings generated by flutter analyze. In this PR I only reduced the warning from code inside the lib folder, because the example is under heavy development. Besides the warnings/errors in FlutterFilamentPluginWeb.dart I solved all problems for the analyzer: before, there were 201 issues, now only 29.

nmfisher commented 6 months ago

🎉 Very useful, thanks!