Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
rk0cc committed Aug 1, 2024
1 parent 1fe4618 commit ef13e80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/src/swatch.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ import 'dart:convert';
import 'package:flutter/services.dart';
import 'package:flutter/widgets.dart'
show Color, ColorSwatch, WidgetsFlutterBinding;
import 'package:http/http.dart' hide delete, head, get, patch, post, put, read, readBytes, runWithClient;
import 'package:http/http.dart'
hide delete, head, get, patch, post, put, read, readBytes, runWithClient;

import 'cache/cache.dart';
import 'cache/exception.dart';
import 'exception.dart';
import 'http/normal.dart'
if (dart.library.js_interop) 'http/web.dart';
import 'http/normal.dart' if (dart.library.js_interop) 'http/web.dart';

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

0 comments on commit ef13e80

Please sign in to comment.