bigdatatools_internships

This is a test project with To-Do list functionality. It uses Flutter/Dart technologies.

Basic functional:

  • Adding an issue to the list;
  • Moving issues via drag-and-drop gesture;
  • Removing issue from the list;

Getting Started

Requirements

  • Dart 2.12.2 or higher.
  • Flutter 2.0.3 or higher.

Build and run application

Android

  • connect your android device or emulator via adb.

  • use flutter run command to start android apk building.

  • or use flutter install to install the apk on a connected device.