-
Notifications
You must be signed in to change notification settings - Fork 137
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
'onGenerateRoute: Router.generateRoute' #13
Comments
Rename Router to ModularRouter |
visit me download corrected to stable version |
Actually I did that renaming .
Again
Thank you
…On Sun, Feb 14, 2021, 4:44 PM aleksandrguru ***@***.***> wrote:
visit me download corrected to stable version
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQLACG5GCIYNFXMY2CQ7P2TS67EEJANCNFSM4XSJ6FGQ>
.
|
I change import 'package:flutter_music_app/config/router_manager.dart'; to import 'package:flutter_music_app/config/router_manager.dart' as R; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
'onGenerateRoute: Router.generateRoute'
this line has an error message describes as follow :
error: The name 'Router' is defined in the libraries 'package:flutter/src/widgets/router.dart' and 'package:flutter_music_app/config/router_manager.dart'. (ambiguous_import at [flutter_music_app] lib\main.dart:47)
what should i do?
The text was updated successfully, but these errors were encountered: