flutter_basics 0.0.3
flutter_basics: ^0.0.3 copied to clipboard
A lightweight Flutter package providing production-safe logging and in-app update utilities.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.0.3 #
Added #
- Initial release of flutter_basics package
- Introduced
MobigicLoggerfor structured logging - Supported log levels:
- trace
- debug
- info
- warning
- error
- fatal
- Automatic log disabling in release (production) mode
- Pretty and readable log output for debug builds
- Support for logging Dart objects (
Map,List,Set, etc.)
Behavior #
- Logs are printed only in debug/profile modes
- Logs are completely suppressed in release builds
Documentation #
- Added comprehensive
README.md - Included usage examples and production-safety notes