Catch-all commit for outstanding pre-existing local changes. Mixes several themes that would normally be split: - Rename: UxPlugin → XPlugin across iOS, macOS, Android registrants. - New top-level packages under lib/src/: anim/ (animated values, panes, sheets, dock, measured), core/ (Emitter, ReactiveBuilder scaffolding, presenter/widget/value/dispose primitives), navi/ (Screen/ScreenStack/Router/hero/transitions), reactive/. - Edits across existing plugins (clipboard, crash, file, gallery, keyboard, scanner, sensor, url) to align with the new core. - Test updates and CHANGELOG/README touches accompanying the above.
42 lines
832 B
YAML
42 lines
832 B
YAML
name: ux
|
|
description: >-
|
|
Flutter toolkit for fluid, native-feeling UIs. Includes frame-accurate
|
|
keyboard height tracking via FFI with interactive dismiss, bezier utilities,
|
|
and layout primitives.
|
|
version: 0.10.0
|
|
homepage: https://swipelab.co/ux.html
|
|
repository: https://github.com/swipelab/ux
|
|
issue_tracker: https://github.com/swipelab/ux/issues
|
|
topics:
|
|
- keyboard
|
|
- ui
|
|
- animation
|
|
|
|
environment:
|
|
sdk: ">=3.0.0 <4.0.0"
|
|
flutter: ">=3.10.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
matcher: ^0.12.16
|
|
build: ^2.4.0
|
|
clock: ^1.1.1
|
|
ffi: ^2.1.0
|
|
|
|
dev_dependencies:
|
|
flutter_lints: ^6.0.0
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
flutter:
|
|
plugin:
|
|
platforms:
|
|
ios:
|
|
pluginClass: XPlugin
|
|
android:
|
|
package: io.swipelab.ux
|
|
pluginClass: XPlugin
|
|
macos:
|
|
pluginClass: XPlugin
|