Skip to content

Flutter package providing cupertino tables section and cupertino table row.

License

Notifications You must be signed in to change notification settings

esodot/flutter_cupertino_tables

Repository files navigation

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.

About

Flutter package providing cupertino tables section and cupertino table row.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages