table_boss 0.0.5
table_boss: ^0.0.5 copied to clipboard
Flutter Table_boss is new table style.
Table Style to your Flutter app.
Installation #
- Add the latest version of package to your pubspec.yaml (and run
dart pub get):
dependencies:
table_boss: ^0.0.5
- Import the package and use it in your Flutter App.
import 'package:table_boss/table_boss.dart';
Example usage #
This package using Sizer package. It's changed sizing to responsive Parameters
- .h - Returns a calculated height based on the device - .w - Returns a calculated width based on the device - .sp - Returns a calculated sp based on the device (deprecated) - .dp - Returns a calculated dp based on the device
|