{"id":26714257,"url":"https://github.com/dhi13man/gotify_client","last_synced_at":"2025-03-27T13:18:55.191Z","repository":{"id":283838093,"uuid":"953062755","full_name":"Dhi13man/gotify_client","owner":"Dhi13man","description":"A minimal, cross-platform Gotify client UI built with Flutter.","archived":false,"fork":false,"pushed_at":"2025-03-22T13:53:57.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T14:29:33.261Z","etag":null,"topics":["dart","flutter","gotify","gotify-client","messaging","websocket"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Dhi13man.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-22T13:39:26.000Z","updated_at":"2025-03-22T13:54:00.000Z","dependencies_parsed_at":"2025-03-22T14:39:37.978Z","dependency_job_id":null,"html_url":"https://github.com/Dhi13man/gotify_client","commit_stats":null,"previous_names":["dhi13man/gotify_client"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dhi13man%2Fgotify_client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dhi13man%2Fgotify_client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dhi13man%2Fgotify_client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dhi13man%2Fgotify_client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dhi13man","download_url":"https://codeload.github.com/Dhi13man/gotify_client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245850358,"owners_count":20682647,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dart","flutter","gotify","gotify-client","messaging","websocket"],"created_at":"2025-03-27T13:18:54.343Z","updated_at":"2025-03-27T13:18:55.185Z","avatar_url":"https://github.com/Dhi13man.png","language":"Dart","funding_links":["https://img.buymeacoffee.com/button-api/?text=Buy%20me%20an%20Ego%20boost\u0026emoji=%F0%9F%98%B3\u0026slug=dhi13man\u0026button_colour=FF5F5F\u0026font_colour=ffffff\u0026font_family=Lato\u0026outline_colour=000000\u0026coffee_colour=FFDD00****","https://www.buymeacoffee.com/dhi13man"],"categories":[],"sub_categories":[],"readme":"# Gotify Client\n\n[![License](https://img.shields.io/github/license/dhi13man/gotify_client)](https://github.com/Dhi13man/gotify_client/blob/main/LICENSE)\n[![Language](https://img.shields.io/badge/language-Dart-blue.svg)](https://dart.dev)\n[![Language](https://img.shields.io/badge/language-Flutter-blue.svg)](https://flutter.dev)\n[![Contributors](https://img.shields.io/github/contributors-anon/dhi13man/gotify_client?style=flat)](https://github.com/Dhi13man/gotify_client/graphs/contributors)\n[![GitHub forks](https://img.shields.io/github/forks/dhi13man/gotify_client?style=social)](https://github.com/Dhi13man/gotify_client/network/members)\n[![GitHub Repo stars](https://img.shields.io/github/stars/dhi13man/gotify_client?style=social)](https://github.com/Dhi13man/gotify_client/stargazers)\n[![Last Commit](https://img.shields.io/github/last-commit/dhi13man/gotify_client)](https://github.com/Dhi13man/gotify_client/commits/main)\n[![Build, Format, Test](https://github.com/Dhi13man/gotify_client/workflows/Build,%20Format,%20Test/badge.svg)](https://github.com/Dhi13man/gotify_client/actions)\n\n[![\"Buy Me A Coffee\"](https://img.buymeacoffee.com/button-api/?text=Buy%20me%20an%20Ego%20boost\u0026emoji=%F0%9F%98%B3\u0026slug=dhi13man\u0026button_colour=FF5F5F\u0026font_colour=ffffff\u0026font_family=Lato\u0026outline_colour=000000\u0026coffee_colour=FFDD00****)](https://www.buymeacoffee.com/dhi13man)\n\nA minimal, cross-platform Gotify client UI built with Flutter.\n\n## About\n\nThis app provides a clean and intuitive cross-platform interface for [Gotify](https://gotify.net/) - a simple server for sending and receiving push notifications. It allows you to send, receive and manage notifications from your self-hosted Gotify server on Desktop, Android and iOS devices.\n\n## Features\n\n- Connect to your self-hosted Gotify server\n- View and manage notifications\n- Real-time notification delivery via WebSockets\n- Local notification support\n- Secure credential storage\n- Clean, intuitive user interface\n\n## Installation\n\n### Prerequisites\n\n- Flutter SDK (\u003e=2.19.0)\n- Android SDK or Xcode (for iOS builds)\n- A running Gotify server instance\n\n### Building from source\n\n1. Clone the repository:\n\n   ```sh\n   git clone https://github.com/yourusername/gotify_client.git\n   cd gotify_client\n   ```\n\n2. Install dependencies:\n\n   ```sh\n   flutter pub get\n   ```\n\n3. Run the app:\n\n   ```sh\n   flutter run\n   ```\n\n## Usage\n\n1. On first launch, enter your Gotify server URL and credentials\n2. Once connected, you'll receive notifications in real-time\n3. View message history and manage application subscriptions\n\n## Dependencies\n\n- Flutter\n- http: ^0.13.5\n- provider: ^6.0.5\n- shared_preferences: ^2.1.0\n- flutter_secure_storage: ^8.0.0\n- flutter_local_notifications: ^14.1.0\n- web_socket_channel: ^3.0.2\n- intl: ^0.18.0\n- logging: ^1.3.0\n\n## Screenshots\n\n- *Coming soon*\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request. See [CONTRIBUTING.md](CONTRIBUTING.md) for more details.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhi13man%2Fgotify_client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdhi13man%2Fgotify_client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhi13man%2Fgotify_client/lists"}