This is a calculator test application built using Flutter. As a test of the framework, I wanted to implement something simple that would help me get the basics down.
Follow the steps below to run the app on your local machine. You'll need to make sure you have flutter installed and either Android Studio and XCode installed to test this application in a simulator. Let me know if you encounter issues with the calculator
- Make sure to have
flutterinstalled on your machine - Clone the repo to your local machine
- Open an emulator and run
flutter runwithin the cloned repo's folder. - Try it out.
| Calculator Screen | History Screen |
|---|---|
![]() |
![]() |
원본: https://github.com/deriegle/flutter-calculator
앱개발은 남의 일로 생각했는데 Flutter 구성을 하고나니 해볼만하겠다는 생각이 들었다.
- 기본 문법을 익히기 위한 계산기 구현
- 멋대로 기능 추가하고 변경해가면서 익숙해지기 위함

