bclibc_flutter 0.2.3
bclibc_flutter: ^0.2.3 copied to clipboard
Flutter plugin wrapper for bclibc — bundles the native bclibc ballistics engine and web/wasm support.
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.
bclibc_flutter is versioned in lockstep with bclibc — both
packages are released together under the same tag/version.
Unreleased #
0.2.3 - 2026-09-15 #
Changed #
- Breaking: package renamed from
dart_bclibc_fluttertobclibc_flutter, in lockstep with thedart_bclibc→bclibcrename (see its ownCHANGELOG.md). Update yourpubspec.yamldependency and everypackage:dart_bclibc_flutter/...import.
Migration #
dependencies: { dart_bclibc_flutter: ^0.2.2 }→dependencies: { bclibc_flutter: ^0.2.3 }import 'package:dart_bclibc_flutter/bclibc.dart';→import 'package:bclibc_flutter/bclibc.dart';(and likewise for every otherpackage:dart_bclibc_flutter/...import).- iOS/macOS: CocoaPods caches pod specs by name — run
pod deintegrate(or deleteios/Pods,ios/Podfile.lock/macos/Pods,macos/Podfile.lock) before your nextpod installso it picks upbclibc_flutter.podspecinstead of the olddart_bclibc.podspec.
0.2.2 - 2026-09-15 #
Changed #
- Bump
bclibcto0.2.2— fixesDistance.centimeter()(see itsCHANGELOG.md).