1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-27 14:51:45 +00:00

experimental/linting_tool: dart fix (#915)

This commit is contained in:
Brett Morgan
2021-10-09 03:18:41 +11:00
committed by GitHub
parent 83d3ea99f0
commit e160f5261c
7 changed files with 12 additions and 9 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:http/http.dart' as http;
import 'package:linting_tool/model/rule.dart';
import 'package:linting_tool/repository/api_provider.dart';
import 'package:http/http.dart' as http;
import 'package:yaml/yaml.dart';
class Repository {