PixEz Flutter is a third-party Pixiv client built with Flutter that enables direct connection without proxy requirements and supports viewing animated images.
The tool addresses the need for an alternative Pixiv client with particular support for users in mainland China who require direct connectivity. It leverages Flutter's cross-platform capabilities to deliver a native experience across Android, iOS, and Windows. The application uses state management libraries including mobx and provider, and implements custom painting to render ugoira animations natively rather than relying on external playback mechanisms.
Developers should consider this project if they need a Pixiv client for Android or iOS with direct connection support, or if they are interested in examining how Flutter handles platform-specific features through PlatformChannel. The tool is distributed through multiple channels including official app stores for iOS and Android, with GitHub releases and nightly builds available for Windows. This project suits those who want an open-source alternative to the official Pixiv application with enhanced functionality for animated content.
The project maintains active development across multiple platforms with automated build workflows for iOS and Windows. Contributors are actively engaged in the codebase, and the maintainers continue to refine state management approaches by gradually transitioning away from flutter_bloc in favor of other solutions. The project accepts external contributions and maintains documentation in multiple languages to support its international user base.