Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.27 KB

File metadata and controls

28 lines (16 loc) · 1.27 KB

Flutter-based Calculator App with State Management Provider

screenshot of calculator app

This is a repository for a simple Flutter-based calculator app that uses state management provider. This app can perform basic mathematical operations such as addition, subtraction, multiplication, and division.

How to Use

To use this app, you can follow these steps:

  1. Clone this repository to your computer with the command:

    git clone https://github.com/isnandar1471/pens_praktikum-pemrograman-perangkat-bergerak_kalkulator.git
    
  2. Open the project using a Flutter editor such as Visual Studio Code or Android Studio.

  3. Run the app on an emulator or physical device with the command flutter run.

State Management Provider

This app uses state management provider to manage the app state and update the values on the screen when the state changes. Provider is a very easy-to-use state management library and can speed up Flutter app development.

If you want to learn more about Provider, you can open the official documentation at this link.

Contributing

Contributions are always welcome. If you would like to contribute to this project, please create a pull request with your desired changes.