-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dart(ambiguous_import) #4
Comments
You can use an import like |
Can we use this in Mobile client code base for iOS and android. |
What are your specific concerns? |
okay thanks for your reply..! |
The name 'Row' is defined in the libraries 'package:flutter/src/widgets/basic.dart' and 'package:mysql1/src/results/row.dart'.dart(ambiguous_import)
is there any solution for this ambiguity error.
my imports are as follow:-
import 'package:flutter/material.dart';
import 'package:mysql1/mysql1.dart' ;
The text was updated successfully, but these errors were encountered: