Skip to content

phillwiggins/flutter_calculator_tdd_kata

 
 

Repository files navigation

Flutter Calculator Kata

Installation

Standard Flutter development requirements:

  • Install the Android Studio or VSCode
  • Install Flutter & Dart
  • Gradle build system
  • Android Studio is recommended for ease of testing
  • Clone or otherwise acquire the repository

Usage

  • Open the provided Android Studio project
  • Run the app configuration in an emulator or device running Android or iOS

Kata requirements

Every feature below should be tackled from a TTD manner

  • Build input string based on user selecting buttons and display
  • Calculate user input based on user selecting = button
  • Clear user input based on user selecting C button
  • Add new features to show off

About

A Flutter TDD Kata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 84.1%
  • Objective-C 10.6%
  • Java 5.3%