dart_vader 0.0.8 copy "dart_vader: ^0.0.8" to clipboard
dart_vader: ^0.0.8 copied to clipboard

Extension for your projects. It provides some shortcuts that you can access via context

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

2
likes
160
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

2024.07.08 - 2025.01.20

Extension for your projects. It provides some shortcuts that you can access via context

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, google_fonts

More

Packages that depend on dart_vader