fluttertheoremreach 0.0.1 copy "fluttertheoremreach: ^0.0.1" to clipboard
fluttertheoremreach: ^0.0.1 copied to clipboard

discontinued

Non-official Flutter plugin for Theorem Reach.

fluttertheoremreach #

Non-official Flutter plugin for Theorem Reach. Feel free to help :)

Getting Started #

Initialize the TheoremReach plugin with a API token and a User ID.

FlutterTheoremreach().init(apiToken: 'yourtoken', userId: 'youruserid');

Show Panel #

FlutterTheoremreach().show();

Customize Panel #

Set Navigation Bar text

FlutterTheoremreach().setNavBarText(text: 'yourtext');

Set Navigation Bar color

FlutterTheoremreach().setNavBarColor(color: 'hexcolor');

Set Navigation Bar text color

FlutterTheoremreach().setNavBarTextColor(textColor: 'hexcolor');
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Non-official Flutter plugin for Theorem Reach.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on fluttertheoremreach