Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
thl committed Jan 25, 2019
1 parent 6aed4dc commit dbaa627
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/blocs/main_bloc.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import 'dart:collection';

import 'package:azlistview/azlistview.dart';
import 'package:flutter_wanandroid/common/component_index.dart';
import 'package:flutter_wanandroid/data/repository/wan_repository.dart';

Expand Down
2 changes: 1 addition & 1 deletion lib/data/protocol/models.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'package:flukit/flukit.dart';
import 'package:azlistview/azlistview.dart';

class ComData {
int size;
Expand Down

0 comments on commit dbaa627

Please sign in to comment.