mirror of
https://github.com/flutter/samples.git
synced 2025-11-12 07:48:55 +00:00
Split CI testing based on flutter channels (#651)
This commit is contained in:
@@ -95,7 +95,7 @@ class _SignInButtonState extends State<SignInButton> {
|
||||
}
|
||||
|
||||
void _showError() {
|
||||
Scaffold.of(context).showSnackBar(
|
||||
ScaffoldMessenger.of(context).showSnackBar(
|
||||
SnackBar(
|
||||
content: Text('Unable to sign in.'),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user