cupertino_tables

Creator: coderz1093

Last updated:

0 purchases

cupertino_tables Image
cupertino_tables Images

Languages

Categories

Add to Cart

Description:

cupertino tables

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: []);
copied to clipboard
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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.