An open API service indexing awesome lists of open source software.

https://github.com/diaga/twix

AppCon Task Manager
https://github.com/diaga/twix

Last synced: about 1 year ago
JSON representation

AppCon Task Manager

Awesome Lists containing this project

README

          

# Twix

The project, codenamed "Twix" with the real application label being **Cask**, is developed for AppCon'19 by Telenor Microfinance Bank. This repository only contains the mobile application or frontend of the whole project.

For the backend service, please visit [Twix Server](https://github.com/Diaga/Twix-Server)

## Documentation

Using Android Studio is recommended, however, you can use IntelliJ or your favorite IDE. Just use the flutter plugin!

For installing Flutter, please refer to the [official flutter documentation](https://flutter.dev/get-started/).

## Building APK

In four simple steps, you can build the APK on your own machine!

* Ensure that the flutter SDK has been setup for your favorite IDE by running the following command:
```
flutter doctor
```

* Clone the git repository.
* Get the packages by running the following command:
```
flutter pub get
```
* Connect your Android phone or setup the emulator and run!

## Pre-built APK

You can download the pre-built APK through either of the following methods:

* [Google Drive Link](https://drive.google.com/open?id=1pZWkWc6eVd9iMAg2FIwBxmI0GJJrhDE-)
* [Firebase Distribution Link](https://appdistribution.firebase.dev/i/LwJCo2JK)

## Dependencies

Twix has the following dependencies in addition to Flutter:
* [moor](https://github.com/simolus3/moor)
* [provider](https://pub.dev/packages/provider)
* [http](https://pub.dev/packages/http)
* [uuid](https://pub.dev/packages/uuid)
* [intl](https://pub.dev/packages/intl)
* [firebase_core](https://pub.dev/packages/firebase_core)
* [firebase_messaging](https://pub.dev/packages/firebase_messaging)
* [flutter_local_notifications](https://pub.dev/packages/flutter_local_notifications)
* [font_awesome_flutter](https://pub.dev/packages/font_awesome_flutter)
* [progress_button](https://pub.dev/packages/progress_button)