0 purchases
dart vader
Features #
Instead of writing the same codes over and over again for a long time, access them practically through context.
Getting started #
dependencies:
vader: <latest_version>
copied to clipboard
Samples #
bool isIOS = context.isIOS; // Returns true if the platform is iOS
copied to clipboard
Text(
'You would be wise to surrender',
style: context.bodyLarge // Instead of Theme.of(context).bodyLarge
);
copied to clipboard
License #
MIT
Contributor #
GitHub : https://github.com/celikdemirrberkay
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.