GithubHelp home page GithubHelp logo

kubrs_app's Introduction

Kubrs App

coverage style: very good analysis License: MIT


Kubrs is the perfect speedcubing companion!
It helps you learn new algorithms and track your progress, all in a beautifully designed and easy-to-use mobile application built with Flutter.

Features โœจ

Current Features

  • Precision timer with touch controls
  • Solve history with real-time cloud synchronization to Firebase
  • Session statistics and progress charts
  • Competition-grade scramble generation and visualization
  • Solve tags like +2 and DNF
  • Offline mode to train anywhere and synchronize later
  • Authentication with Google
  • Imports from other popular timer apps

Technical Features

  • Clean and tested state management with Bloc
  • Custom caching solution with SQLite3 to reduce Firebase costs and fetch latency
  • Custom timer using animation frames to get more precision
  • Feature-oriented architecture
  • Cross-platform mobile application
  • Responsive components for all screen sizes
  • Continuous integration with GitHub Actions

Upcoming Features

  • Flashcards to learn algorithms with spaced repetition
  • Advanced statistics to track your progress
  • Notifications to remind you to practice
  • Session management to organize your solves

Getting Started ๐Ÿš€

This project contains 3 flavors:

  • development
  • staging
  • production

To run the desired flavor either use the launch configuration in VSCode/Android Studio or use the following commands:

# Development
$ flutter run --flavor development --target lib/main_development.dart

# Staging
$ flutter run --flavor staging --target lib/main_staging.dart

# Production
$ flutter run --flavor production --target lib/main_production.dart

Running Tests ๐Ÿงช

To run all unit and widget tests use the following command:

$ flutter test --coverage --test-randomize-ordering-seed random

To view the generated coverage report you can use lcov.

# Generate Coverage Report
$ genhtml coverage/lcov.info -o coverage/

# Open Coverage Report
$ open coverage/index.html

kubrs_app's People

Contributors

gabinl21 avatar dependabot[bot] avatar

Stargazers

 avatar

Watchers

 avatar

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.