E-Learn is a beautiful open-source education app for Android. It is built with Dart on top of Google's Flutter Framework.
Screens
Explore | Planner | Overlay | Videos | Leaderboard |
Global Leaderboard | NavDrawer | Search | Search Results | Profile |
Onboarding 1 | Onboarding 2 | Sign-in Screen | Subjects Close | Subjects Close |
Video Info | Forum | Help | Settings | Test |
If you like what we do, and would want to help us continue doing it, consider sponsoring this project.
The following packages are needed for the development of this application.
provider: ^4.1.3
for caching data, and state managementfluttertoast: ^4.0.1
for toast notificationsshared_preferences: ^0.5.7
for storing settings like app statefirebase_core: ^0.4.4+3
for firebase corefirebase_auth: ^0.16.0
for user authgoogle_sign_in: ^4.4.4
for Google sign in supportflare_splash_screen: ^3.0.1
for the animated splash screenflutter_svg: 0.17.4
for svg assetsfirebase_analytics: ^5.0.16
for analytics
More details about these can be found in the pubspec.yaml
file.
More information about the releases can be found in the Release tab.
First off, thank you for considering contributing to e-learning app. It's people like you that make e-learning app such a great app.
To start your lovely journey with e-learning app, first read the contributing guidelines
and then fork the repo to start contributing!
This app is licensed under the BSD 3-Clause License
.
Any Usage of the source code must follow the below license.
BSD 3-Clause License
Copyright (c) 2020 Hash Studios
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
DISCLAIMER: Google Play and the Google Play logo are trademarks of Google LLC.