dart-bitcoin / bitcoin_flutter

A dart Bitcoin library for Flutter.
MIT License
165 stars 123 forks source link

Work in Production environment? #12

Closed julgq closed 5 years ago

julgq commented 5 years ago

I am working in Flutter App, I need this library to work generating new bitcoin adress, and make transactions.

Do you recommend work in production with this library? Do you know some flutter app using the library in production?

Thanks.

longhoangwkm commented 5 years ago

We are using it on production, For basic functions as generating new bitcoin adress, and make transactions.It's safe to use, another functions i can not make sure 100%. We are trying to improve this lib. Thanks for using this lib, feel free to open if you have any issues.