simple_dark_mode_webview 0.2.0-nullsafety.0 copy "simple_dark_mode_webview: ^0.2.0-nullsafety.0" to clipboard
simple_dark_mode_webview: ^0.2.0-nullsafety.0 copied to clipboard

outdated

A simple implementation of dark mode or dark theme webview.

[0.2.0-nullsafety.0] - 2021.06.16 #

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