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)
This commit is contained in:
14
pubspec.yaml
14
pubspec.yaml
@@ -1,7 +1,16 @@
|
||||
name: ux
|
||||
description: UX Kit
|
||||
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.3.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"
|
||||
@@ -11,6 +20,7 @@ dependencies:
|
||||
sdk: flutter
|
||||
|
||||
dev_dependencies:
|
||||
flutter_lints: ^6.0.0
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
@@ -21,4 +31,4 @@ flutter:
|
||||
pluginClass: KeyboardPlugin
|
||||
android:
|
||||
package: io.swipelab.ux
|
||||
pluginClass: KeyboardPlugin
|
||||
pluginClass: KeyboardPlugin
|
||||
|
||||
Reference in New Issue
Block a user