Skip to content

Commit bb8c6bd

Browse files
charafauslightfootthemisir
authored
release 0.4.0 (#903)
* Update pubspec.yaml * Null safety support (#893) * fix: added temporary & env files to .gitignore and updated example/pubspec.yaml * feat: Migrate library and example project to null-safety * Update version to 1.0.0-nullsafety.0 * fix: Update flutter-version in workflows * fix: replace mocktail with mockito * fix: Replace Future<Null> return types with Future<void> * version bump, updated changelog Co-authored-by: Simon Lightfoot <simon@devangels.london> Co-authored-by: Misir Jafarov <misir.ceferov@gmail.com>
1 parent 0932982 commit bb8c6bd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.4.0
2+
- migrated to null safety
3+
14
# 0.3.10+1
25
- fixed android build
36

pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ authors:
88
- Rafal Wachol <gorudonu@gmail.com>
99
- Misir Jafarov <misir@fonibo.com>
1010
homepage: https://github.com/dart-flitter/flutter_webview_plugin
11-
version: 1.0.0-nullsafety.0
11+
version: 0.4.0
12+
1213

1314
environment:
1415
sdk: '>=2.12.0 <3.0.0'

0 commit comments

Comments
 (0)