mirror of
https://github.com/smmarty/friflex_flutter_starter.git
synced 2025-12-22 01:20:46 +00:00
refactor(app_snackbar): Изменить стиль снекбара, улучшив его внешний вид. (#11)
Co-authored-by: PetrovY <y.petrov@friflex.com>
This commit is contained in:
@@ -67,6 +67,13 @@ class DebugScreen extends StatelessWidget {
|
||||
},
|
||||
child: const Text('Экран локализации'),
|
||||
),
|
||||
const HBox(16),
|
||||
ElevatedButton(
|
||||
onPressed: () {
|
||||
context.pushNamed(DebugRoutes.componentsScreenName);
|
||||
},
|
||||
child: const Text('Экран компонентов'),
|
||||
),
|
||||
const HBox(22),
|
||||
const Text('Имитирование ошибок:'),
|
||||
const HBox(16),
|
||||
|
||||
Reference in New Issue
Block a user