Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wgh136/pixes
Unofficial pixiv app
https://github.com/wgh136/pixes
android-app flutter ios-app linux-app macos-app pixiv windows-app
Last synced: about 16 hours ago
JSON representation
Unofficial pixiv app
- Host: GitHub
- URL: https://github.com/wgh136/pixes
- Owner: wgh136
- License: mit
- Created: 2024-05-13T01:36:14.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-12-19T08:47:21.000Z (about 1 month ago)
- Last Synced: 2025-01-13T18:13:29.454Z (8 days ago)
- Topics: android-app, flutter, ios-app, linux-app, macos-app, pixiv, windows-app
- Language: Dart
- Homepage:
- Size: 17.6 MB
- Stars: 132
- Watchers: 2
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pixes
[![flutter](https://img.shields.io/badge/flutter-3.27.0-blue)](https://flutter.dev/)
[![License](https://img.shields.io/github/license/wgh136/pixes)](https://github.com/wgh136/pixes/blob/master/LICENSE)
[![Download](https://img.shields.io/github/v/release/wgh136/pixes)](https://github.com/wgh136/pixes)
[![stars](https://img.shields.io/github/stars/wgh136/pixes)](https://github.com/wgh136/pixes/stargazers)Unofficial Pixiv app, support Windows, Android, iOS, macOS, linux
All main features are implemented.
## Download
Download from [Release](https://github.com/wgh136/pixes/releases)
## Build from source
### Install Flutter
View [Flutter Document](https://flutter.dev/docs/get-started/install)
### Build Android
Put your keystore file (`key.jks`, `key.properties`) in `android/`
Run `flutter build apk`
### Build iOS/Windows/macOS
Run `flutter build ios/windows/macos`
### Build Linux
Use`python3 debian/build.py` to build deb package
For other linux distributions, you can use `flutter build linux` to build.
You must register the `pixiv` scheme in the `.desktop` file, otherwise the login will not work.## Screenshots