flutter-ddd-firebase-course icon indicating copy to clipboard operation
flutter-ddd-firebase-course copied to clipboard

https://resocoder.com/flutter-firebase-ddd-course

Results 18 flutter-ddd-firebase-course issues
Sort by recently updated
recently updated
newest added

Hello all, I wanted to update this repository while I learned it. You can find updated codes from the repository link: https://github.com/alper-efe-sahin/flutter_firebase_ddd_bloc_2022 Also, you can read about it from the...

Hello, I am struggling a lot since 1 week, to make the whole code compatible with Flutter null safety and new versions of packages. Can you please make a little...

i am getting an error on the emailChanged event. when i type in the textformfield i get Unhandled Exception: type 'Freezed' is not a subtype of type 'ValueObject' of 'other'....

1. Replace builder ExtendedNavigator with AutoRouterDelegate and routeInformationParser in app_widget.dart. 2. Deleted generateNavigationHelperExtension in router.dart. 3. Replaced MaterialRoute with AutoRoute in router.dart. 4. Replaced ExtendedNavigator.of(context).replace with context.router.replace in splash_page.dart. 5....

It is no longer possible to put a primitive value in "autovalidate" of Form What is your recommendation for State value?

I want to moving the code to Flutter 2.2 When I attempt to go on the note detail, I same the TodoListItem Id is null (but it is not null...

════════ Exception caught by widgets library ═══════════════════════════════════════════════════════ The following NoSuchMethodError was thrown building Builder(dirty): The getter 'key' was called on null. Receiver: null Tried calling: key import 'package:auto_route/auto_route.dart'; import 'package:flutter/material.dart';...

as of update 0.18 there's been changes in the way user state is handled. _firebaseAuth.CurrentUser() is no longer usable, CurrentUser is now just a getter. `/// Returns the current [User]...

When you upgraded flutter to version 1.22.0. It will be conflict between Router class in library 'package:flutter/src/widgets/router.dart' and the generated file 'router.gr.dart'. If you are not using the Router class...