zs-dima
zs-dima
Could be nice to find way to display clustering animation 
Could be nice to add iOS Build, Sign and Publish to Apple Store GitHub Action example the same as Android example: https://github.com/flutter/gallery/tree/master/.github/workflows
Could be nice to have Auto-Fix for the **member-ordering-extended** specially for the **alphabetize** option. Could be nice to keep in mind possible **flutter_member_ordering** options: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#order-other-class-members-in-a-way-that-makes-sense
Running dart-code-metrics with GitHub actions taking too big time. It is more then 2 minutes for now. In compare analytics taking less then 40 seconds. Could be nice to take...
however local.properties set compileSdkVersion to 33 > flutter.compileSdkVersion=33 compiling warning appears: ``` One or more plugins require a higher Android SDK version. Fix this issue by adding the following to...
build.yaml intended for generators configuration. So could be nice to use build.yaml configuration instead of pubspec.yaml configuration. ❌ **Bad** ```dart pubspec.yaml ``` ⭕️ **Good** ```dart build.yaml ```
Could be nice to see grpc refresh token implementation: https://pub.dev/packages/grpc
Could be nice to add feather icons: https://feathericons.com/
It is nice to use Immutable data classes to pass through bloc and atc But it could be really nice to have Mutable data-classes version for some cases. Could be...
Remote resource to download image is very specific way to use BlurHash widget. Images could be loaded in many different ways using different protocols. Could be nice to make BlurHash...