Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zverik/sonamobi
Flutter app for Sõnaveeb
https://github.com/zverik/sonamobi
eesti eki flutter sonaveeb
Last synced: 9 days ago
JSON representation
Flutter app for Sõnaveeb
- Host: GitHub
- URL: https://github.com/zverik/sonamobi
- Owner: Zverik
- License: isc
- Created: 2024-10-16T13:12:31.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-25T12:19:43.000Z (27 days ago)
- Last Synced: 2024-12-02T07:51:25.541Z (20 days ago)
- Topics: eesti, eki, flutter, sonaveeb
- Language: Dart
- Homepage:
- Size: 241 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Sõnamobi
Mobile user interface for accessing [Sõnaveeb](https://sonaveeb.ee/) dictionary.
Online only. It fetches raw html pages and preprocesses them for displaying.Why is it better:
* Less requests and caching, hence faster answers.
* Easy to operate with one hand.
* Words forms are easier accessible.
* Translate definitions and examples with a tap.
* History and bookmarks.
* Dark mode.
* No tracking.The app is not authorized by EKI, it's an independent work.
## Building instructions
It's a regular Flutter application, so the instructions are as usual. Although
first you need to open your [Google Cloud Console](https://console.cloud.google.com/apis/dashboard),
add a Cloud Translation API, and generate an API key. Then copy
`lib/keys.dart.example` to `lib/keys.dart` and put the key in there.
Finally,flutter pub get
flutter runOr whatever you need.
## Author and License
Written by Ilja Zverev, published under the ISC license.