screwdriver 5.10.0 copy "screwdriver: ^5.10.0" to clipboard
screwdriver: ^5.10.0 copied to clipboard

A dart package aiming to provide useful extensions and helper functions to ease and speed up development.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add screwdriver
copied to clipboard

With Flutter:

 $ flutter pub add screwdriver
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  screwdriver: ^5.10.0
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:screwdriver/screwdriver.dart';
copied to clipboard
104
likes
160
points
3.31k
downloads

Publisher

verified publisherbirju.dev

Weekly Downloads

2024.09.26 - 2025.04.10

A dart package aiming to provide useful extensions and helper functions to ease and speed up development.

Repository (GitHub)
Contributing

Topics

#extensions #helpers #utility #utils

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

characters, collection, intl, meta, path, web

More

Packages that depend on screwdriver