sealed_writer 1.13.0 copy "sealed_writer: ^1.13.0" to clipboard
sealed_writer: ^1.13.0 copied to clipboard

Dart and Flutter sealed or union class generator and annotations, with match methods and other utilities.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sealed_writer
copied to clipboard

With Flutter:

 $ flutter pub add sealed_writer
copied to clipboard

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

dependencies:
  sealed_writer: ^1.13.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:sealed_writer/sealed_writer.dart';
copied to clipboard
0
likes
140
points
175
downloads

Publisher

verified publisher6thsolution.com

Weekly Downloads

2024.09.16 - 2025.03.31

Dart and Flutter sealed or union class generator and annotations, with match methods and other utilities.

Documentation

API reference

License

MIT (license)

More

Packages that depend on sealed_writer