Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
/ openfoxwq_client Public archive

A multiplatform unofficial client for Fox go server (foxwq)

License

Notifications You must be signed in to change notification settings

openfoxwq/openfoxwq_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openfoxwq_client

chat on Discord Buy Me A Coffee

A multiplatform unofficial client for Fox go server (foxwq) written in Flutter.

The web version is currently hosted at https://openfoxwq.com.

Native builds for Mac available at openfoxwq_dist repository.

Screenshots

alt text alt text

Development

I use the beta channel for Flutter. There are two environment variables which can be helpful during development:

  • MOCK_UI: a boolean flag to control whether the application is launched in mock UI mode. In this mode, the application doesn't connect to the backend but instead uses mock data to display relevant parts of the UI which can be modified and hot-reloaded for fast development. It can be used from the terminal
    $ flutter run --dart-define=MOCK_UI=true
    or setup in your code editor (e.g. VSCode).
  • PROXY_URL: overrides the URL of the proxy. By default it uses the production backend endpoint. Currently the proxy is not open-source, though.