mirror of
https://github.com/smmarty/friflex_flutter_starter.git
synced 2025-12-22 01:20:46 +00:00
fix(linter): улучшение правил анализа и линтинга (#37)
* fix(linter): улучшение правил анализа и линтинга, добавление исключений и ошибок * fix(tasks): исправления по ревью --------- Co-authored-by: petrovyuri <petrovyuri@example.com>
This commit is contained in:
@@ -631,12 +631,12 @@ void main() {
|
||||
|
||||
// Создаем приложение с кастомными отступами
|
||||
await tester.pumpWidget(
|
||||
MaterialApp(
|
||||
const MaterialApp(
|
||||
home: MediaQuery(
|
||||
data: const MediaQueryData(
|
||||
data: MediaQueryData(
|
||||
padding: EdgeInsets.only(top: 50), // Симулируем статус бар
|
||||
),
|
||||
child: const Scaffold(body: Center(child: Text('Test'))),
|
||||
child: Scaffold(body: Center(child: Text('Test'))),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user