Daniel Oliveira

Results 22 issues of Daniel Oliveira

Hey @filiph! I just tried the library on Windows 10 via CMD or POWERSHELL. The "choice arrow" feature didn't work on any cases.

Hello!!! I am developing an app that uses `SvgPicture.network` but I'm having a hard time trying to properly write some widget tests. Anyone gots any advice?

Hello! The banners are working fine, but the rewarded, not showing up. This is my test code: ```dart AdmobReward rewardAd = AdmobReward( adUnitId: testRewardedId, listener: (event, args) { print('GOT EVENT...

Just upgraded to 59.0.4 and my flutter inspector is gone from the lateral tab. Where do I find it now? I am using Intellij Community 2021.2 ![image](https://user-images.githubusercontent.com/1146982/127920496-2a54eab2-5c53-47bf-ae08-8e5d3b95081e.png)

wip

Today `fvm` is already downloadable from chocolatey, but `winget` is now the officially supported package manager for windows (much better, btw). Would be amazing being able to download fvm from...

enhancement

Would be awesome if the generated `dart` file could come already formated via `dart format`!

This is a feature request for adding the 30k icons from streamline 3. https://medium.com/streamline-icons/whats-new-in-streamline-3-0-1439d0951931

When I press my button that start the recording I get this exception: **I am running on a motorola Android device Moto G5S** D/AudioRecorder(29157): Start D/AudioRecorder(29157): /storage/emulated/0.m4a E/AudioRecorder(29157): prepare() failed...

Hello! If the user taps "deny" to both permissions, the app crashes: ``` Process: com.denox.mydenox.v2.dev, PID: 32224 java.lang.RuntimeException: Failure delivering result ResultInfo{who=@android:requestPermissions:, request=200, result=-1, data=Intent { act=android.content.pm.action.REQUEST_PERMISSIONS (has extras) }}...

As of https://rxmarbles.com/#combineLatest Today we have the `Rx.combineLatest2` but this is not an operator itself, it is a static method, thus cannot be chained. Example: ```dart void main(List arguments) async...