Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kdablabs/library_33880
https://github.com/kdablabs/library_33880
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/kdablabs/library_33880
- Owner: KDABLabs
- Created: 2023-09-21T12:41:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-07T16:16:48.000Z (about 1 year ago)
- Last Synced: 2023-12-08T12:35:24.214Z (about 1 year ago)
- Language: Dart
- Size: 1.66 MB
- Stars: 0
- Watchers: 33
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Entre-deux-mers Libraries
A media manager application for libraries of Entre-deux-mers.
The application allows:- Add one or more accounts
- Switch accounts
- See existing reservations list and details
- See existing loans and details with possibility to extends the loans
- Shortcut to search (open in an external browser)
- Drawer with switching accounts and account informations
- Settings view with accounts edition and re-ordering, light/dark theme## License
Open Source / GPL3
## Icons
* KDE Breeze - LGPL
* https://pxhere.com/en/photo/1039926 - Libre## Authors
* Filipe Azevedo
## Building
You need Dart and Flutter installed, either manually or from the VSCode plugins.
For Android, you would need the NDK / SDK as well as the AVD Manager plugin.
When typing command line commands, ensure to have dart, flutter and the Android SDK / NDK accessible.### Desktop
You need VSCode with Dart and Flutter plugins installed to build for the desktop.
Press F5 from within VSCode or type this command from the source directory:For Linux: `$ flutter build linux`
For windows: `$ flutter build windows`
For macOS: `$ flutter build macos`### Android
For android you woud need the AVD Manager plugin as well.
Type this command from the source directory:`$ flutter build apk --split-per-abi`
## Information
This application started as an education project aiming at discovering Dart & Flutter, it may be imcomplete or break at any time.