encrypt icon indicating copy to clipboard operation
encrypt copied to clipboard

type 'String' is not a subtype of type 'Uint8List'

Open zhao004 opened this issue 4 years ago • 1 comments

搜狗截图20210908161753 搜狗截图20210908161816 搜狗截图20210908161853 How to solve this problem?

zhao004 avatar Sep 08 '21 08:09 zhao004

To convert a String to Uint8List you need to use Uint8List.fromList('your string here'.codeUnits)

ikbendewilliam avatar Oct 05 '21 13:10 ikbendewilliam