Mike Hughes
Mike Hughes
Android Studio shows errors in `AndroidManifest.xml`. These errors are not material and do not cause a problem building the Android app version of the Flutter project. But 'Problems' are shown...
Using v0.3.2, but I noticed on the example app that the star look too 'long' and are not the correct aspect ratio. Animations are being 'squashed in height ie. they...
Just wondering if and when we might get a Null Safe version ?
Continuing to try and get a basic countdown going. Sample code uses the flare speed control example https://github.com/luigi-rosso/flare_control_speed_example/blob/master/lib/main.dart Using flare_flutter 1.7.3 This code never prints"finished": ``` import 'package:flutter/material.dart'; import 'dart:async';...
Thanks for the package but it would be great if the Item height did not have to be of fixed height.
Create a BottomSheet for a Scaffold and show it using showBottomSheet. BottomSheet has an elevation property but his is not respected. If the Scaffold includes a BottomNavigationBar (which also has...
So I'm building for Android TV / Google TV where screens are physically large, but resolutions can be quite low. As a result I have noticed many of my SVG...
Using the **lottie_flutter** package version 0.2.0 and some quite 'famous' Google IO 2018 app lottie animation files. Namely the count down digits here: [Google IO 2018 Open source lottie animation...
rrect.json missing from assets despite being named in the assetNames List in main.dart on line 20. Searched repo for rrect.json and no file found.
Absolutely LUV this package. Combined with `video_player` it provides the best video playing experience for network content I've found ... and I think I've tried them all ❤️ But have...