Patrick Prader

Results 10 comments of Patrick Prader

This issue still exists?! + Fix not compatible with the latest version of Firestore

I wrote some code for this purpose lately (google maps only) Have a look it may help you (-: LatLngBounds bounds = await this.mapController.getVisibleRegion(); LatLng target = LatLng( (bounds.northeast.latitude +...

An helpful approach would be attaching the source to a customer object. ``` final response0 = await Dio().post( 'https://api.stripe.com/v1/customers/${context.read().stripeAccount}/sources', data: {'source': token.tokenId}, options: authHeaderSecret()); final response = await Dio().post('https://api.stripe.com/v1/charges', data:...

@JAVPHP Your solution only one currently working - also downloaded repo and edited local NEEDS TO BE FIXED!!

Use ValueNotifier in combination with ValueListenableBuilder. In CarouselSlider just implement onPageChanged like this: `onPageChanged: (int index, reason) => _valueNotifier.value = index` And then you can just use AnimatedSmoothIndicator with activeIndex...

Same issue here i will update you when I find out a workaround. Update: Video Player was working perfectly beforehand, but suddenly it stooped. I now tried to set all...

Hey sorry for my late reply. I think it should be mentioned in the docs if possible since it's very common use case for basic video editing :)

This issue can easily be fixed by running `ios:dummyAssets` before `ios:icons`. At least it fixed it for me :)