fenchai
fenchai
this is an example of Historical Rates Enpoint api call (neglected optional pars): `https://api.exchangerate.host/2022-06-13&base=USD&symbols=USD,CNY,CAD` [Historical Rates Enpoint](https://api.exchangerate.host/2022-06-13&base=USD&symbols=USD,CNY,CAD) and this is an example for Timeseries Endpoint api call (optional pars works):...
if percent is 0.4 then animate from 1.0 to 0.4 instead of 0.0 to 0.4. is this possible?
not sure if it's possible to implement but after navigating to another page, the windowCaption dissappears for obvious reasons, any way to pin it?
onClipboardChanged: `Unhandled Exception: PlatformException(Clipboard error, Unable to open clipboard, 5, null)` but the clipboard does print? what is this error for? ```Dart @override void onClipboardChanged() async { ClipboardData? newClipboardData =...