Skip to content

A multiplatform unofficial client for Fox go server (foxwq)

License

Notifications You must be signed in to change notification settings

lukaszlew/openfoxwq_client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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.

About

A multiplatform unofficial client for Fox go server (foxwq)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 97.0%
  • C++ 1.4%
  • CMake 1.1%
  • Ruby 0.2%
  • HTML 0.1%
  • Swift 0.1%
  • Other 0.1%