asaarnak

Results 24 comments of asaarnak

`this._set = function (name, value, trackerName) {` should support also _gaMultipleTrackers

Thanks, 1 more thing i stumbled upon is Analytics.trackPage where i wanted to track by tracker name. But by default it tracks all trackers and can't override it.

Currently staying on 7.2.2 and waiting for dependencies to catch up with Kotlin version.

@remonh87 The fix has been merged on 26 Sept. https://github.com/stripe/stripe-react-native/pull/1151 Waiting for a new release.

This has been fixed in isar v4 which is in dev. https://github.com/isar/isar/blame/main/packages/isar_flutter_libs/android/build.gradle#L25-L27

![screenshot from 2018-12-18 09-10-01](https://user-images.githubusercontent.com/808420/50137734-c71d7780-02a4-11e9-8583-fd32848cda11.png)

On picture it shows `10 months ago` Seems like `3.6.1` should have been released instead of `3.5.4`

@danagbemava-nc @jonahwilliams Same exception appeared for us since Flutter 3.7.0. We use Navigator 2.0. Exception appeared randomly, about 3/10 times on cheaper phones when navigating pages very fast. ![image](https://user-images.githubusercontent.com/808420/222090954-684f9014-689f-4b2d-a249-f7ac6fbddb7c.png) Managed...

1. We don't use `allowSnapshotting: false` but it could be set on MaterialPage widget, it could lead to slower performance. 2. We set `useAndroidViewSurface = false` in main.dart like this....