Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 2.4 KB

File metadata and controls

61 lines (44 loc) · 2.4 KB

networking_app

Mini social network that is meant to connect students on their university journey in the modern way. Our goal is to be lightweight, flexible, easy to use but to provide all necessary instruments for school team building.

Screenshots

Features

  • School and life related posts creation and view
  • Networking
  • Profile customization and generated avatars

SDK

SDK Platforms

  • Android 13.0 (Tiramisu)

SDK Tools

  • Android SDK Build-Tools 34-rc3
  • Android SDK Command-line Tools (tools)
  • Android Emulator
  • Android SDK Platform-Tools

Dependencies

  • firebase_auth: 4.4.0
  • firebase_core: 2.9.0
  • firebase_database: 10.1.0
  • shared_preferences: 2.1.0
  • uuid: 3.0.7
  • intl: 0.17.0
  • file_picker: 5.2.11

Team

  • Filipp-Artur Pljassunov
  • Mares Sumarok
  • Taavet Tenso
  • Kevin Rosenberg
  • Karl Piiber

Installation guide

  1. Follow this guide to install your flutter environment
  2. Clone repository
  3. Open the project
  4. Run following commands in project directory:
flutter install
flutter pub get
flutter run

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