Open-source Flutter packages published to pub.dev. A Dart pub workspace — one
lockfile, one .dart_tool, members resolved by path.
Every tagged release is archived on Zenodo and gets its own DOI; the badge above points at the concept DOI, which always resolves to the latest version.
| Package | Description |
|---|---|
| loading_kit | A blocking-async overlay that never flickers |
| apple_foundation_models | Run Apple's on-device language model from Flutter |
| fit_text | Text that shrinks to fit, including inside IntrinsicHeight and Table |
| vitals | Type-safe Apple Health and Health Connect |
| anchored_list | Jump to any index in a lazy list, in constant time |
flutter pub get
cd packages/loading_kit && flutter testapple_foundation_models also carries integration tests that run against the
real on-device model. They need Apple Intelligence hardware on macOS 26:
cd packages/apple_foundation_models/example
flutter test integration_test/plugin_test.dart -d macosMIT © K M Shahriar Hossain