-
Notifications
You must be signed in to change notification settings - Fork 282
WindowMode Configuration #273
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
question
User questions
Comments
I want something like this
|
Solved I using |
@ekasetiawans can you share the code that reads the .json file and sets the |
yes, this is the code https://github.com/ekasetiawans/go-flutter-json-config |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
I want to add window mode configuration that allow user to select fullscreen mode or default mode.
I save the configuration in .json file then I want to load that file on application start and passing value to
options
variable. But, I have problem to achieve it, because I can't create func that returning flutter.windowMode.The text was updated successfully, but these errors were encountered: