jithware
jithware
## 🚀 Feature Requests Add support for getLastKnownPosition in geolocator_web. See https://github.com/Baseflow/flutter-geolocator/blob/main/geolocator_web/lib/geolocator_web.dart#L70
**Steps to reproduce** Execute dart below with [test.zip](https://github.com/brendan-duncan/archive/files/10500348/test.zip) ```dart import 'dart:io'; import 'package:archive/archive_io.dart'; void main() { // Read the Zip file from disk. final bytes = File('test.zip').readAsBytesSync(); // Decode the...
Would like a dart implementation of w3name for use in flutter apps. One can use the [HTTP API](https://web3.storage/docs/reference/w3name-http-api/) which is straightforward, however creating the EncodedRevision as part of the POST...
### Description When a model is already cached, it would be better if the python interface continued to operate even when temporarily offline. Currently when ```model.generate(...)``` is used, a request...
**Describe the bug** When running the example app on web the following errors are produced: ``` The following MissingPluginException was thrown while activating platform stream on channel native_device_orientation_events: MissingPluginException(No implementation...