maid 0.0.3 copy "maid: ^0.0.3" to clipboard
maid: ^0.0.3 copied to clipboard

Maids handle your chores. By focusing on the most duplicated and messy parts of your code, maid was designed to make your life easier.

Maid #

Maids handle your chores.

Features #

  • [ControllerMaid] works like other controller but lighter and focus on easy-access.
  • [SingletonMaid] provides an noninvasive way to create singleton for other class.
  • ...More maids are coming soon ™️

Getting started #

Add maid to your pubspec.yaml.

dart pub add maid
copied to clipboard

Include it in your code.

import 'package:maid/maid.dart';
copied to clipboard

Usage #

var maid = Maids.control(42);
maid.serve(); //42
maid.take(233); //42
maid.serve() //233
copied to clipboard

For more usage, see examples.

1
likes
160
points
29
downloads

Publisher

verified publisherokinawa.loli.land

Weekly Downloads

2024.10.02 - 2025.04.16

Maids handle your chores. By focusing on the most duplicated and messy parts of your code, maid was designed to make your life easier.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on maid