Skip to content

Commit ef13e80

Browse files
committed
Format
1 parent 1fe4618 commit ef13e80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/src/swatch.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ import 'dart:convert';
44
import 'package:flutter/services.dart';
55
import 'package:flutter/widgets.dart'
66
show Color, ColorSwatch, WidgetsFlutterBinding;
7-
import 'package:http/http.dart' hide delete, head, get, patch, post, put, read, readBytes, runWithClient;
7+
import 'package:http/http.dart'
8+
hide delete, head, get, patch, post, put, read, readBytes, runWithClient;
89

910
import 'cache/cache.dart';
1011
import 'cache/exception.dart';
1112
import 'exception.dart';
12-
import 'http/normal.dart'
13-
if (dart.library.js_interop) 'http/web.dart';
13+
import 'http/normal.dart' if (dart.library.js_interop) 'http/web.dart';
1414

1515
const String _src =
1616
"https://raw.githubusercontent.com/ozh/github-colors/master/colors.json";

0 commit comments

Comments
 (0)