|
|
3d267aff37
|
chore: clean up flutter analyze warnings
Highlights:
- Add publish_to: 'none' to legacy pubspec.yaml files - Replace print() with dart:developer log() in Treezor SDK
- Add !context.mounted guards in async callbacks (defensive bug fix) - Add super.key to widget constructors
- Remove redundant @Default(null) from device_model - Fix implementation_imports in legacy_auth datasources - Add ignore comments for scaffolding code
- Add missing shared_preferences dependency in splash module Mostly code quality improvements, with one defensive bug fix context.mounted) and one missing dependency fix (shared_preferences).
|
2026-04-06 22:21:22 +02:00 |
|