superclass 0.5.0 copy "superclass: ^0.5.0" to clipboard
superclass: ^0.5.0 copied to clipboard

Superclass brings TypeScript Utility Types to Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add superclass

With Flutter:

 $ flutter pub add superclass

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

dependencies:
  superclass: ^0.5.0

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:superclass/superclass.dart';
1
likes
140
points
86
downloads

Publisher

verified publisherex3.dev

Weekly Downloads

Superclass brings TypeScript Utility Types to Dart.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on superclass