ux 0.3.0 copy "ux: ^0.3.0" to clipboard
ux: ^0.3.0 copied to clipboard

Flutter toolkit for fluid, native-feeling UIs. Includes frame-accurate keyboard height tracking via FFI with interactive dismiss, bezier utilities, and layout primitives.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ux

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  ux: ^0.3.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ux/ux.dart';
1
likes
150
points
103
downloads

Documentation

API reference

Publisher

verified publisherswipelab.co

Weekly Downloads

Flutter toolkit for fluid, native-feeling UIs. Includes frame-accurate keyboard height tracking via FFI with interactive dismiss, bezier utilities, and layout primitives.

Homepage
Repository (GitHub)
View/report issues

Topics

#keyboard #ui #animation

License

MIT (license)

Dependencies

flutter

More

Packages that depend on ux

Packages that implement ux