/movie_mate

A collaborative project on designing and building a movie app with Open MDB.

Primary LanguageDart

movie_mate

A collaborative project on building a movie app with Open MDB api.

Authors

  1. Christine Wasike
  2. Muhsin Mohamed
  3. Nobert Okoye

Getting Started

This project is a starting point for a Flutter application.

Flutter and Dart versions

Please ensure that you have Flutter version 2.13.0-0.0.pre.62 • channel master and Dart version 2.17.0-182.0.dev.
This will make it easier to debug code without worrying about running differnt SDK environments.

You can run flutter --version to check your version

flutter --version

You can run dart --version to check your vesion

dart --version

Output should look something close to this:

Flutter 2.13.0-0.0.pre.62 • channel master • https://github.com/flutter/flutter.git
Framework • revision 0dfb656e28 (5 weeks ago) • 2022-03-10 12:40:23 -0500
Engine • revision 6b1a24b1a1
Tools • Dart 2.17.0 (build 2.17.0-182.0.dev) • DevTools 2.11.1

You can also run flutter doctor for a deeper assessment of your environment:

flutter doctor

Your output should resemble this:

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel master, 2.13.0-0.0.pre.62, on Ubuntu 18.04.6 LTS
    5.4.0-73-generic, locale en_US.UTF-8)
[✓] Android toolchain - develop for Android devices (Android SDK version
    31.0.0-rc2)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.1)
[✓] Android Studio
[✓] VS Code (version 1.65.1)
[✓] Connected device (1 available)
[✓] HTTP Host Availability

• No issues found!

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.