stack_ds

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.