1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-13 19:08:41 +00:00

[samples_index] updated source code url for form_app (#688)

This commit is contained in:
Tushar Ojha
2021-01-30 02:40:40 +05:30
committed by GitHub
parent 60c5cf97eb
commit 2f6767f95e
4 changed files with 9 additions and 6 deletions

View File

@@ -82,8 +82,8 @@ class UnsplashHomePage extends StatelessWidget {
label: 'About ...',
onClicked: () {
showDialog<void>(
context: context,
builder: (context) => PolicyDialog(),
context: context,
builder: (context) => PolicyDialog(),
);
},
),