web3wallet_ui 0.1.0 copy "web3wallet_ui: ^0.1.0" to clipboard
web3wallet_ui: ^0.1.0 copied to clipboard

Common used Widgets for Web3 Wallet app.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add web3wallet_ui

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  web3wallet_ui: ^0.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:web3wallet_ui/components/MainTabBar.dart';
import 'package:web3wallet_ui/components/accountInfo.dart';
import 'package:web3wallet_ui/components/accountSelectList.dart';
import 'package:web3wallet_ui/components/addressFormItem.dart';
import 'package:web3wallet_ui/components/addressIcon.dart';
import 'package:web3wallet_ui/components/addressInputField.dart';
import 'package:web3wallet_ui/components/borderedTitle.dart';
import 'package:web3wallet_ui/components/currencyWithIcon.dart';
import 'package:web3wallet_ui/components/entryPageCard.dart';
import 'package:web3wallet_ui/components/infoItem.dart';
import 'package:web3wallet_ui/components/infoItemRow.dart';
import 'package:web3wallet_ui/components/inputItem.dart';
import 'package:web3wallet_ui/components/jumpToBrowserLink.dart';
import 'package:web3wallet_ui/components/linearProgressBar.dart';
import 'package:web3wallet_ui/components/listTail.dart';
import 'package:web3wallet_ui/components/outlinedButtonSmall.dart';
import 'package:web3wallet_ui/components/outlinedCircle.dart';
import 'package:web3wallet_ui/components/pageTitleTaps.dart';
import 'package:web3wallet_ui/components/passwordInputDialog.dart';
import 'package:web3wallet_ui/components/roundedButton.dart';
import 'package:web3wallet_ui/components/roundedCard.dart';
import 'package:web3wallet_ui/components/tapTooltip.dart';
import 'package:web3wallet_ui/components/textTag.dart';
import 'package:web3wallet_ui/components/tokenIcon.dart';
import 'package:web3wallet_ui/components/topTaps.dart';
import 'package:web3wallet_ui/components/txButton.dart';
import 'package:web3wallet_ui/components/txDetail.dart';
import 'package:web3wallet_ui/pages/accountListPage.dart';
import 'package:web3wallet_ui/pages/accountQrCodePage.dart';
import 'package:web3wallet_ui/pages/dAppWrapperPage.dart';
import 'package:web3wallet_ui/pages/qrSenderPage.dart';
import 'package:web3wallet_ui/pages/qrSignerPage.dart';
import 'package:web3wallet_ui/pages/scanPage.dart';
import 'package:web3wallet_ui/pages/txConfirmPage.dart';
import 'package:web3wallet_ui/pages/walletExtensionSignPage.dart';
import 'package:web3wallet_ui/ui.dart';
import 'package:web3wallet_ui/utils/format.dart';
import 'package:web3wallet_ui/utils/i18n.dart';
import 'package:web3wallet_ui/utils/i18n/account.dart';
import 'package:web3wallet_ui/utils/i18n/common.dart';
import 'package:web3wallet_ui/utils/index.dart';
import 'package:web3wallet_ui/utils/numberInputFormatter.dart';