androso_isit 1.4.89
androso_isit: ^1.4.89 copied to clipboard
A configurable bootstrap container for Flutter apps. Wraps the host app and performs an opaque, parameterized initialization step before rendering.
1.4.89 #
- Added an optional
colorparameter toAndrosoIsit(default: black). It is applied to the Chrome Custom Tab toolbar, navigation bar and the holding screen background; the tab's light/dark scheme is derived from the color's brightness automatically.
1.4.88 #
- Initial public release.
- Renamed the package to
androso_isitand the widget toAndrosoIsit. - Slimmed the configuration request down to a single
uuidquery parameter; removed all other collected parameters (referrer, AppsFlyer id, conversion data, advertising id, device/locale/battery info). - Removed the
onesignalIdandafDevKeyparameters along with the AppsFlyer, OneSignal, advertising-id, install-referrer, device-info and battery dependencies. - The Android
INTERNETpermission is now bundled with the package and merged into host apps automatically.