SwiftyFlow
SwiftyFlow
## 💬 Questions and Help I'm struggling to get the user speed. ```dart double velocity = 0; @override void initState() { _determinePosition(); //just for authorisations Geolocator.getPositionStream( locationSettings: const LocationSettings( accuracy:...
Do we agree that UserAccelerometerEvent will NOT give me the user current speed if in a car? It gives the speed at which the device travels to if I throw...
Seen that before on qr_code_scanner...
with the following: class _ProjectsState extends State { bool isShowingFavorites = false; late ShakeDetector detector;
Hi there, It looks promising however when I install via cocoapod it get v0.1.0 which is missing 'clientID'. So I tried your example project, run the pod install on it...
I tried hard to put some shadow (or the elevation at 6 like FABs) to the MaterialSegmentedControl() but I always end up with a too big and/or wrong shape container...
I have a TextFormField in a Container in a Form and if I try to paste something the dialog box is dark background with dark text and this without me...
I have an app that is by design always limited to `DeviceOrientation.portraitUp`. We don't allow any other orientations except for one screen, which is used as PDF or Image viewer,...
The title is pretty self-explanatory but here is why... I want the user to be able to write something along picking an image. I have to offset the image preview...