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

Easy Queue

Feature building with FIFO mechanism

Features #

limited queue and unlimited queue

Feature building with FIFO . mechanism

Getting started #

TODO: List prerequisites and provide or point to information on how to start using the package.

Usage #

 Queue  queue = Queue<T>();
 queue.push(T);
 T result = queue.pop();
1
likes
130
points
38
downloads

Publisher

verified publisherbrian98.com

Weekly Downloads

Easy Queue

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on easy_queue