flutter_basics 0.0.3 copy "flutter_basics: ^0.0.3" to clipboard
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 MobigicLogger for 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
0
likes
160
points
140
downloads

Publisher

verified publishermobigic.com

Weekly Downloads

A lightweight Flutter package providing production-safe logging and in-app update utilities.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter, flutter_logs, flutter_upgrade_version, logger, open_file, path, path_provider

More

Packages that depend on flutter_basics