15 lines
428 B
Dart
15 lines
428 B
Dart
/// Flutter toolkit for fluid, native-feeling UIs.
|
|
///
|
|
/// Includes [UxKeyboard] for frame-accurate keyboard height tracking,
|
|
/// [BendBox] for curved layout painting, and bezier curve utilities.
|
|
library;
|
|
|
|
export 'src/app_info.dart';
|
|
export 'src/bend_box.dart';
|
|
export 'src/json_extension.dart';
|
|
export 'src/bezier.dart';
|
|
export 'src/file.dart';
|
|
export 'src/keyboard.dart';
|
|
export 'src/auto_map.dart';
|
|
export 'src/sensor.dart';
|