About erni-hackathon-2023-robo-controller

codecov Code Analysis Android Build iOS Build

A controller app built with Flutter for a robo car that is used in the oneERNI Global Hackathon 2023.

This repository is an updated fork of ERNI Academy's starterkit-mobile-application-flutter. You can also read on that repository the complete documentation regarding the project setup and structure.

Built With

Project Setup

Setup local repository

Clone the repo.

git clone https://github.com/dustincatap/erni-hackathon-2023-robo-controller.git

Generate code

Run the following commands to generate code. Note that this project uses FVM to manage its Flutter SDK versions.

# Run this command if appropriate
fvm flutter pub get

# Run this command one time
fvm flutter pub global activate intl_utils

# Run this command to generate localization files
fvm flutter pub global run intl_utils:generate

# Run this command whenever you use build_runner
fvm dart run build_runner build --delete-conflicting-outputs