- About 📖
- Preview 📱
- Challenges and Learnings along the way 🤯
- How to Use 🤔
- How to Contribute 💪
- License 📝
A Calculator for the four simple mathematical operations (addition, subtraction, multiplication and division) using Flutter 💙.
This calculator is designed to look like the Mac calculator.
This application is in version 1.0.0.
In the development of these applications, I learned a lot about logic, folder organization, and I had a new idea and learned about Flutter Widgets.
I got along well with the development of this application. Unfortunately there was a silly error that cost me a certain amount of time, and the only thing I should have done was to give a "Flutter Pub Get" in Terminal, fortunately, I found this solution, and the application works normally in version 1.0.0.
- Clone this repository:
$ git clone https://github.com/felipecastrosales/calculator
- Enter in directory:
$ cd calculator
- For install dependencies:
$ flutter packages get
- Run the app:
$ flutter run
- Fork the project
- Create a new branch with your changes:
$ git checkout -b my-feature
- Save your changes and create a commit message telling you what you did:
$ git commit -m "feature: My new feature"
- Submit your changes:
$ git push origin my-feature
This repository is under MIT license. You can see the LICENSE file for more details. 😉
This project was developed with ❤️ by @Felipe Sales, with the instructor Leonardo Leitão, in the course "Learn Flutter and Develop Apps for Android and iOS 2020" on Udemy.
If it helped you, give ⭐, contribute, it will help me too 😉