0

I am trying to develop a dAPP using the Flow Blockchain in Flutter. I cannot find any library or package that I can use to do so. Is this even possible in Flutter?

mr.SoSerious
  • 121
  • 1
  • 9

2 Answers2

0

You could use flutters HTTP library to make requests to Flows REST API

Merve Sahin
  • 1,008
  • 2
  • 14
  • 26
0

I started to work on a Flow Dart SDK quite a long time ago. The REST API was not available at that time, but you could still do calls via GRPC requests. Check it out - maybe it's something you would be interested in collaborating and we can bring it to finished state.

MaxStarka
  • 71
  • 2