simple_dark_mode_webview 0.1.4 simple_dark_mode_webview: ^0.1.4 copied to clipboard
A simple implementation of dark mode or dark theme webview, just for raw HTML text only.
[0.1.3+2] - 2020.04.11 #
- Revert Flutter's minimum version from 1.17.0 to 1.12.13+hotfix.8
- and use [Theme.of(context).textTheme.body1] as long as it can be used.
[0.1.3] - 2020.04.11 #
- Changed Flutter's minimum version from 1.12.13+hotfix.8 to 1.17.0
- Because [Theme.of(context).textTheme.body1] is deprecated with Flutter 1.17.0,
- and [Theme.of(context).textTheme.bodyText2] isn't defined for the class 'TextTheme' with Flutter 1.12.13.
[0.1.2] - 2020.04.11 #
- Responded to health issues.
[0.1.1] - 2020.04.11 #
- Responded to health issues.
[0.1.0] - 2020.04.10 #
- Release public version and responded to health issues.
[0.0.2] - 2020.04.10 #
- Adjusted initial values and comments.
[0.0.1] - 2020.04.09 #
- Releasing first version.