Packt Flutter Web Build a Diary Web App with Flutter and Cloud Firestor-XQZT | Apps-Tutorials | MKV | 7.91 GiB
1 229 kb/s 1920×1080 | AAC 2 CH eng
Another exquisit release
Packt.Flutter.Web.Build.a.Diary.Web.App.with.Flutter.and.Cloud.Firestor-XQZT
Title: Flutter Web - Build a Diary Web App with Flutter and Cloud Firestor
Publisher: Packt
Category: Web Development
Size: 8105M
Files: 14F
Date: 2021-08-25
Course #: 9781803232478
Published: Packt
Updated: N/A
URL: https://www.packtpub.com/video/web_development/9781803232478
Author: Paulo Dichone
Duration: 9 hours 31 minutes
Exer/Code: [X]
Installation:
Unpack that shit, run that shit
Description:
Build adaptive web apps using a single code base
24M 01.01-introduction_and_course_prerequisites.mkv 49M 01.02-what_you_will_be_building_in_this_course.mkv 21M 02.01-set_up_your_windows_machine_for_flutter_web_development.mkv 20M 03.01-set_up_your_mac_machine_for_flutter_web_development.mkv 62M 04.01-set_up_diarybook_project.mkv 67M 04.02-adding_appbar_and_diarybook_logo.mkv 54M 04.03-refactoring_the_mainpage_code.mkv 77M 04.04-adding_a_dropdown_menu.mkv 76M 04.05-changing_the_state_of_the_dropdown_button.mkv 69M 04.06-setting_up_appbars_circular_avatar_and_signout.mkv 80M 05.01-setting_up_the_main_page_body-the_left_side.mkv 85M 05.02-adding_a_datepicker_package.mkv 72M 05.03-adding_a_card_button_and_a_floating_action_button.mkv 47M 05.04-setting_up_a_placeholder_listview-right_side.mkv 173M 06.01-setting_up_firebase_and_firestore_project.mkv 119M 06.02-reading_items_from_firestore.mkv 105M 06.03-setting_up_the_getting_started_page.mkv 105M 06.04-navigating_to_login_page.mkv 151M 06.05-setting_up_the_login_form.mkv 84M 06.06-login_form-creating_the_buildinput_decoration.mkv 99M 06.07-adding_the_password_field_and_refactoring_the_form.mkv 156M 06.08-login_form-adding_validation.mkv 169M 06.09-login_a_user-firebaseauth.mkv 139M 06.10-toggling_create_account_form_and_login_form.mkv 79M 06.11-login_user_and_taking_them_to_the_main_page.mkv 20M 07.01-user_creation_structure.mkv 155M 07.02-crating_a_user_and_adding_to_firestore_users_collection.mkv 110M 07.03-creating_a_user_data_class.mkv 189M 07.04-creating_a_service_class_and_code_refactoring-login_created_for_users_and_showing_them.mkv 313M 07.05-filtering_users_and_showing_names_on_appbar.mkv 104M 07.06-showing_user_avatar_and_changing_the_flutter_web_renderer.mkv 111M 07.07-creating_the_createuserprofile_class.mkv 68M 07.08-constructing_the_createuserprofile_class-dialogs_and_fields.mkv 126M 07.09-updating_a_user_profile.mkv 29M 07.10-code_refactor-update_user_profile_dialog_class.mkv 24M 07.11-signing_user_out.mkv 12M 08.01-introduction-creating_diary_entries.mkv 91M 08.02-diary_entry_alert_dialog-adding_two_buttons.mkv 79M 08.03-diary_entry_alert_dialog-adding_the_image_container.mkv 65M 08.04-diary_entry_alert_dialog-adding_textfields.mkv 36M 08.05-diary_entry_alert_dialog-refactor_code.mkv 113M 08.06-diary_entry_alert_dialog-saving_a_dummy_entry_and_adding_saving_animation.mkv 150M 08.07-creating_the_diary_model_class_and_saving_the_diaries_with_all_fields.mkv 142M 08.08-adding_and_showing_filtered_diaries_by_userid.mkv 101M 08.09-passing_the_date_to_the_dialog.mkv 99M 08.10-showing_and_saving_the_date_along_with_the_diary_entry.mkv 24M 08.11-refactoring_our_diarylistview_code.mkv 134M 09.01-refactoring_and_setting_up_the_diary_listview_card.mkv 85M 09.02-fixing_the_expanding_issues_and_adding_description_and_dummy_image_to_listview_card.mkv 66M 09.03-date_format-show_full_date_and_time.mkv 175M 09.04-adding_an_imagepicker_and_showing_the_picked_image.mkv 344M 09.05-setting_up_firebase_storage_and_the_infrastructure_to_save_images_to_storage.mkv 103M 09.06-saving_and_showing_images_from_cloud_storage.mkv 91M 09.07-deleting_an_entry.mkv 23M 09.08-refactor_our_delete_entry_dialog.mkv 97M 09.09-creating_the_edit-update_dialog_delete_functionality_setup.mkv 115M 09.10-setting_up_the_update-details_dialog.mkv 92M 09.11-fix_overflow_issues_and_adding_futuredelay_when_saving_images-potential_bug_fix.mkv 89M 09.12-refactoring_the_list_card.mkv 86M 10.01-setting_up_the_update_entry_dialog.mkv 52M 10.02-update_dialog-adding_icons_and_image.mkv 68M 10.03-update_dialog-creating_fields_and_pulling_in_the_diary_data.mkv 70M 10.04-update_dialog-refactoring_code.mkv 155M 10.05-update_dialog-setting_up_the_image_picker_and_delete_buttons.mkv 130M 10.06-update_dialog-setting_up_the_update_code.mkv 108M 10.07-fixing_some_null_issues.mkv 63M 10.08-passing_a_widget_as_parameter.mkv 11M 11.01-filtering_entries_by_date.mkv 160M 11.02-setting_up_the_getsamedaydiaries_method.mkv 104M 11.03-indexing_firestore_database_and_checking_that_we_are_filtering_entries.mkv 159M 11.04-setting_up_a_list_of_diaries.mkv 128M 11.05-showing_filtered_diaries_by_date_picked.mkv 132M 11.06-restructuring_the_filtered_diaries_to_be_shown_and_showing_the_empty_diary_card.mkv 161M 11.07-adding_all_entries_to_a_provider_object.mkv 132M 11.08-filtering_diarylist_by_current_user_and_adding_a_user_provider.mkv 11M 12.01-filtering_diary_entries_further-earliest_and_latest.mkv 169M 12.02-filtering_by_latest_and_earliest_added_diaries.mkv 18M 12.03-adding_onpress_to_fab.mkv 77M 12.04-adding_a_delayed_animation_to_the_listview.mkv 146M 13.01-advanced_routing.mkv 66M 13.02-page_not_found_and_restructuring_routing.mkv 8.3M 13.03-final_remarks.mkv 25M 14.01-cli_setup-instructions.mkv 142M 14.02-deploying_the_web_app_to_firebase_hosting.mkv 776K 9781803232478_Code.zip 8.0G total
File: packt.flutter.web.build.a.diary.web.app.with.flutter.and.cloud.firestor-xqzt-sample.mkv Size: 9374480 bytes (8.94 MiB), duration: 00:01:01, avg.bitrate: 1229 kb/s Audio: aac, 48000 Hz, stereo (eng) Video: h264, yuv420p, 1920x1080, 30.00 fps(r) (eng)
Download Packt Flutter Web Build a Diary Web App with Flutter and Cloud Firestor-XQZT ( Size: 7.91 GiB ) :
Filehosts: Nitroflare, DropAPK, Rapidgator
Keywords: Packt, Flutter, Web, Build, Diary, Web, App, with, Flutter, and, Cloud, Firestor, XQZTDownload from Nitroflare
4 Link/s
Download (Filecrypt)
Download (Safelinking)https://nitro.download/view/CD01F1FEE092C41/cieadPaFlWeBuaDiWeApwiFlanClFiXQ.z01
https://nitro.download/view/E61A383724BE3E3/cieadPaFlWeBuaDiWeApwiFlanClFiXQ.z02
https://nitro.download/view/C16CDCF8DBA35E7/cieadPaFlWeBuaDiWeApwiFlanClFiXQ.z03
https://nitro.download/view/67EE84A3D996B8D/cieadPaFlWeBuaDiWeApwiFlanClFiXQ.zipDownload from Rapidgator
4 Link/s
Download (Filecrypt)
Download (Safelinking)https://rapidgator.net/file/9efca9a480e25100532bbc0e45786d69/cieadPaFlWeBuaDiWeApwiFlanClFiXQ.z01.html
https://rapidgator.net/file/cf5dfbbfb4e6c7da8a8de7ba648b1c21/cieadPaFlWeBuaDiWeApwiFlanClFiXQ.z02.html
https://rapidgator.net/file/eee317d3aea07af01ab4ddc83c5111d7/cieadPaFlWeBuaDiWeApwiFlanClFiXQ.z03.html
https://rapidgator.net/file/605b90eed796b61cd827abcab45280dc/cieadPaFlWeBuaDiWeApwiFlanClFiXQ.zip.htmlDownload from DropAPK
4 Link/s
Download (Filecrypt)
Download (Safelinking)https://dropapk.to/qdd38lkjzugh
https://dropapk.to/h3f8c8gzwn69
https://dropapk.to/9boy2sb18e7y
https://dropapk.to/8gyqyv6ifjai