Skip to content

Commit

Permalink
Google SHA256 Example
Browse files Browse the repository at this point in the history
  • Loading branch information
diefferson committed Feb 16, 2023
1 parent 6f4c532 commit a2aeb57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ class _MyAppState extends State<MyApp> {
children: <Widget>[
TextFormField(
keyboardType: TextInputType.url,
controller:
TextEditingController(text: "https://google.com"),
decoration: const InputDecoration(
hintText: 'https://yourdomain.com',
labelText: 'URL',
Expand Down Expand Up @@ -140,7 +142,7 @@ class _MyAppState extends State<MyApp> {
TextFormField(
controller: TextEditingController(
text:
"22 79 EB 93 00 E5 60 A6 39 4D C5 78 50 A7 79 30 C1 0D 5C 88 74 55 CD CB F9 01 02 E5 0C 6B 3C 1A"),
"51 E9 01 5F FE FB 79 70 D8 DF 74 BB 46 94 63 72 B1 E3 2B 31 6A 46 F0 C5 36 E7 C1 D4 DD C5 B2 70"),
keyboardType: TextInputType.text,
decoration: const InputDecoration(
hintText: 'OO OO OO OO OO OO OO OO OO OO',
Expand Down

0 comments on commit a2aeb57

Please sign in to comment.