Skip to content

carloshenrique-dev/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

calculator

Calculator project

Getting Started

This project is a challenge to implement a calculator:

  • To run this project, first clone the project in your computer.

  • After, verify if your Flutter Version and dart version is:

  • And after the verification of the version, you can open your project and use the command to get packages, if you are using VS Code, when you open the project the IDE suggest to you to get the packages, and if it not happen you can go and open your terminal on VS Code and run this command:

    • flutter pub get

    • On android studio you need to do the same thing or using the IDE or running the command in your terminal.

  • This project have the following features:

    • Sum
    • Subtraction
    • Multiplication
    • Division
    • Percentage
    • Log
    • Sin
    • Cos
    • Tan
    • Square root
    • PI
    • e
    • Ans
    • Exp
    • Pow
    • Rad -> Degrees
    • Degrees -> Rad
    • Calc History (last one)
    • The app can be used in portrait and landscape on your phone
    • Buttons without functions: ( , ), lnv
  • About Stack and Packages

    • Modular + BloC (Cubit) + Asuka

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published