Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Our E School | 373 | 2 years ago | 2 | mit | Dart | |||||
A mobile app created using Flutter Framework for School management. | ||||||||||
Ounotes | 192 | a year ago | 2 | Dart | ||||||
An Application built for students to access Notes , Question Papers , Syllabus and Resources for all Subjects of O.U (Osmania University) using Flutter 📘👨🎓 | ||||||||||
Sharezone App | 118 | 6 days ago | 159 | eupl-1.2 | Dart | |||||
Sharezone is a collaborative school organization app for iOS, Android, macOS and web with +400.000 registered users. Built with Flutter & Firebase. | ||||||||||
Study Snap | 34 | 5 months ago | mit | Dart | ||||||
📓📲 Flutter app for managing study materials in form of photos. | ||||||||||
Schulplaner | 28 | 6 months ago | 46 | gpl-3.0 | Dart | |||||
In this repository we collaborate to build the perfect school planner. And you can help us. | ||||||||||
Flutteressentialenglish | 21 | 3 years ago | 1 | Dart | ||||||
Flutter Essential English Course For MTechViral School | ||||||||||
Graded | 20 | 6 days ago | 1 | gpl-3.0 | Dart | |||||
Track and manage your school grades with ease | ||||||||||
Schulcloud Flutter | 17 | 2 years ago | 85 | agpl-3.0 | Dart | |||||
Our Flutter based App for Android and iOS. | ||||||||||
Schools | 14 | 4 years ago | mit | Dart | ||||||
Schools - Multi dziennik Librus & Vulcan | ||||||||||
Klient | 10 | 11 days ago | 4 | gpl-3.0 | Dart | |||||
Unofficial flutter client for the Skolengo / Kosmos / K-d'école education management system (ENT) |
NOTE TO NEW CLONERS: (READ THIS BEFORE USING OR CREATING AN ISSUE) || This Project is not migrated to null-safety yet || This project was built with Flutter versions less than 2.0 (flutter V 1.X) || Before compiling this project you have to make sure you update server.dart file to include the firebase functions URL's (this is a must procedure) || initialize your firebase firestore project as instructed in database folder on this project.
Our E School is the app build for iOS and Android using Flutter.
It uses Firebase FireStore as Database and Firebase Storage.
UI | Logic | Feature |
---|---|---|
✔ | ✔ | Teacher Login |
✔ | ✔ | Student Login |
✔ | ✔ | Parent Login |
✔ | ✔ | Multiple Child Profile View |
✔ | ✔ | Chat between teacher and parent |
✔ | ✔ | Intro Screens. |
✔ | ✔ | Post photo or notice on Standard post section(Only Teacher) |
✔ | ✔ | Post photo or notice on global post section(Only Teacher) |
✔ | ✔ | Dark Mode |
✔ | ✔ | Profile Setup |
✔ | ✔ | Forget Password |
✔ | TimeTable |
Database structure snapshot are here.
A full database documentation will be created soon..
You need to create this and put in /core/ folder.
This File is necessary in order to make Cloud Functions work.
class Server {
static String baseUrl =
YOUR-CLOUD-FUNCTION-URL;
static String webApi = 'webApi/';
static String profileUpdate = 'profileupdate';
static String getProfileData = 'userdata';
static String postAnnouncement = 'postAnnouncement';
static String addAssignment = 'addAssignment';
}
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.