Adrian Vintu

Results 23 issues of Adrian Vintu

I see the last version was uploaded on Aug 30, 2018 https://pub.dev/packages/flutter_circular_chart/versions

Sorry, can you please reopen this ticket https://github.com/luanpotter/audioplayers/issues/902? On both Samsung Galaxy S8 and Samsung Galaxy S10 I get full log, as in the first post https://github.com/luanpotter/audioplayers/issues/902#issue-907687734 On the Android...

bug

Using the git example https://github.com/glorylab/wave, I am trying to flip the widget. either by flipping the card ```` Transform( transform: Matrix4.rotationY(math.pi), child: _buildCard( ```` or by flipping the control ```...

I have exported two objects from PowerPoint and ```SvgPicture.asset``` does not display them. I assume it's the same issue as https://github.com/dnfield/flutter_svg/issues/343 and/or https://github.com/dnfield/flutter_svg/issues/136 . Is there a way for you...

Hello, The previous() buttons do not have semantics. Can you please enable them, maybe even translatable? e.g. Next month, Next week You can test semantics using ``` return MaterialApp( showSemanticsDebugger:...

enhancement

Hi guys, I love your script which came along with the Olsen theme. I have just ran into a problem. Open http://c.adrianvintu.net/ and scroll to bottom. The menu will stick...

The widget looks interesting. Are there some people who can provide real life examples where this is used? How does it help that the area is opened below navigation?

I try to play different videos on iphone v15 and i only get an infinite circular widget. When I set link = "" I get no error message, only infinite...

I would like to have a parameter that lets the player play when the app is set to background, by the HOME key.

My app crashed on iOS 13 with this message `Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Attempt to insert non-property list object` The log shows something like this: ```...