Skip to content

A simple calculator application based on Flutter that uses Provider state management.

Notifications You must be signed in to change notification settings

isnandar1471/pens_praktikum-pemrograman-perangkat-bergerak_kalkulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple calculator application based on Flutter that uses Provider state management.

Topics

Resources

Stars

Watchers

Forks