-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
32 changed files
with
895 additions
and
266 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,7 @@ | |
.pub/ | ||
/build/ | ||
/ios/ | ||
/coverage/ | ||
|
||
# Web related | ||
lib/generated_plugin_registrant.dart | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,43 @@ | ||
# Jap Vocabs | ||
|
||
![deploy](https://github.com/Darklod/jap-vocabs/workflows/deploy/badge.svg?branch=master) | ||
![dev](https://github.com/Darklod/jap-vocabs/workflows/dev/badge.svg?branch=develop) | ||
![codecov](https://codecov.io/gh/Darklod/jap-vocabs/branch/develop/graph/badge.svg?token=C4RT80DY1S) | ||
![Flutter version](https://img.shields.io/badge/flutter-v1.22.2-blue?logo=flutter) | ||
![style: pedantic](https://img.shields.io/badge/style-pedantic-00b4ab.svg) | ||
[![release](https://github.com/Darklod/jap-vocabs/workflows/release/badge.svg?branch=master)](https://github.com/Darklod/jap-vocabs/actions?query=workflow%3Arelease) | ||
[![dev](https://github.com/Darklod/jap-vocabs/workflows/dev/badge.svg?branch=develop)](https://github.com/Darklod/jap-vocabs/actions?query=workflow%3Adev) | ||
[![codecov](https://codecov.io/gh/Darklod/jap-vocabs/branch/develop/graph/badge.svg?token=C4RT80DY1S)](https://codecov.io/gh/Darklod/jap-vocabs) | ||
[![Flutter version](https://img.shields.io/badge/flutter-v1.22.2-blue?logo=flutter)](https://flutter.dev/docs/development/tools/sdk/releases) | ||
[![style: pedantic](https://img.shields.io/badge/style-pedantic-00b4ab.svg)](https://pub.dev/packages/pedantic) | ||
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FDarklod%2Fjap-vocabs.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FDarklod%2Fjap-vocabs?ref=badge_shield) | ||
|
||
### To Do | ||
- [ ] Notifications | ||
- [x] Sorting | ||
- [x] Filter | ||
- [ ] Statistics Page | ||
- [ ] Remove, Update examples | ||
- [ ] Automatic Backups | ||
- [ ] Language localization | ||
- [ ] Redesign Add/Edit Page | ||
|
||
### Folder Structure | ||
|
||
``` | ||
lib | ||
├── components # Common widgets shared between pages | ||
├── database # Database configuration and Dao classes | ||
├── models # Models | ||
├── pages # Page widgets | ||
│ ├─ home | ||
│ │ ├── components # Local widgets used only in the home page | ||
│ │ └── home.dart | ||
│ ├─ details | ||
│ └─ ... | ||
├── redux # Redux folders | ||
│ ├─ actions | ||
│ ├─ reducers | ||
│ ├─ state | ||
│ ├─ thunk | ||
│ └─ store.dart | ||
├── utils # Common functions | ||
├── main.dart | ||
└── routes.dart # Contains the routes and imports all pages. | ||
``` | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.