Giter Club home page Giter Club logo

flutter-calculator-app's Introduction

Flutter Calculator

A simple calculator made with Flutter. This is a PWA (Progressive Web Application) so you can install the app from the website itself. Visit Website

Features

  • Can do basic arithmetic operations
  • Can do basic percentage calculation
  • Can compute chained arithmetic operations
  • Follows MDAS rule
  • Support for Advanced Mode (Square roots, fractions, etc.)
  • Advanced mode uses latex parser to render fancy math expressions

Project Preview

Basic Mode Advanced Mode
basic-mode advanced-mode

Platforms tested on

Platform Type Is Tested
Android Yes
IOS No
Web Yes

IMPORTANT NOTE

This project uses old version of flutter (sdk: >=2.12.0 <3.0.0) as this was first built 2 years ago. Updating to latest version would probably cause some errors to rise up. You have been warned.

Building Project

Download dependencies

flutter pub get

Building for web

flutter build web

Building for android/ios with shader-warm up bundled

# Android
flutter build apk --release --bundle-sksl-path flutter_01.sksl.json

# IOS
flutter build ios --release --bundle-sksl-path flutter_01.sksl.json

Generating your own sksl shader warm-up file

flutter run --profile --cache-sksl --purge-persistent-cache

Trigger as many animations as you can, then when you're done. Press Shift+M to generate the recorded sksl to a json file (flutter_[number].sksl.json).

flutter-calculator-app's People

Contributors

snoopycodex avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

flutter-calculator-app's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.