singleton_macro 0.0.2-dev.1 copy "singleton_macro: ^0.0.2-dev.1" to clipboard
singleton_macro: ^0.0.2-dev.1 copied to clipboard

A Dart package that provides a `Singleton` macro to transform classes into singletons automatically.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add singleton_macro

With Flutter:

 $ flutter pub add singleton_macro

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

dependencies:
  singleton_macro: ^0.0.2-dev.1

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:singleton_macro/singleton_macro.dart';
4
likes
140
pub points
20%
popularity
screenshot

Publisher

unverified uploader

A Dart package that provides a `Singleton` macro to transform classes into singletons automatically.

Homepage
Repository (GitHub)
View/report issues

Topics

#dart #macros #singleton #design-patterns #utilities

Documentation

Documentation

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

macros

More

Packages that depend on singleton_macro