https://github.com/mihalycsaba/snag
Client application for SteamGifts
https://github.com/mihalycsaba/snag
Last synced: 6 months ago
JSON representation
Client application for SteamGifts
- Host: GitHub
- URL: https://github.com/mihalycsaba/snag
- Owner: mihalycsaba
- License: gpl-3.0
- Created: 2025-03-06T16:08:38.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-04-08T16:15:10.000Z (6 months ago)
- Last Synced: 2025-04-11T16:10:45.288Z (6 months ago)
- Language: Dart
- Size: 2.49 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-source-flutter-apps - Snag - Client application for steamgifts.com by [mihalycsaba](https://github.com/mihalycsaba). (Uncategorized / Uncategorized)
README
#  Snag
Client application for [steamgifts.com](https://www.steamgifts.com/). Made with [Flutter 🩵](https://flutter.dev/).
## Screenshots

## Features
- Notificaions for winning, ended giveaways and new messages.
- Notification after having a certain number of points.
- Bookmarking giveaways, discussions, users, games and groups.
- Almost complete functionality of the website is available.## Installation
Minimum Android version: 10
On older versions, you should use: [sg](https://github.com/PrOF-kk/SteamGifts)
You will need a [steamgifts.com](https://www.steamgifts.com/) account to use this app.
Download from [Github](https://github.com/mihalycsaba/snag/releases/latest)
## Updating
You can use [Obtainium](https://github.com/ImranR98/Obtainium) for updates.
Copy the repository URL `https://github.com/mihalycsaba/snag` into the Obtainium Add App page.
You can get prerelease versions with Obtainium by enabling `Include prereleases`.

## Build
The app should always be built with the latest stable version of Flutter.
Latest release was built with: `3.29.3`
## Contributing
Do it with updated plugins `flutter pub upgrade`
Run release.sh to test if it builds.
Explain your pull requests. Try to create separete PRs for each feature or fix.
## TODO
- Creating discussion.
- Creating giveaway.
- Release an iPhone version.