0 purchases
stack ds
Stack #
A dart package to use Stack data structure with any type you need
Instalation #
Add the latest version of package to your pubspec.yaml (and run 'dart pub get' in terminal):
dependencies:
stack_ds: ^1.0.0
copied to clipboard
Import the package and use it in your Flutter/Dart app
import: 'package:stack_ds/stack_ds.dart';
copied to clipboard
About #
Current functionalities:
Getters:
-getTop
-isFull
-isEmpty
-maxSize
-currentSize
Methods:
-push
-pop
-peek
-show
Constructors:
-default
-fixed
-growable
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.