Skip to content

Commit 617f617

Browse files
removed unnecessary import dart:ui (#55)
The import of 'dart:ui' was unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart'.
1 parent 054e279 commit 617f617

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/src/ast/nodes/enclosure.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import 'dart:ui';
2-
31
import 'package:flutter/material.dart';
42

53
import '../../render/layout/custom_layout.dart';

0 commit comments

Comments
 (0)