feat: Add sign out confirmation dialog and success snackbar
Introduces a confirmation dialog before signing out in the client settings page and displays a snackbar upon successful sign out. Also updates a slivers list to use explicit type annotation for consistency.
This commit is contained in:
@@ -59,7 +59,7 @@ class ClientHubsPage extends StatelessWidget {
|
||||
body: Stack(
|
||||
children: <Widget>[
|
||||
CustomScrollView(
|
||||
slivers: [
|
||||
slivers: <Widget>[
|
||||
_buildAppBar(context),
|
||||
SliverPadding(
|
||||
padding: const EdgeInsets.symmetric(
|
||||
|
||||
Reference in New Issue
Block a user