Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rllyhz/aplikasi-kem

Aplikasi Kecepatan Efektif Membaca
https://github.com/rllyhz/aplikasi-kem

flutter flutter-apps flutter-ui

Last synced: 13 days ago
JSON representation

Aplikasi Kecepatan Efektif Membaca

Awesome Lists containing this project

README

        

# K.E.M (Kecepatan Efektif Membaca)

[![Flutter Badge](badges/flutter.svg)](https://flutter.dev)
[![Dart Badge](badges/dart.svg)](https://dart.dev/)
[![License Badge](badges/license.svg)](https://github.com/rllyhz/aplikasi-KEM/blob/master/LICENSE)
[![Status Badge](badges/status.svg)](https://github.com/rllyhz/aplikasi-KEM/)



Previews




Splash to Dashboard
Dashboard to Detail



Dashboard to Exercise
Exercise Form

This app was created to help improve students' literacy. **Kecepatan Efektif Membaca (KEM)** is a combination of motor ability (eye movement) or visual ability with a person's cognitive in reading (Harjasujana & Mulyati, 1987). [See more](https://www.tanotofoundation.org/id/news/penerapan-kecepatan-efektif-membaca-di-sekolah-mitra-tanoto-foundation/).

## Note đź“Ś

This application has mostly static contents to populate on the UI. No network data requests and no dynamically updating the current data on it.

### Available Screens

- [x] SplashScreen
- [x] LandingScreen
- [x] DashboardScreen
- [x] ReadingScreen
- [x] ReadingFirstSectionScreen
- [x] ReadingSecondSectionScreen
- [x] ReadingThirdSectionScreen
- [x] ReadingFourthSectionScreen
- [x] ReadingFifthSectionScreen
- [x] KEMScreen
- [x] KEMFirstSectionScreen
- [x] KEMSecondSectionScreen
- [x] KEMThirdSectionScreen
- [x] KEMMeasurementScreen
- [x] KEMMeasurementFirstSectionScreen
- [x] KEMMeasurementSecondSectionScreen
- [x] KEMMeasurementThirdSectionScreen
- [x] KEMMeasurementFourthSectionScreen
- [x] ExerciseScreen
- [x] ExerciseFirstSectionScreen
- [x] ExerciseSecondSectionScreen
- [x] ExerciseThirdSectionScreen
- [x] ExerciseFourthSectionScreen
- [x] ExerciseFifthSectionScreen
- [x] ExerciseSixthSectionScreen
- [x] KEMIncreasementScreen
- [x] KEMIncreasementFirstSectionScreen
- [x] KEMIncreasementSecondSectionScreen
- [x] KEMInreasementSecondDetailOneScreen
- [x] KEMInreasementSecondDetailTwoScreen
- [x] KEMInreasementSecondDetailThreeScreen
- [x] KEMInreasementSecondDetailFourScreen
- [x] KEMIncreasementThirdSectionScreen
- [x] KEMInreasementThirdDetailOneScreen
- [x] KEMInreasementThirdDetailTwoScreen
- [x] KEMIncreasementFourthSectionScreen
- [x] KEMInreasementFourthDetailOneScreen
- [x] KEMInreasementFourthDetailTwoScreen
- [x] KEMInreasementFourthDetailThreeScree
- [x] ResultScreen

### Avaiable Widgets

#### Scaffold Widges

1. [x] MainDetailScaffold
2. [x] BannerScaffold
3. [x] GeneralScaffold
4. [x] ExerciseScaffold

#### General Widgets

1. [x] SimpleAppBar
1. [x] ColoredCard
1. [x] ColoredCardButton
1. [x] IllustrationCardButton
1. [x] CustomButton
1. [x] Space
1. [x] NextIconButton
1. [x] HighlightTextBox
1. [x] IndentationBox
1. [x] LineStroke
1. [x] ParagraphText
1. [x] MainHeadingText
1. [x] SubHeadingText (bold or not) (numeric or alphabetic)
1. [x] ParagraphList (numeric, alphabetic or bullet)

## LICENSE

```
The MIT License (MIT)
Copyright © 2022 Rully Ihza Mahendra

Permission is hereby granted, free of charge, to
any person obtaining a copy of this software and
associated documentation files (the “Software”),
to deal in the Software without restriction,
including without limitation the rights to use,
copy, modify, merge, publish, distribute,
sublicense, and/or sell copies of the Software,
and to permit persons to whom the Software
is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission
notice shall be included in all copies or
substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY
OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES
OR OTHER LIABILITY, WHETHER IN AN ACTION OF
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
```