moneybutton_flutter_web 0.0.2 copy "moneybutton_flutter_web: ^0.0.2" to clipboard
moneybutton_flutter_web: ^0.0.2 copied to clipboard

outdated

An experimental MoneyButton plugin for Flutter Web

moneybutton_flutter_web #

An experimental MoneyButton plugin for Flutter Web

Usage #

MoneyButton(Map options, (optional) {width: double yourWidth}) #

Options is passed as is to the MoneyButton javascript api. Callbacks are not supported.

example:

container(
  child:MoneyButton({"to": "jonathanaird@moneybutton.com", "amount": 1, "currency": "USD"}, width:300)
  )

Issues #

For some reason the iframe reloads every time the cursor points over another native html element (such as text fields or iframes). If you can figure out why please submit an issue!

1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

An experimental MoneyButton plugin for Flutter Web

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

easy_web_view, flutter

More

Packages that depend on moneybutton_flutter_web