Luis
Luis
**enableFreeDriveMode** on **MapBoxOptions** has no effect at all, it seems like an incomplete feature. Am I missing something. Is this going to be a feature any time soon?
The intersection function doesn't return anything when intersecting two MULTILINESTRING, however the spatialite_gui application do returns. I've tested the same query with the same database and the intersection with android-spatialite...
Using [v0.18.3](https://pub.dev/packages/audioplayers/versions/0.18.3) I have the following class: ```dart import 'package:audioplayers/audio_cache.dart'; import 'package:audioplayers/audioplayers.dart'; import 'package:adeptutils/adeptutils.dart'; import 'package:my_app/src/res/res.dart' as R; import 'package:assets_audio_player/assets_audio_player.dart'; class AudioUtils { AssetsAudioPlayer _webAudioPlayer; AudioCache _mobilePlayer; static final _soundParentPath...
This is a feature request to allow developers to opt in to use a proxy server as OneSignal api base url. It happen that OneSignal domains are blocked in some...
This is a feature request to allow developers to opt in to use a proxy server as OneSignal api base url. It happen that OneSignal domains are blocked in some...
I have had problems with the parallax effect (BackdropBottomSheetBehavior) and the (MergedAppBarLayoutBehavior) in some specific devices: LG K20 Android 7.0 and Samsung Note 8 Android 7.0 The Backdrop element doesn't...
- Package migrated to null safety. - Example project upgraded to support Android embedding v2 and Flutter web. changed the version to 1.0.0 to indicate breaking changes.
emptyItemBuilder added to support customizations on empty items when using RatingBar.builder(...) and RatingBarIndicator(...) Useful when you want a rating bar with 5 different symbols for active rating and other 5...
With floor: ^0.7.0 and floor_generator: ^0.7.0 I can not use positional optional parameters in my entity constructors... the code generator always assume the parameters will be defined in the constructor......
Is there any way to get the progress of a file while uploading/downloading, something like `void Function(int count, int total)`?