Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 821 Bytes

CHANGELOG.md

File metadata and controls

52 lines (33 loc) · 821 Bytes

1.5.0

  • Updated dependencies in pubspec.yaml
  • Changed impl.dart to use the new version of flutter_markdown
  • Removed cupertino_icons
  • Changed .gitignore
  • Added analysis_options.yaml to ignore undefined_prefixed_name warning
  • Updating example

1.4.0-nullsafety

  • Null Safety

1.3.1

  • Removing cupertino_icons

1.3.0

  • Fixing Typo
  • Added onLoaded Callback

1.2.0

  • Support for multiple WebViews on the same screen thanks to @MypaceEngine
  • To have multiple views you need to add a unique key

1.1.2

  • Adding RepaintBoundary

1.1.1

  • Adding Selectable Text

1.1.0

  • Adding Markdown Source
  • Adding Html Source
  • Adding Html Element Source
  • Updating Controller
  • Adding Remote Download
  • Adding Convert to Widgets

1.0.1

  • Added Allow Fullscreen on Web

1.0.0

  • Initial Plugin