Skip to content

Commit 32d855f

Browse files
committed
fix: pubspec.yaml description length
1 parent c22ac71 commit 32d855f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: dart_bclibc
2-
description: "Dart FFI bindings for the bclibc ballistics engine. Provides a thin, zero-copy Dart wrapper around libbclibc_ffi with full trajectory integration, zero-finding, and apex/max-range solvers."
2+
description: "Dart FFI bindings for the bclibc ballistics engine."
33
version: 0.1.0
44
repository: https://github.com/ballistics-lab/dart-bclibc
55

66
environment:
77
sdk: ^3.11.4
8-
flutter: '>=3.3.0'
8+
flutter: ">=3.3.0"
99

1010
dependencies:
1111
ffi: ^2.2.0

0 commit comments

Comments
 (0)