WalletConnect / WalletConnectModalFlutter

The WalletConnectModal for WalletConnect built using Flutter.
https://pub.dev/packages/walletconnect_modal_flutter
Apache License 2.0
20 stars 18 forks source link

Missing example/sign/lib/models/eth/ethereum_transaction.g.dart #12

Closed bobwith2bees closed 1 year ago

bobwith2bees commented 1 year ago

Looks like a model with Json Serialization preprocessing was introduced recently, without the corresponding generated code.

Workaround (these lines are in the top level project pubspec.yaml if my notes are too terse): In example/sign/pubspec.yaml

From example/sign directory

flutter clean
flutter pub get
flutter pub run build_runner build --delete-conflicting-outputs
Luzzotica commented 1 year ago

Resolved.