cupertino_tables 1.0.0 copy "cupertino_tables: ^1.0.0" to clipboard
cupertino_tables: ^1.0.0 copied to clipboard

outdated

Flutter package providing cupertino tables section and cupertino table row.

example workflow

In-App Review iOS Demo

Flutter package providing cupertino table section and cupertino table row.

Features #

  • Configurable easy to use Cupertino iOS like table section and table rows

Installation #

Run flutter pub add cupertino_tables

Run flutter pub get

Usage #

Import packages

import 'package:cupertino_tables/cupertino_table_section.dart';
import 'package:cupertino_tables/cupertino_table_row.dart';

// Use default constructor `CupertinoTableSection` to implement long dividers between rows.
CupertinoTableSection(children: []);

// Use named constructor `CupertinoTableSection.leaded` to implement short dividers between rows, 
// as leading widget will be considers
CupertinoTableSection.leaded(children: []);

Additional information #

Check example how to use example

Contribution #

You are very welcome to contribute to the package:

  • Fork the Repo
  • Add your changes (don't forget to add tests as well)
  • Create a Pull Request (PR)

We will check your input asap

Publisher #

Created by AndroDevs @2022

Follow us on Twitter AndroDevs

Disclaimer #

Support for this library is given as best effort.

This library has not been reviewed or vetted by security professionals.

4
likes
0
points
82
downloads

Publisher

verified publisherandrodevelopment.de

Weekly Downloads

Flutter package providing cupertino tables section and cupertino table row.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on cupertino_tables