Skip to content

byung-u/flutter-calculator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator App built with Flutter

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.

Running the app

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

  1. Make sure to have flutter installed on your machine
  2. Clone the repo to your local machine
  3. Open an emulator and run flutter run within the cloned repo's folder.
  4. Try it out.
Calculator Screen History Screen
image history

KR

원본: https://github.com/deriegle/flutter-calculator

앱개발은 남의 일로 생각했는데 Flutter 구성을 하고나니 해볼만하겠다는 생각이 들었다.

  • 기본 문법을 익히기 위한 계산기 구현
  • 멋대로 기능 추가하고 변경해가면서 익숙해지기 위함

About

Calculator App built with Flutter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 95.0%
  • Objective-C 3.4%
  • Java 1.6%