Integrating Flow Blockchain in Flutter

362 Views Asked by At

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?

2

There are 2 best solutions below

0
On

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

0
On

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.