-
Notifications
You must be signed in to change notification settings - Fork 866
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
migrating your code #29
Comments
The code is still not updated! |
Closed
Try import 'package:meta/meta.dart';
@immutable
class Question {
final String questionText;
final bool questionAnswer;
const Question(this.questionText, this.questionAnswer);
} |
Hi, Does anyone know if there is a guide anywhere on how to migrate the code? I am really struggling to get this app to work on the latest Android Studio. Thanks a lot |
To pass null fnctions |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
will you please upgrade your code... and migrate to new flutter? I just reach section 10 and i was build my code as a new project for every single app that you give us. i just take the assets and images from your reposirty. and i got stucked at section 9 cause the nullable saftey until i search about it so when i change the Color to Color? and int to int? the function biuldKey run as good. so please update your codes for new students. thank you.
The text was updated successfully, but these errors were encountered: