appwin_community 0.4.1 copy "appwin_community: ^0.4.1" to clipboard
appwin_community: ^0.4.1 copied to clipboard

Flutter plugin wrapping the native Appwin Community SDK (ADR-0019).

0.4.1 #

  • Fix. AppwinCommunityView crashed the app on Android, in SIGABRT rather than a Dart error: lacking a parent composition context, Compose looked for a lifecycle owner on the root of the view tree, which under Flutter has none. The view now supplies its own.
  • Documentation on the whole public API, up from 52%: what the product is, and every member of the platform interface, the method channel and the profile.

0.4.0 #

  • Version aligned with appwin_core 0.4.0 and its siblings. No change to the API: push tokens are registered through AppwinCore.registerPushToken(), and this package never exposed one of its own.

0.3.0 #

  • New sibling package appwin_notifications: push tokens, automation events and in-app messages. The product existed natively and in React Native but had no Flutter package.

0.2.1 #

  • Real example app: configure, initialise, then render from the answer. It was still the Flutter template, which called neither.
  • Package page: simpler snippets that print the result instead of wiring state, and a clearer note on installing appwin_core (you do not).

0.2.0 #

Breaking. initialize() no longer takes an appId and no longer configures the foundation. Call AppwinCore.instance.configure() first, then initialize(), which answers whether this product may open for your app.

0.1.1 #

  • Package page rewritten for pub.dev: what Appwin is, what this package does, installation, a minimal start, and links to the guide for the rest.
  • Real licence file instead of the Flutter template placeholder.

0.1.0 #

  • First published release.

0.0.2 #

  • Android: the feed, the full-screen presentation and identity go through the native Kotlin SDK. AppwinCommunityView is rendered there in hybrid composition.
  • Depends on appwin_core and re-exports it: AppwinCore.instance.configure comes with this package, one App ID for every product.
  • login replays the session bootstrap on both platforms, so the calls that follow carry the new identity rather than only doing so on iOS.

0.0.1 #

  • Initial version: embeddable native iOS community feed (AppwinCommunityView), full-screen presentation, identity (login, setUser), notification badge.
0
likes
150
points
284
downloads

Documentation

API reference

Publisher

verified publisherappwin.io

Weekly Downloads

Flutter plugin wrapping the native Appwin Community SDK (ADR-0019).

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

appwin_core, flutter, plugin_platform_interface

More

Packages that depend on appwin_community

Packages that implement appwin_community