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

[CI]: dart analyze --fatal-infos (#954)

This commit is contained in:
Brett Morgan
2021-12-01 13:10:44 +11:00
committed by GitHub
parent b229c5236f
commit bdf7ad36da
7 changed files with 16 additions and 9 deletions

View File

@@ -6,6 +6,7 @@ import 'dart:math' as math;
import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
import 'package:flutter/services.dart' show SystemUiOverlayStyle;
import 'package:linting_tool/layout/adaptive.dart';
import 'package:linting_tool/pages/default_lints_page.dart';
import 'package:linting_tool/pages/home_page.dart';
@@ -103,7 +104,7 @@ class _NavViewState extends State<_NavView> {
),
toolbarHeight: 38.0,
backgroundColor: Colors.white,
brightness: Brightness.light,
systemOverlayStyle: SystemUiOverlayStyle.dark,
),
body: Row(
children: [