Skip to content

denver-code/dewatch

Repository files navigation

DeWatch - StopWatch for speedcubers!

A StopWatch for speedcubers android version, written on Flutter & Dart.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Demonstration

Run DeWatch on your android device

Note

For start confirm flutter instalation on your machine.

$ git clone https://github.com/denver-code/dewatch
$ cd ftelegram
$ flutter analyze
$ flutter test
$ flutter pub get
$ flutter run lib/main.dart

Build an APK

Note

For start confirm flutter instalation on your machine.

$ git clone https://github.com/denver-code/dewatch
$ cd ftelegram
$ flutter analyze
$ flutter test
$ flutter pub get
$ flutter build apk --split-per-abi

This commands results in three APK files:

    [project]/build/app/outputs/apk/release/app-armeabi-v7a-release.apk
    [project]/build/app/outputs/apk/release/app-arm64-v8a-release.apk
    [project]/build/app/outputs/apk/release/app-x86_64-release.apk

Used libs and technologies

Flutter - https://github.com/flutter/flutter
Dart - https://dart.dev/