Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 2.69 KB

README.md

File metadata and controls

56 lines (41 loc) · 2.69 KB

Learn Informatics

Description

Learn Informatics is a Flutter application for Android devices. The app is intended for use by students to study Computer Science. Anonymous users only have access to lecture materials while registered users have full access to the course.

Getting Started

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

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

Dependencies in pubspec.yaml

dependencies:
  flutter:
    sdk: flutter
  cupertino_icons: ^0.1.2
  firebase_core: ^0.4.4+3
  firebase_auth: ^0.16.0
  cloud_firestore: ^0.13.5
  firebase_storage: ^3.1.6
  flutter_spinkit: ^4.1.2
  rflutter_alert: ^1.0.3
  provider: ^4.0.5
  webview_flutter: ^0.3.22+1

Screenshots

Welcome screen Login screen Course list
Lecture list WebView screen Test screen