mirror of
https://github.com/flutter/samples.git
synced 2026-04-27 01:48:21 +00:00
Enable some extra lints for compass app client (#2560)
Enable a few more lints that were mostly followed already for consistency.
This commit is contained in:
@@ -2,16 +2,15 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter_localizations/flutter_localizations.dart';
|
||||
import 'package:provider/provider.dart';
|
||||
|
||||
import 'main_development.dart' as development;
|
||||
import 'routing/router.dart';
|
||||
import 'ui/core/localization/applocalization.dart';
|
||||
import 'ui/core/themes/theme.dart';
|
||||
import 'routing/router.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
import 'ui/core/ui/scroll_behavior.dart';
|
||||
import 'main_development.dart' as development;
|
||||
|
||||
/// Default main method
|
||||
void main() {
|
||||
|
||||
Reference in New Issue
Block a user