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).
legacy
A new Flutter project.
Getting Started
For help getting started with Flutter development, view the online documentation.
For instructions integrating Flutter modules to your existing applications, see the add-to-app documentation.