I've looked through https://dart.dev/effective-dart/design and I personally never met variable naming started from the capital letter even for constant variables in Flutter projects.
I believe that the final HiveInterface Hive = HiveImpl(); in hive.dart
should be named hive, or any other name started from non capital letter
I've looked through https://dart.dev/effective-dart/design and I personally never met variable naming started from the capital letter even for constant variables in Flutter projects.
I believe that the
final HiveInterface Hive = HiveImpl();
inhive.dart
should be namedhive
, or any other name started from non capital letter