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.
To use this app, you can follow these steps:
-
Clone this repository to your computer with the command:
git clone https://github.com/isnandar1471/pens_praktikum-pemrograman-perangkat-bergerak_kalkulator.git
-
Open the project using a Flutter editor such as Visual Studio Code or Android Studio.
-
Run the app on an emulator or physical device with the command
flutter run
.
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.
Contributions are always welcome. If you would like to contribute to this project, please create a pull request with your desired changes.