We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d80e258 commit a8498faCopy full SHA for a8498fa
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 0.0.4+4
2
+ - Typos readme
3
+
4
## 0.0.4+3
5
- Added more info to the readme and todo list
6
README.md
@@ -35,7 +35,7 @@ Future<void> main() async {
35
}
36
```
37
38
-## Enums are enums and not Strings
+## Enums
39
40
Enums like `document.visibilityState` are `Strings` in JS world,
41
but here we work with enums instead.
pubspec.yaml
@@ -1,6 +1,6 @@
name: js_bindings
description: Complete JS bindings interop with autocomplete and documentation.
-version: 0.0.4+3
+version: 0.0.4+4
repository: https://github.com/jodinathan/js_bindings
environment:
0 commit comments