随笔分类 - flutter+dart
摘要:https://blog.csdn.net/little_story/article/details/86543220 https://blog.csdn.net/u011728347/article/details/80664643 https://blog.csdn.net/weixin_342
阅读全文
摘要:https://askubuntu.com/questions/790633/the-o-parameter-in-aria2c-cant-rename-the-downloaded-file You are out of luck when attempting to rename .torren
阅读全文
摘要:https://stackoverflow.com/questions/54300081/flutter-popupmenu-on-long-press The OP and the First Answerer bypassed the original problem using PopupMe
阅读全文
摘要:https://github.com/dart-lang/web_socket_channel/issues/38 yes, my workaround is to create a WebSocket directly. Something like: Then I wrap this in a
阅读全文
摘要:import 'dart:io';import 'dart:convert';main()async{ File a = File('C:\\aria2\\1.txt'); var c = read(a); print(c); var d = utf8.decode(c); print(d);// await a.writeAsBytes(c+'\ntest');// print(r...
阅读全文
摘要:https://github.com/q3aql/aria2-static-builds https://github.com/aria2/aria2/issues/781
阅读全文
摘要:aria2c --conf-path=aria2.conf mine: 下面的懒得删了, from internet below, another one:
阅读全文
摘要:https://blog.csdn.net/suyimin2010/article/details/80552392 https://flutterchina.club/cookbook/networking/web-sockets/ https://www.jianshu.com/p/8f4ddf
阅读全文
摘要:https://stackoverflow.com/questions/52670255/flutter-json-rpc-2-implementation import 'dart:convert'; import 'package:flutter/material.dart'; import 'package:json_rpc_2/json_rpc_2.dart' as json_rpc;...
阅读全文
摘要:WRITE_EXTERNAL_STORAGE
阅读全文
摘要:https://github.com/aria2/aria2/issues/361 ... and also make sure that aria2 was built with HTTPS support.Run aria2c -v and check Libraries:. If you do
阅读全文
摘要:https://www.jianshu.com/p/8124b5b6ef95https://quan.ithome.com/0/331/853.htmhttp://www.360doc.com/content/18/0707/23/56810834_768650003.shtml ***** htt
阅读全文
摘要:import 'package:flutter/material.dart'; import 'dart:io'; import 'dart:async'; import 'package:rxdart/rxdart.dart'; import 'package:path_provider/path_provider.dart'; import 'package:path/path.dart';...
阅读全文
摘要:https://stackoverflow.com/questions/20201067/ffmpeg-executable-chmod-permission Your Android app must have permissions to read and write to storage, i
阅读全文
摘要:Possibly you placed it on your sdcard -- which is mounted with the noexec flag. You either need to move it into the phone's internal storage, or run i
阅读全文
摘要:import 'package:flutter/material.dart'; import 'package:sensors/sensors.dart'; import 'package:permission_handler/permission_handler.dart'; import 'dart:async'; import 'dart:math'; main()=>runAp...
阅读全文
摘要:import io,,,,,,, from https://pub.dev/packages/large_file_copy
阅读全文
浙公网安备 33010602011771号