agra
|
785c6d3c31
|
pub.dev score: license, dartdoc, analysis, tests
- Add MIT license
- Add dartdoc to all public APIs (UxKeyboard, BendBox, Bezier, Json)
- Add analysis_options.yaml with flutter_lints and public_member_api_docs
- Add repository, issue_tracker, topics to pubspec.yaml
- Expand package description
- Fix BendBox constructor (const, super.key)
- Remove unused import in keyboard.dart
- Replace boilerplate tests with UxKeyboard smoke tests
- Move ux dependency to example's dependencies (not dev_dependencies)
|
2026-04-16 18:51:22 +03:00 |
|
agra
|
0be198e388
|
android: keyboard height tracking via JNI/FFI bridge
- C bridge (keyboard_bridge.c) stores keyboard state in globals.
Kotlin writes via JNI, Dart reads via FFI — zero async delay,
same architecture as iOS.
- WindowInsetsAnimation.Callback tracks open/close per-frame.
- OnGlobalLayoutListener catches silent height changes (emoji
keyboard resize, floating keyboard toggle).
- Dart animation replay stays iOS-only; Android reads native
per-frame values directly.
- Cleaned up old Java stub, updated build.gradle for Kotlin + CMake
with 16KB page alignment (Android 15+).
- Example app rewritten to demonstrate UxKeyboard usage.
|
2026-04-15 23:49:16 +03:00 |
|