Skip to content

A simple Flutter application demonstrating the implementation of two stacks and the basic operations of pushing and popping elements.

License

Notifications You must be signed in to change notification settings

suman1406/Two_Stacks_Flutter_App

Repository files navigation

Two Stacks Flutter Application

This Flutter application showcases the implementation of two stacks using the Flutter framework. It provides a user interface where you can interact with the stacks by pushing and popping elements.

Features

  • Two independent stacks with adjustable sizes
  • Push elements to either stack
  • Pop elements from either stack
  • Displays the current stack arrays and the top elements of the stacks
  • Error handling for stack overflow and stack underflow conditions

Getting Started

To run the application locally, follow these steps:

  1. Make sure you have Flutter installed. If not, install Flutter.
  2. Clone this repository: git clone https://github.com/your-username/two-stacks-flutter.git
  3. Navigate to the project directory: cd two-stacks-flutter
  4. Run the application: flutter run

Screenshots

image

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.

Acknowledgements

This application is inspired by the concept of stacks in computer science. It serves as a visual demonstration of stack operations in a Flutter environment.

About

A simple Flutter application demonstrating the implementation of two stacks and the basic operations of pushing and popping elements.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published