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 each other.
Starting page:
Groups page:
Folders page:
Files page:
Settings page:
- Accounts for users
- Saving files in Firebase Storage
- Files sharing
- Groups and folders creation
- Permission system with passwords to secure your content
- Support of Android and Web platforms
- Reporting crashes via Crashlytics
- Dark and light theme
- Beautiful animations
- Dart programming language
- Flutter framework
- Firebase
- Firestore
- Storage
- Authentication
- Crashlytics
- Hosting
- Different flutter libraries
Before project installation be sure that you have installed Flutter framework
- Clone the repository
git clone https://github.com/blueberry13-8/innostudy
- Go to the root of the project
cd <PATH>/innostudy
- Download all dependencies
flutter pub get
Now you can do any changes and modification in project.
You can try InnoStudy now. Just install Android release by this link.
Moreover, here you can find deployed web version of our application.