LukasPoque / s3i_flutter

A library that makes it easy to communicate with the S³I (Smart Systems Service Infrastructure of the KWH4.0)
https://pub.dev/packages/s3i_flutter
MIT License
4 stars 1 forks source link

Add linter analysis to S3I-Flutter #4

Closed LukasPoque closed 2 years ago

LukasPoque commented 2 years ago

It's important to improve and preserve the code quality of a package. Good linter rules (which are "forcing" this) could help to achieve a well-documented and maintainable package.

The linting rules are mostly from the official flutter package with some parts customized for this package.