Make imports safer
This commit is contained in:
parent
b5a9d72fb6
commit
f4206be302
|
@ -1,4 +1,4 @@
|
|||
import 'package:flutter/foundation.dart';
|
||||
import 'package:flutter/foundation.dart' show required;
|
||||
|
||||
import '../models/comment.dart';
|
||||
import 'main.dart';
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import 'package:flutter/foundation.dart';
|
||||
import 'package:flutter/foundation.dart' show required;
|
||||
|
||||
import '../models/post.dart';
|
||||
import 'main.dart';
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import 'package:flutter/foundation.dart';
|
||||
import 'package:flutter/foundation.dart' show required;
|
||||
import 'package:lemmur/client/models/captcha.dart';
|
||||
import 'package:lemmur/client/models/comment.dart';
|
||||
import 'package:lemmur/client/models/user.dart';
|
||||
|
|
Loading…
Reference in New Issue