Skip to content

Commit 3af5d01

Browse files
author
Farioso Fernando
committed
update example
1 parent 6b83852 commit 3af5d01

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

example/.flutter-plugins-dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"flutter_nfc_reader","path":"D:\\\\Documents\\\\Projects\\\\flutter-nfc-reader-Adding-dart-3-support-\\\\","native_build":true,"dependencies":[]}],"android":[{"name":"flutter_nfc_reader","path":"D:\\\\Documents\\\\Projects\\\\flutter-nfc-reader-Adding-dart-3-support-\\\\","native_build":true,"dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"flutter_nfc_reader","dependencies":[]}],"date_created":"2024-01-11 11:44:41.592946","version":"3.16.5"}
1+
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"flutter_nfc_reader","path":"D:\\\\Documents\\\\Projects\\\\flutter-nfc-reader-Adding-dart-3-support-\\\\","native_build":true,"dependencies":[]}],"android":[{"name":"flutter_nfc_reader","path":"D:\\\\Documents\\\\Projects\\\\flutter-nfc-reader-Adding-dart-3-support-\\\\","native_build":true,"dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"flutter_nfc_reader","dependencies":[]}],"date_created":"2024-01-11 11:51:57.939917","version":"3.16.5"}

example/lib/main.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ class MyApp extends StatelessWidget {
77
@override
88
Widget build(BuildContext context) {
99
return MaterialApp(
10+
theme: ThemeData(useMaterial3: true),
1011
title: 'Material App',
1112
home: Scaffold(
1213
appBar: AppBar(

0 commit comments

Comments
 (0)