1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00

Drop author from pubspecs, organise imports (#899)

This commit is contained in:
Brett Morgan
2021-09-22 10:17:05 +10:00
committed by GitHub
parent 297f6b0b96
commit 583457dc75
5 changed files with 5 additions and 7 deletions

View File

@@ -4,12 +4,12 @@
import 'dart:io';
import 'package:html/parser.dart' show parse;
import 'package:path/path.dart' as path;
import 'package:samples_index/src/data.dart';
/// Utilities for generating cookbook article data
import 'package:webdriver/io.dart';
import 'package:html/parser.dart' show parse;
import 'package:path/path.dart' as path;
class CookbookScraper {
late WebDriver _driver;