Skip to content

A dart-flutter app I worked on in late 2020... Its has multiple calculator modes and also has ads by AdMob but it is a bit buggy

License

Notifications You must be signed in to change notification settings

adam-kabbara/ProCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ProCalculator

This calculator application has a basic calculator and multiple unit conversion calculators. It was developed in 2020 and was never updated so there are several bugs.

Tools and Languages

This is a calculator application developed in the Dart programming language using the Flutter ui tool kit.

In order to get all the conversion formulas for the many conversion calculators in this app, I built a small python script (not in this repo) that would web scrape all the different conversion equations automatically and write the Dart code for the conversion functions. I am sure there was a better way of doing this but this is what I came up with at that moment. So, basically what happened was that for a portion of this application's code, I wrote a script that would do the repetitive programming part. I personally find this ironic cause... I build a program to write another program.

Features

  • Basic calculator
  • Several unit conversion calculators
  • Store all calculations for later revision
  • Multiple color themes
  • Cross platform (flutter is supposed to be cross platform compatibale but this app has only been tested on android devices)

Demo

                    

This is a link to an alpha version of the app

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

License

GPLv3 License

About

A dart-flutter app I worked on in late 2020... Its has multiple calculator modes and also has ads by AdMob but it is a bit buggy

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages