All Projects → AbdulMalikDev → Ounotes

AbdulMalikDev / Ounotes

An Application built for students to access Notes , Question Papers , Syllabus and Resources for all Subjects of O.U (Osmania University) 📘👨‍🎓

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Ounotes

Learn Something Every Day
📝 A compilation of everything that I learn; Computer Science, Software Development, Engineering, Math, and Coding in General. Read the rendered results here ->
Stars: ✭ 362 (+109.25%)
Mutual labels:  education, engineering, university
study-snap
📓📲 Flutter app for managing study materials in form of photos.
Stars: ✭ 34 (-80.35%)
Mutual labels:  school, university, notes
Markor
Text editor - Notes & ToDo (for Android) - Markdown, todo.txt, plaintext, math, ..
Stars: ✭ 1,394 (+705.78%)
Mutual labels:  education, university, school
Openedu
📚 The Open Source Education Initiative – a repository with resources for 60+ engineering subjects. Let's make education more open and accessible! 🚀✨
Stars: ✭ 156 (-9.83%)
Mutual labels:  education, resources, engineering
Nodestream
Storage-agnostic streaming library for binary data transfers
Stars: ✭ 70 (-59.54%)
Mutual labels:  download, upload
Flutter Guide
📚 Flutter Guide on becoming a Master Flutterista
Stars: ✭ 51 (-70.52%)
Mutual labels:  flutter-apps, resources
Httptransfertasks
Cross Platform HTTP Transfers for downloading and uploading (supports background operations)
Stars: ✭ 87 (-49.71%)
Mutual labels:  download, upload
Letters
Письма к студентам курса
Stars: ✭ 107 (-38.15%)
Mutual labels:  engineering, university
Awesome Flutter
An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.
Stars: ✭ 38,582 (+22201.73%)
Mutual labels:  flutter-apps, resources
Okhttps
如艺术一般优雅,像 1、2、3 一样简单,前后端通用,轻量却强大的 HTTP 客户端(同时支持 WebSocket 与 Stomp 协议)
Stars: ✭ 92 (-46.82%)
Mutual labels:  download, upload
Reading Material
List of some useful blogs, books, courses, papers etc. 📚
Stars: ✭ 116 (-32.95%)
Mutual labels:  resources, links
Bookmarks.dev Frontend Only Archive
Bookmarking for Developers & Co
Stars: ✭ 38 (-78.03%)
Mutual labels:  education, resources
Dropbox Stream
Upload & Download streams for Dropbox
Stars: ✭ 35 (-79.77%)
Mutual labels:  download, upload
The Engineering Managers Booklist
Books for people who are or aspire to manage/lead team(s) of software engineers
Stars: ✭ 1,180 (+582.08%)
Mutual labels:  resources, engineering
Learn Php Resources
A collection of resources for learning PHP.
Stars: ✭ 33 (-80.92%)
Mutual labels:  education, resources
Crawler China Mainland Universities
中国大陆大学列表爬虫
Stars: ✭ 143 (-17.34%)
Mutual labels:  university, school
Yrssf
一个分布式(p2p)云教学/云课堂/直播平台系统CMS,睿易派的开源替代品
Stars: ✭ 141 (-18.5%)
Mutual labels:  education, school
Fgdownloader
用于断点下载、任务队列、上传进度、下载进度
Stars: ✭ 143 (-17.34%)
Mutual labels:  download, upload
Casync
Content-Addressable Data Synchronization Tool
Stars: ✭ 890 (+414.45%)
Mutual labels:  download, upload
Flickrsync
A command line tool to synchronise, upload, download, pictures between the local file system and Flickr. Image hash signature of the picture is used to uniquely identify the image.
Stars: ✭ 14 (-91.91%)
Mutual labels:  download, upload

OU Notes [Osmania University (O.U)] GitHub stars GitHub forks

Dart CI GitHub pull requests GitHub closed pull requests GitHub last commit GitHub issues Open Source Love

For the Students , By the Students.
An Application for Osmania University students to access educational material at one place built with the famous Stacked Architecture in Flutter.

Download App

Content

👉 O.U Notes
👉 O.U Previous Question Papers
👉 O.U Syllabus
👉 O.U Resources

Features

👉 Access documents directly within app using inbuilt PDF viewer
👉 Ability to save documents in downloads
👉 Report documents for admins to review
👉 Notifications about events and other information related to the university

💥 Now any user can upload documents ! 💥

  • Please read the guidelines and contribution guide for beginners.

Dependencies

Click to expand

Contributing

If you wish to contribute a change to any of the existing feature or add new in this repo, please review our contribution guide, and send a pull request. I welcome and encourage all pull requests. It usually will take me within 24-48 hours to respond to any issue or request.

Created & Maintained By

Abdul Malik And Syed Wajid

Follow us on Instagram

Screenshots

screenshot
screenshot screenshot
screenshot screenshot
screenshot screenshot
screenshot screenshot
screenshot screenshot
screenshot screenshot
screenshot screenshot
screenshot
screenshot
screenshot screenshot
screenshot screenshot
screenshot screenshot
screenshot screenshot
screenshot screenshot
screenshot

Getting started

  • Project setup instructions coming soon.

Directory Structure

Click to expand [Stacked Architecture ]

|-- lib
|   |-- AppTheme
|   |   |-- AppStateNotifier.dart
|   |   '-- AppTheme.dart
|   |-- CustomIcons
|   |   '-- custom_icons.dart
|   |-- app
|   |   |-- locator.dart
|   |   |-- locator.iconfig.dart
|   |   |-- logger.dart
|   |   |-- router.dart
|   |   '-- router.gr.dart
|   |-- enums
|   |   |-- constants.dart
|   |   '-- enums.dart
|   |-- main.dart
|   |-- models
|   |   |-- course_info.dart
|   |   |-- document.dart
|   |   |-- download.dart
|   |   |-- syllabus.dart
|   |   |-- user.dart
|   |   '-- vote.dart
|   |-- services
|   |   |-- funtional_services
|   |   |   |-- authentication_service.dart
|   |   |   |-- cloud_storage_service.dart
|   |   |   |-- db_service.dart
|   |   |   |-- email_service.dart
|   |   |   |-- firestore_service.dart
|   |   |   |-- sharedpref_service.dart
|   |   |   '-- third_party_services_module.dart
|   |   '-- state_services
|   |       |-- download_service.dart
|   |       |-- links_service.dart
|   |       |-- notes_service.dart
|   |       |-- question_paper_service.dart
|   |       |-- report_service.dart
|   |       |-- subjects_service.dart
|   |       |-- syllabus_service.dart
|   |       '-- vote_service.dart
|   |-- ui
|   |   |-- shared
|   |   |   |-- app_config.dart
|   |   |   |-- shared_styles.dart
|   |   |   '-- ui_helper.dart
|   |   |-- views
|   |   |   |-- FilterDocuments
|   |   |   |   |-- FD_DocumentDisplay
|   |   |   |   |   |-- fd_documentview.dart
|   |   |   |   |   '-- fd_documentviewmodel.dart
|   |   |   |   |-- FD_InputScreen
|   |   |   |   |   |-- fd_inputView.dart
|   |   |   |   |   '-- fd_inputViewmodel.dart
|   |   |   |   '-- FD_subjectdisplay
|   |   |   |       |-- fd_subjectview.dart
|   |   |   |       '-- fd_subjectviewmodel.dart
|   |   |   |-- Profile
|   |   |   |   |-- profile_view.dart
|   |   |   |   '-- profile_viewmodel.dart
|   |   |   |-- about_us
|   |   |   |   '-- about_us_view.dart
|   |   |   | (8 more...)
|   |   |   |-- search
|   |   |   |   |-- search_view.dart
|   |   |   |   |-- search_viewmodel.dart
|   |   |   |   '-- suggestion_list
|   |   |   |       '-- suggestion_list_view.dart
|   |   |   |-- splash
|   |   |   |   |-- spash_view.dart
|   |   |   |   '-- splash_viewmodel.dart
|   |   |   '-- syllabus
|   |   |       |-- syllabus_view.dart
|   |   |       '-- syllabus_viewmodel.dart
|   |   '-- widgets
|   |       |-- dumb_widgets
|   |       |   |-- SaveButtonView.dart
|   |       |   |-- TextFieldView.dart
|   |       |   |-- drawer_header.dart
|   |       |   |-- expantion_list.dart
|   |       |   |-- nav_item.dart
|   |       |   |-- no_subjects_overlay.dart
|   |       |   '-- progress.dart
|   |       '-- smart_widgets
|   |           |-- FilterSubjects_view
|   |           |   |-- filtersubjects_view.dart
|   |           |   '-- filtersubjects_viewmodel.dart
|   |           |-- drawer
|   |           |   |-- drawer_view.dart
|   |           |   '-- drawer_viewmodel.dart
|   |           |-- links_tile_view
|   |           |   |-- links_tile_view.dart
|   |           |   '-- links_tile_viewmodel.dart
|   |           |-- notes_tile
|   |           |   |-- notes_tile_view.dart
|   |           |   '-- notes_tile_viewmodel.dart
|   |           |-- question_paper_tile
|   |           |   |-- question_paper_tile_view.dart
|   |           |   '-- question_paper_tile_viewmodel.dart
|   |           |-- subjects_dialog
|   |           |   |-- subjects_dialog_view.dart
|   |           |   '-- subjects_dialog_viewmodel.dart
|   |           |-- syllabus_tile.dart
|   |           |   |-- syllabus_tile_view.dart
|   |           |   '-- syllabus_tile_viewmodel.dart
|   |           '-- user_subject_list
|   |               |-- user_subject_list_view.dart
|   |               '-- user_subject_list_viewmodel.dart
|   '-- utils
|       '-- file_picker_service.dart
|-- pubspec.yaml

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].