ui_tableview 0.0.5 copy "ui_tableview: ^0.0.5" to clipboard
ui_tableview: ^0.0.5 copied to clipboard

一个保存了 iOS - UITableView 代码风格的滚动视图,可以用来替代 ListView,简单,易用,便于拓展的 Package。后续更新会逐步增加 iOS 更多相关 api。

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ui_tableview

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

dependencies:
  ui_tableview: ^0.0.5

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:ui_tableview/ui_tableview.dart';
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

一个保存了 iOS - UITableView 代码风格的滚动视图,可以用来替代 ListView,简单,易用,便于拓展的 Package。后续更新会逐步增加 iOS 更多相关 api。

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on ui_tableview