Andrey Unger
Andrey Unger
* **Dart code metrics version:** 4.11.0 * **Dart sdk version:** 2.17.0-69.2.beta Configuration ```yaml include: package:flutter_lints/flutter.yaml analyzer: plugins: - dart_code_metrics exclude: - "**/*.g.dart" - "**/*.freezed.dart" - "**/*.mocks.dart" - "lib/generated/**" language: strict-inference:...
build-widget-size A rule is needed to set the size of the code only for methods that return the Widget. This will allow you to catch situations when the widget code...
Add new not required props that can render column header
flutter build apk --release Warning: _i18nModel from package:flutter_datetime_picker/src/i18n_model.dart is too large. Some optimizations have been disabled, and the compiler might run out of memory. Consider refactoring this code into smaller...
After upgrade to flutter ver 3.22.0 the application crash on run. Use this code: ```dart _easyPermission = FlutterEasyPermission() ..addPermissionCallback( onGranted: (requestCode, perms, perm) { debugPrint("Android Authorized: ${perms ?? ''}"); debugPrint("iOS...