Innostudy

InnoStudy – is the application that helps students of Innopolis University with education.

描述

Our application is the storing system for sharing abstracts, problem solutions and other stuff related to study. Students can create their own groups where they can share the content (video, images, documents etc.) with other people.

演示 (Demonstration)

Starting page

Groups page

Folders page

Files page

List of features

  • Accounts for users
  • Saving files in Data Base
  • File sharing
  • Groups and folders creation

使用的技术

Whole application was built using Flutter framework. To store user information we used a Authentication from Firebase platform. Furthermore, Firestore and Storage services was connected to create the file system. For uploading and opening files in Android we import File Picker and Open File libraries to our project.

Project installation for modifications

Before project installation be sure that you have installed Flutter framework

  1. 克隆仓库
git clone https://github.com/blueberry13-8/innostudy
  1. Go to the root of the project
cd <PATH>/innostudy
  1. Download all dependencies
flutter pub get

Now you can do any changes and modification in project.

Android release

You can try InnoStudy now. Just install Android release by this link.

GitHub

查看 Github