mnemonic_phrase 0.1.1 copy "mnemonic_phrase: ^0.1.1" to clipboard
mnemonic_phrase: ^0.1.1 copied to clipboard

Displays a mnemonic phrase / Allows users to provide a mnemonic phrase.

Mnemonic Phrase plugins #

pub package

A flutter package that displays a mnemonic phrase / allows users to provide a mnemonic phrase.

demo

Example #

There are two separate plugins: one for display and one for input. See the full example app in `/example' folder of the repository.

Display #

  MnemonicPhrase(phrase: 'favorite robot woman shy observe crazy prefer script tonight eight actress kit')

Input #

  MnemonicPhraseInput(
    // onPhraseChange is executed every single time the user changes the phrase
    // Will return null if the phrase is incomplete/invalid, otherwise will return a phrase
    onPhraseChange: (value) {
      print(value);
    },
  ),
1
likes
120
pub points
4%
popularity

Publisher

unverified uploader

Displays a mnemonic phrase / Allows users to provide a mnemonic phrase.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

bip39, flutter

More

Packages that depend on mnemonic_phrase