singleton_macro 0.0.3-dev.1 copy "singleton_macro: ^0.0.3-dev.1" to clipboard
singleton_macro: ^0.0.3-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
copied to clipboard

With Flutter:

 $ flutter pub add singleton_macro
copied to clipboard

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.3-dev.1
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:singleton_macro/singleton_macro.dart';
copied to clipboard
6
likes
140
points
28
downloads
screenshot

Publisher

verified publishertakeitall.news

Weekly Downloads

2024.08.08 - 2025.02.20

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
API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

_macros

More

Packages that depend on singleton_macro