Skip to content

Commit

Permalink
dart format
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRbl committed Oct 3, 2024
1 parent 390b902 commit 1199aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nft_marketplace/lib/screens/home_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class HomeScreen extends StatelessWidget {
ElevatedButton(
onPressed: () async {
final chainId = await WalletKit().provider.chainId();

// ignore: use_build_context_synchronously
ScaffoldMessenger.of(context).showSnackBar(
SnackBar(content: Text('Chain ID: $chainId')),
Expand Down

0 comments on commit 1199aa4

Please sign in to comment.