Example project demonstrating how to build a calculator app in Flutter
To build and run this project:
- Get Flutter here if you don't already have it
- Clone this repository
cd
into the repo folder- run
flutter run-android
orflutter run-ios
to build the app
(Please note that a Mac with XCode is required to build for iOS)
Questions, comments, suggestions, and other contributions are welcome, as this is an open-source example project and not officially maintained as part of an application or library etc.