Skip to content

Commit 0c18576

Browse files
committed
♻️ :: 필요없는 import 삭제
1 parent 4c409d8 commit 0c18576

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ packages:
121121
path: ".."
122122
relative: true
123123
source: path
124-
version: "0.0.1+1"
124+
version: "1.0.1"
125125
leak_tracker:
126126
dependency: transitive
127127
description:

lib/src/core/theme/images/images.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
import 'dart:ui';
2-
3-
import 'package:flutter/cupertino.dart';
1+
import 'package:flutter/material.dart';
42

53
class JusicoolImage {
64
JusicoolImage._();

0 commit comments

Comments
 (0)