codelabs icon indicating copy to clipboard operation
codelabs copied to clipboard

Last minute changes

Open nohe427 opened this issue 3 years ago • 1 comments

Some last minute changes that are ready for Firebase Summit 2022

Pre-launch Checklist

  • [x] I read the Effective Dart: Style recently, and have followed its advice.
  • [x] I signed the CLA.
  • [x] I updated/added relevant documentation (doc comments with ///).
  • [x] All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-devrel channel on Discord.

nohe427 avatar Oct 12 '22 22:10 nohe427

Please fix:

Analyzing step_09...

   info - lib/main.dart:216:8 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names
   info - lib/main.dart:216:8 - Private field could be final. - prefer_final_fields
   info - lib/main.dart:217:12 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names
   info - lib/main.dart:219:10 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names
   info - lib/main.dart:219:10 - Private field could be final. - prefer_final_fields
   info - lib/main.dart:220:14 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names
   info - lib/main.dart:222:10 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names
   info - lib/main.dart:222:10 - Private field could be final. - prefer_final_fields
   info - lib/main.dart:223:14 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names
   info - lib/src/authentication.dart:10:10 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names
   info - lib/src/authentication.dart:15:14 - Name non-constant identifiers using lowerCamelCase. - non_constant_identifier_names

domesticmouse avatar Oct 13 '22 15:10 domesticmouse