jcblancomartinez

Results 14 issues of jcblancomartinez

## Flutter Sound Version : - **FULL** or **LITE** flavor ? FULL - **Important**: Result of the command : ```flutter pub deps | grep flutter_sound``` |-- flutter_sound 9.1.3 | |--...

maybe bug
Not yet handled

## Flutter Sound Version : - **FULL** or **LITE** flavor ? FULL - **Important**: Result of the command : ```flutter pub deps | grep flutter_sound``` - |-- flutter_sound 9.1.3 |...

maybe bug
Not yet handled

## Flutter Sound Version : - **FULL** or **LITE** flavor ? FULL - **Important**: Result of the command : ```flutter pub deps | grep flutter_sound``` |-- flutter_sound 8.4.1+1 | |--...

maybe bug
Not yet handled

**Is your feature request related to a problem? Please describe.** There is no straight forward solution to display an audio visualizer while recording an audio. **Describe the solution you'd like**...

enhancement
Not yet handled

Hi, I'm getting the following exception when uploading the Lambda using aws-toolkit-eclipse > Failed to upload project to Lambda > The operation cannot be performed at this time. An update...

Hi, I use PersistentTabView.custom because I have my own logic to build the navigation bar widget. We are setting handleAndroidBackButtonPress to true and we expect, whenever the user clicks on...

Hi, Adding support for passing AnalyticsMetadata request parameter to multiple operations (InitiateAuth, RespondToAuthChallenge, SignUp, ConfirmSignUp, ForgotPassword, ConfirmForgotPassword) https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_InitiateAuth.html#CognitoUserPools-InitiateAuth-request-AnalyticsMetadata Thanks. Best Regards.

feature-request
Auth
Analytics

**Steps to reproduce:** 1. Run example from https://pub.dev/packages/video_thumbnail/example. 2. Generate thumbnail data on any video with 1280x720 resolution (i.e. https://user-images.githubusercontent.com/1192455/137946599-3fbcd8fd-ff71-44d4-a19a-beac029f9b7a.mp4) 3. The actual behaviour: - For iOS, thumbnail data is...

Hi, I'm getting the following exception: I/flutter (14998): Bad state: Cannot add event after closing I/flutter (14998): Bad state: Failed to load https://... ``` #0 _StreamController.add (dart:async/stream_controller.dart:595:24) #1 ExtendedNetworkImageProvider._loadNetwork. (package:extended_image_library/src/_network_image_io.dart:243:29)...

Hi, Plugin should be using Arabic numbers for "ar" language code. i.e. it should be "String aboutAMinute(int minutes) => '~1 د';" instead of "String aboutAMinute(int minutes) => '~د ١';". Thanks....

help wanted