Лайк! Подписка! Колокольчик! Очень круто, пиши ещё!!! Привет из Новосибирска!🤝
@ramodisemosuoe45832 жыл бұрын
5 out of 5 for the video. & thanks for going with bloc regarding state management
@rokonrahman53032 жыл бұрын
Good explanation...waiting eagerly for the next tutorial
@maxsumaasqarxodjayeva39842 жыл бұрын
amazing tutorial, i rate this 100 of 100, waiting next part
@شوفسوريا2 жыл бұрын
amazing tutorial
@AJFlutterTutorials2 жыл бұрын
Thank you for the feedback)
@ФерузаЮнусова-ю2г2 жыл бұрын
Thank you for such a free tutorial on YT, I support your efforts and buy some coffee for you)
@AJFlutterTutorials2 жыл бұрын
Thank you)
@adaada80082 жыл бұрын
Hi, so far that tut seems to me very cool, congratz. And yet 2 questions: 1. Why u wrapped in my_drawer ListTiles in GestureDetector since ListTile has own onTap property?:) 2. When app got hot restart recycle bin doesnt persist (the task page does) its state (is that intentional or I have done sth wrong?) update: Alright, as for 2 question I found fix myself -> tasks_bloc, in overriden fromJson method I had to make sth like this: final taskList = (json['allTasks'] as List).map((dynamic task) => Task.fromMap(task as Map)).toList(); final removedTaskList = (json['removedTasks'] as List).map((dynamic task) => Task.fromMap(task as Map)).toList(); return TaskState(allTasks: taskList, removedTasks: removedTaskList);
@AJFlutterTutorials2 жыл бұрын
Hi, that's good you found the answer for the 2nd question. So, answer for the 1st question is: Someone prefer building MyDrawer widget with Row or other widgets instead of TistTile, in that case GestureDetector will help, but in our case you are right, we also can use onTap property of ListTile without wrapping it with GestureDetector, you good :)
@AJFlutterTutorials2 жыл бұрын
in the 2nd question: tasks_bloc file remains the same like this: @override TasksState? fromJson(Map json) { return TasksState.fromMap(json); } @override Map? toJson(TasksState state) { return state.toMap(); } did you check tasks_state file? there are fromMap and toMap functions. chech it and recycle_bin folder also must save it's state
@francescofreddi43742 жыл бұрын
in last step... how you block change state in the Checkbox on recycler bin???
@AJFlutterTutorials2 жыл бұрын
sorry, I couldn't get your question... could you tell me at what minut and seconds you don't understand? and could you describe your question with more details?
@francescofreddi43742 жыл бұрын
@@AJFlutterTutorials nothing... i totally wrong!! great video :)
@razvanbenchia60652 жыл бұрын
great tutorial! next part?
@AJFlutterTutorials2 жыл бұрын
Hi, now we're working on it and try to upload it tomorrow. Please, support us by Liking the tutorials and share them with your friends. Thank you for your patience))
@ravikeshyadav43422 жыл бұрын
Thanks for the video, can I get the code?
@AJFlutterTutorials2 жыл бұрын
Hi, sure, Rate the tutorial from 1 to 5 in the comment, like the video and after that contact to my gmail
@ramodisemosuoe45832 жыл бұрын
@@AJFlutterTutorials hi, what is your email address?
@AJFlutterTutorials2 жыл бұрын
it is there, in the channel about section
@ravikeshyadav43422 жыл бұрын
@@AJFlutterTutorials Hi, there is no email I'd in about section.
@AJFlutterTutorials2 жыл бұрын
@Ravikesh Yadav I checked it using different KZbin account and different device. It didn't appear via mobile phone. Visit there by computer and press 'view email address'
@minhnguyet45332 жыл бұрын
Hi! I can't delete the task, I have compared the file task_bloc and task_event with you but it isn't different. How to fix it?
@AJFlutterTutorials2 жыл бұрын
hi, without seeing your code, it's difficult to say something. Check onPressed functions and other parts, but I think The fastest way is re-watch in 2x speed, pause in every single line of code and compare
@minhnguyet45332 жыл бұрын
@@AJFlutterTutorials Thanks! I will try it
@rokonrahman53032 жыл бұрын
While deleting task from recycle bin instead of removing that it is adding to the list. How can I solve that?
@AJFlutterTutorials2 жыл бұрын
in tasks_bloc file, check OnDeleteEvent with mine, there something might be defferent
@rokonrahman53032 жыл бұрын
@@AJFlutterTutorials it's working fine OnTask screen but not working in the RecycleBin screen...
@hyunkim11589 ай бұрын
4/11 ok
@yakut54 Жыл бұрын
Лайк! Подписка! Колокольчик! Очень круто, пиши ещё!!! Привет из Новосибирска!🤝