bclibc_flutter 0.2.3 copy "bclibc_flutter: ^0.2.3" to clipboard
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_flutter to bclibc_flutter, in lockstep with the dart_bclibcbclibc rename (see its own CHANGELOG.md). Update your pubspec.yaml dependency and every package: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 other package:dart_bclibc_flutter/... import).
  • iOS/macOS: CocoaPods caches pod specs by name — run pod deintegrate (or delete ios/Pods, ios/Podfile.lock / macos/Pods, macos/Podfile.lock) before your next pod install so it picks up bclibc_flutter.podspec instead of the old dart_bclibc.podspec.

0.2.2 - 2026-09-15 #

Changed #

  • Bump bclibc to 0.2.2 — fixes Distance.centimeter() (see its CHANGELOG.md).

0.2.1 - 2026-09-14 #

Changed #

  • Pin bclibc to v1.1.8
  • Rebuild web wasm assets from bclibc v1.1.8 (emsdk 6.0.9); adds Velocity Verlet on web

0.2.0 - 2026-07-24 #

Changed #

  • Pin bclibc to v1.1.7

0.2.0-beta.3 - 2026-07-23 #

Fixed #

  • Flutter package facade filename

0.2.0-beta.2 - 2026-07-26 #

Added #

  • Update flutter package's umbrella

0.2.0-beta.1 - 2026-07-22 #

Added #

  • Initial release, split out of bclibc (see its CHANGELOG.md for the full history predating this split). Bundles native platform builds for Android/iOS/Linux/macOS/Windows and Web/WebAssembly support, plus AsyncCalculator. Re-exports everything from bclibc.
0
likes
140
points
134
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter plugin wrapper for bclibc — bundles the native bclibc ballistics engine and web/wasm support.

Repository (GitHub)
View/report issues

License

LGPL-3.0 (license)

Dependencies

bclibc, flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on bclibc_flutter

Packages that implement bclibc_flutter