Skip to content
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

Class 'Done' is not defined #1

Closed
dennis9352 opened this issue Sep 30, 2022 · 1 comment
Closed

Class 'Done' is not defined #1

dennis9352 opened this issue Sep 30, 2022 · 1 comment

Comments

@dennis9352
Copy link

I tried your example code but it says Done class is not defined.

MaterialApp(
      home: SplashView(
        backgroundColor: Colors.red,
        loadingIndicator: RefreshProgressIndicator(),
        logo: FlutterLogo(),
        done: Done(Home()), // error
      ),
    ),
The function 'Done' isn't defined.
Try importing the library that defines 'Done', correcting the name to the name of an existing function, or defining a function named 'Done'.
@chouhan-rahul
Copy link
Owner

Thank you for reporting. The problem has been fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants