Skip to content

Development

CaptainDario edited this page Oct 18, 2022 · 17 revisions

Development environment setup

This app was developed using dart, the flutter framework and Tensorflow (lite). Flutter needs to be installed. For this please follow the [guide on the official website.](https://flutter.dev/docs/get-started/install)

Now the repository of DaKanji needs to be cloned:

git clone https://github.com/CaptainDario/DaKanji-Application

Than all necessary packages need to be installed:

flutter pub get

Clone this wiki locally