Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hash-studios/e-learning-app
E-Learn is a beautiful open-source education app for Android. It is built with Dart on top of Google's Flutter Framework.
https://github.com/hash-studios/e-learning-app
android dart education elearning flutter hacktoberfest ui
Last synced: about 10 hours ago
JSON representation
E-Learn is a beautiful open-source education app for Android. It is built with Dart on top of Google's Flutter Framework.
- Host: GitHub
- URL: https://github.com/hash-studios/e-learning-app
- Owner: Hash-Studios
- License: bsd-3-clause
- Created: 2020-07-09T12:40:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-09T14:25:12.000Z (about 1 year ago)
- Last Synced: 2023-10-20T20:10:29.565Z (about 1 year ago)
- Topics: android, dart, education, elearning, flutter, hacktoberfest, ui
- Language: Dart
- Homepage:
- Size: 5.67 MB
- Stars: 252
- Watchers: 16
- Forks: 102
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# E-Learning
E-Learn is a beautiful open-source education app for Android. It is built with Dart on top of Google's Flutter Framework.
## List of Contents
1. [Demo](#demo)
2. [Support](#support)
3. [Dependencies](#dependencies)
4. [Usage](#usage)
5. [Contributing](#contributing)
6. [License](#license)
7. [Contributors](#contributors)## Demo
**Screens**
| ![](demo/Screen/Home.png) | ![](demo/Screen/Calendar.png) | ![](demo/Screen/Home/Overlay.png) | ![](demo/Screen/Videos.png) | ![](demo/Screen/Stats/Local.png) |
| :-------------: | :-------------: | :-------------: | :-------------: | :-------------: |
| Explore | Planner | Overlay | Videos | Leaderboard || ![](demo/Screen/Stats/Global.png) | ![](demo/Screen/NavDrawer.png) | ![](demo/Screen/Home/Search.png) | ![](demo/Screen/Home/Search/Results.png) | ![](demo/Screen/Profile.png) |
| :-------------: | :-------------: | :-------------: | :-------------: | :-------------: |
| Global Leaderboard | NavDrawer | Search | Search Results | Profile || ![](demo/Screen/Onboarding/1.png) | ![](demo/Screen/Onboarding/2.png)| ![](demo/Screen/Onboarding/3.png) | ![](demo/Screen/Subjects/Close.png) | ![](demo/Screen/Subjects/Open.png)|
| :-------------: | :-------------: | :-------------: | :-------------: | :-------------: |
| Onboarding 1 | Onboarding 2 | Sign-in Screen | Subjects Close | Subjects Close || ![](demo/Screen/Video/Open.png) | ![](demo/Screen/Forum.png) | ![](demo/Screen/Help.png) | ![](demo/Screen/Settings.png) | ![](demo/Screen/Test.png) |
| :-------------: | :-------------: | :-------------: | :-------------: | :-------------: |
| Video Info | Forum | Help | Settings | Test |## Support
If you like what we do, and would want to help us continue doing it, consider sponsoring this project.
## Dependencies
The following packages are needed for the development of this application.
- `provider: ^4.1.3` for caching data, and state management
- `fluttertoast: ^4.0.1` for toast notifications
- `shared_preferences: ^0.5.7` for storing settings like app state
- `firebase_core: ^0.4.4+3` for firebase core
- `firebase_auth: ^0.16.0` for user auth
- `google_sign_in: ^4.4.4` for Google sign in support
- `flare_splash_screen: ^3.0.1` for the animated splash screen
- `flutter_svg: 0.17.4` for svg assets
- `firebase_analytics: ^5.0.16` for analyticsMore details about these can be found in the [`pubspec.yaml`](https://github.com/Hash-Studios/e-learning-app/tree/master/pubspec.yaml) file.
## Usage
More information about the releases can be found in the [Release](https://github.com/Hash-Studios/e-learning-app/releases) tab.
## Contributing
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`](https://github.com/Hash-Studios/e-learning-app/tree/master/CONTRIBUTING.md) and then fork the repo to start contributing!
## License
This app is licensed under the [`BSD 3-Clause License`](https://github.com/Hash-Studios/e-learning-app/tree/master/LICENSE.txt).
Any Usage of the source code must follow the below license.```
BSD 3-Clause LicenseCopyright (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.
```## Contributors