Skip to content
This repository has been archived by the owner on Dec 4, 2022. It is now read-only.

failed to correctly move this field init #6

Closed
gslender opened this issue Jun 21, 2022 · 2 comments · Fixed by #7 or gmlewis/flutter-stylizer#33
Closed

failed to correctly move this field init #6

gslender opened this issue Jun 21, 2022 · 2 comments · Fixed by #7 or gmlewis/flutter-stylizer#33
Assignees

Comments

@gslender
Copy link

The current release failed to order this field correctly....

 final Map<String, dynamic> _initialValues = kReleaseMode
      ? {}
      : {
          'hubType': 'test',
          'ht.localIP': '192.168.1.1',
          'ht.makerAppID': '2233',
          'ht.accessToken': '7de3-yyyyyy-xxxxxxxxxxx',
        };
@gmlewis
Copy link
Owner

gmlewis commented Jun 22, 2022

@gslender - this should be fixed now in the latest release:
https://github.com/gmlewis/go-flutter-stylizer/releases/tag/v0.1.11

Please try it out and let me know if there are still any issues with it.

Thank you for the report, and I apologize for the bug.

@gslender
Copy link
Author

Yes fixed. Issue can be closed. Great work :-)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants