Skip to content

Commit

Permalink
fix: Delete unneeded imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrunet committed Jan 17, 2023
1 parent 9d4fd90 commit 541b49c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
12 changes: 6 additions & 6 deletions packages/katana_scoped/example/pubspec.lock
Expand Up @@ -98,7 +98,7 @@ packages:
name: built_value
url: "https://pub.dartlang.org"
source: hosted
version: "8.4.2"
version: "8.4.3"
characters:
dependency: transitive
description:
Expand All @@ -112,7 +112,7 @@ packages:
name: checked_yaml
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.1"
version: "2.0.2"
clock:
dependency: transitive
description:
Expand All @@ -126,7 +126,7 @@ packages:
name: code_builder
url: "https://pub.dartlang.org"
source: hosted
version: "4.3.0"
version: "4.4.0"
collection:
dependency: transitive
description:
Expand Down Expand Up @@ -311,7 +311,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.6.2"
version: "1.7.0"
lints:
dependency: transitive
description:
Expand Down Expand Up @@ -353,7 +353,7 @@ packages:
name: mime
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.3"
version: "1.0.4"
package_config:
dependency: transitive
description:
Expand Down Expand Up @@ -533,7 +533,7 @@ packages:
name: web_socket_channel
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.0"
version: "2.3.0"
yaml:
dependency: transitive
description:
Expand Down
1 change: 0 additions & 1 deletion packages/katana_scoped/lib/src/scoped.dart
Expand Up @@ -153,7 +153,6 @@ class _ScopedWidgetState extends State<ScopedWidget> {
return ScopedWidgetScope(
widget: widget,
child: Scoped(
page: widget.page,
builder: widget.build,
),
);
Expand Down
2 changes: 0 additions & 2 deletions packages/katana_storage/lib/katana_storage.dart
Expand Up @@ -9,10 +9,8 @@
library katana_storage;

import 'dart:async';
import 'dart:typed_data';

import 'package:flutter/foundation.dart';
import 'package:flutter/services.dart';
import 'package:flutter/widgets.dart';
import 'package:katana/katana.dart';

Expand Down

0 comments on commit 541b49c

Please sign in to comment.