bearound_flutter_sdk 1.0.0 copy "bearound_flutter_sdk: ^1.0.0" to clipboard
bearound_flutter_sdk: ^1.0.0 copied to clipboard

Bearound Flutter SDK

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.

1.0.0 TBD #

Added #

  • Initial release of Bearound Flutter SDK
  • Beacon scanning functionality for Android and iOS
  • Permission management for location and Bluetooth
  • Comprehensive unit test suite
  • CI/CD pipeline with GitHub Actions
  • Automatic release workflow

Features #

  • BearoundFlutterSdk: Main facade for SDK operations
  • BeaconScanner: Core beacon scanning functionality
  • PermissionService: Cross-platform permission handling
  • Beacon Model: Data model for beacon information
  • Method Channel: Native platform communication

Documentation #

  • API documentation with dart doc
  • Usage examples
  • Setup instructions

Testing #

  • Unit tests with 25 test cases
  • CI pipeline validation
  • Code coverage reporting

[Unreleased] #

Planned #

  • Real-time beacon event streams
  • Advanced beacon filtering options
  • Enhanced background scanning capabilities
  • Improved error handling and logging
  • Performance optimizations