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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user