Thwack Timing Gate logo Thwack Timing Gate

The Github repository for the mobile app can be found here

The mobile app is built using Google’s cross platform app development framework Flutter. Here are some resources that you may find helpful in understanding and extending the app.

  1. Dart Language Tour—a comprehensive intro to Dart, the modern, object-oriented programming language that Flutter uses.
  2. Flutter Widget Catalogue—Flutter is built around combining and creating “widgets.” A list of pre-made widgets can be found here, categorized by their use.
  3. Flutter Cookbook—A list of tutorials for implementing common mobile app functions into Flutter apps.