Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

math operations with binary numbers

mobile application developed with flutter and dart to do math operations as sum, subtraction, multiplication, division and rest with binary numbers.

why?

it was a task in a selection process.

some observations about this app

  • it’s not in play store or app store.

features

  • you can do math operations with binary numbers in range of 0 to 255 (requirements of the task)
  • allow the user to choice five math operations, they are sum, subtraction, multiplication, division and rest.
  • reactive forms that show alerts if the user write down invalid numbers as non-binary numbers.
  • reactive do operation button that is only enabled if the input numbers are valid.
  • error treatment and alerts about them to the user. for example, if the user try to user the number 0 as divisor, the application shows an alert.
  • the result is also show as a binary number (task requirement).

built with

  • flutter – flutter is google’s ui toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase.
  • visual studio code – is a code editor redefined and optimized for building and debugging modern web and cloud applications.
  • android studio – android studio provides the fastest tools for building apps on every type of android device.
  • mobx– mobx for the dart language.
  • mobx_codegen– mobx code generation library
  • flutter_mobx – flutter integration with mobx.dart.
  • flutter_modular – a smart project structure.
  • slidy cli – cli package manager and template generator for flutter. generate modules, pages, widgets, blocs, controllers and tests.
  • custom_splash– a flutter package to custom splash screen
  • build_runner – a package that provides a concrete way of generating files using dart code

contributing

i’m really glad if you want to contribute with my project and help me to improve it. you can send how many pr’s you want to. if you have some questions about the project get in touch if me.


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

Top