1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-14 11:28:36 +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:
Parker Lougheed
2025-01-06 21:58:52 +08:00
committed by GitHub
parent e36c642199
commit e39638ebff
31 changed files with 65 additions and 52 deletions

View File

@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:compass_app/data/repositories/destination/destination_repository_local.dart';
import 'package:compass_app/data/services/local/local_data_service.dart';
import 'package:compass_app/utils/result.dart';
import 'package:compass_app/data/repositories/destination/destination_repository_local.dart';
import 'package:flutter_test/flutter_test.dart';
import '../../../../testing/utils/result.dart';