Skip to content

Mobile development exercises "Mobile applications" (IDATA2503) course, fall 2022.

Notifications You must be signed in to change notification settings

Marko19907/flutter-mobile-dev-exercises

Repository files navigation

Flutter mobile dev exercises

This repository contains the mandatory exercises from NTNU's "Mobile applications" (IDATA2503) course, fall 2022.

These exercises are mandatory but do not count towards the final grade in the subject.

Android build status Windows build status

Getting Started

Prebuilt Android apks for all Flutter projects are provided in the "Releases" page. To get started with Flutter and run these projects yourself, follow these simple steps.

  1. Follow the "Install" guide on flutter.dev to install Flutter for your operating system.

  2. Then follow the "Set up an editor" guide on flutter.dev to set up either Android Studio or VS Code for Flutter development.

Contents

Generate and modify the default Flutter project.

Practice Dart, some Dart-specific concepts, and write an algorithm according to the given spec (in Dart).

Create a simple, single page Flutter app which looks as close as possible to the given reference image.

Create an app that resembles the given reference image by modifying many different aspects of the UI.

Practice asynchronous programming and get familiar with the async/await/Future syntax in Dart and Flutter.

Create a user sign in form that satisfies the given validation spec.

Implement the necessary logic from the given spec and bind it with the provided UI using some form of state management.