Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

v0.3.0

  • v0.3.0
  • e94f1e1
  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
  • Choose a tag to compare

  • v0.3.0
  • e94f1e1
  • Choose a tag to compare

  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@rrousselGit rrousselGit tagged this 01 Jan 22:50
-   Support function callbacks and generic functions:

```dart
@widget
Widget foo<T>(void onTap(T value)) {
    // do something
}
```

-   Updated support for `HookWidget` using new annotation `@hwidget`:

```dart
@hwidget
Widget foo() {
    final counter = useState(0);
    // do something
}
```
Assets 2
Loading