simple_dark_mode_webview 0.3.3
simple_dark_mode_webview: ^0.3.3 copied to clipboard
A simple implementation of dark mode or dark theme webview. The idea is very simple, this webview wraps the whole html text with a dark mode <body> tag.
0.3.3 2024.08.24 #
- Rollback webview_flutter from 4.9.0 to 3.0.4
- Because the changes are too many and too different.
0.3.2 2024.08.24 #
- update Flutter, Dart, webview_flutter libraries.
- update Android API Level.
0.3.1 2022.01.16 #
- Add ¥ and ¥<haed¥>¥<meta name="viewport"¥> for the new version of webview_flutter.
- Because fonts became very small on the new webview_flutter.
0.3.0 2022.01.12 #
- update webview_flutter version.
- and flutter & Dart's null-safety has become official.
0.2.0-nullsafety.1 2021.06.17 #
- Migration to null-safety.
0.1.5 2021.03.20 #
- update webview_flutter version.
0.1.4+1 2020.05.25 #
- Changed to [Theme.of(context).textTheme.bodyText2],
- As pub.dev has warned 'body1' is deprecated, finally.
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.