get_instance 3.13.0 copy "get_instance: ^3.13.0" to clipboard
get_instance: ^3.13.0 copied to clipboard

A smart dependency injector to GetX™ framework.

example/main.dart

import 'package:get_instance/get_instance.dart';

void main() {
  Get.put(Foo());

  final foo = Get.find<Foo>();
  final foo2 = Get.find<Foo>();
  print(foo == foo2); // true
}

class Foo {}
2
likes
30
pub points
5%
popularity

Publisher

unverified uploader

A smart dependency injector to GetX™ framework.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

get_core

More

Packages that depend on get_instance