dart_vader 0.0.8

SDKflutter
Platformandroidioswindowslinuxmacos

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>

Samples

bool isIOS = context.isIOS; // Returns true if the platform is iOS
Text(
    'You would be wise to surrender',
    style: context.bodyLarge // Instead of Theme.of(context).bodyLarge
);

License

MIT

Contributor

GitHub : https://github.com/celikdemirrberkay