Miles Adamson
Miles Adamson
``` _audioPlayer = await AudioCache().play("song.mp3); _audioDurationMS = await _audioPlayer.getDuration(); print(_audioDurationMS); ``` The above prints this in debug mode: ``` I/flutter (31709): 110132 ``` And this in release mode: ``` I/flutter...
Unlike flutters `TabController`, `CarouselController` has no getter for the current index. This makes passing a controller into a widget which has a `CarouselSlider` harder to use. Since this is a...
## 🐛 Bug Report NOTE: Yes I saw the closed issue where it was stated this was fixed and yes I'm using the hotfix `location_permissions: 3.0.0+1` ### Expected behavior Upon...
### Issue When an Android device is low on memory, or for whatever reason the OS chooses, the MainActivity can be destroyed when the file picker is opened. When the...
- [x] All new/changed/fixed functionality is covered by tests (or N/A) - [x] I have added documentation for all new/changed functionality (or N/A) ### 📋 Changes - Added `UserProfile.toMap()` method...
### Checklist - [X] The issue can be reproduced in the [auth0_flutter sample app](https://github.com/auth0-samples/auth0-flutter-samples/tree/main/sample) (or N/A). - [X] I have looked into the [Readme](https://github.com/auth0/auth0-flutter/tree/main/auth0_flutter#readme), [Examples](https://github.com/auth0/auth0-flutter/blob/main/auth0_flutter/EXAMPLES.md), and [FAQ](https://github.com/auth0/auth0-flutter/blob/main/auth0_flutter/FAQ.md) and have not...
### Checklist - [X] I have looked into the [Readme](https://github.com/auth0/auth0-flutter/tree/main/auth0_flutter#readme), [Examples](https://github.com/auth0/auth0-flutter/blob/main/auth0_flutter/EXAMPLES.md), and [FAQ](https://github.com/auth0/auth0-flutter/blob/main/auth0_flutter/FAQ.md) and have not found a suitable solution or answer. - [X] I have looked into the [API...
I have an existing project I am trying to migrate from google maps to mapbox. When I add `mapbox_maps_flutter: ^0.5.0` to my pubspec, and `SDK_REGISTRY_TOKEN` to my `gradle.properties` then try...
## Steps to Reproduce 1. Create a stepper with 5+ steps with any title such as "Step Title" 2. Make its direction horizontal 3. The Stepper widget puts step icons...