├── .automation ├── assets │ └── ftcon_banner.jpg ├── generate_markdowns.dart ├── models │ ├── company.dart │ ├── helpers.dart │ ├── hyperlink.dart │ ├── models.dart │ ├── recommendation.dart │ ├── speaker.dart │ └── talk.dart ├── parse_jsons.dart ├── write_agenda.dart ├── write_companies.dart ├── write_descriptions.dart ├── write_formats.dart ├── write_levels.dart ├── write_readme.dart ├── write_recommendations.dart ├── write_rooms.dart ├── write_socials.dart ├── write_speakers.dart └── write_topics.dart ├── .github └── workflows │ └── update_mds.yml ├── .vscode ├── launch.json └── settings.json ├── Agenda.md ├── Companies.md ├── Descriptions.md ├── Formats.md ├── Levels.md ├── README.md ├── Recommendations.md ├── Rooms.md ├── Socials.md ├── Speakers.md ├── Topics.md └── talks ├── _template.txt ├── adding_homescreenwidgets_to_your_flutter_app.json ├── android_platform_views_past,_present,_future.json ├── animation_vs_delivery_do_you_really_have_to_choose.json ├── app_architecture_faster_better_simpler.json ├── automating_accessibility_adoption_in_flutter_with_gemini_ai.json ├── bluetooth_le_audio_broadcast_how_to_build_an_auracast_assistant_app_with_flutter.json ├── boost_your_blocs_with_functional_programming_bloc_lens_in_action.json ├── boosting_map_performance_with_mapbox_and_flutter.json ├── bringing_google_maps_to_flutter_the_power_of_plugins.json ├── building_amazing_flutter_project_with_gemma_a_state_of_the_art_open_model.json ├── building_hyper_casual_games_with_flutter.json ├── building_real_time_audio_video_apps_with_flutter_and_webrtc.json ├── building_resilient_flutter_apps_in_the_new_age_of_non_deterministic_data.json ├── building_with_best_practices_in_flutterflow.json ├── building_your_very_own_devtools_extension.json ├── catlike_development_flutter_for_efficiency.json ├── code_meets_art_flutter_for_creative_coding.json ├── code_quality_gates_for_large_scale_flutter_apps.json ├── compilers_virtual_machines_and_code_analysis_what_makes_dart_and_flutter_run.json ├── creating_figma_plugins_with_flutter.json ├── creating_responsive_uis_and_other_nuances_of_flutter_web.json ├── dart_ffi:_a_beginner's_guide_to_high-performance_integration.json ├── dart_on_the_backend_with_serverpod:_building_interactive_slides_for_tech_talks.json ├── dash_inclusive_adventure_experimenting_with_accessibility_in_flutter_games.json ├── debugging_performance_issues_with_the_flutter_devtools.json ├── demystifying_app_architecture_the_leancode_guide.json ├── developer_diary_journey_of_a_payment_integration.json ├── digital_transformation_of_media_industry_with_flutter.json ├── elevating_javascript_interoperability_with_dart.json ├── enhance_your_flutter_painting_skills.json ├── everything_material_all_at_once.json ├── experimenting_with_modifier_embracing_compose_inspired_ui_in_flutter.json ├── fight_flight_or_fix_winning_the_legacy_flutter_challenge.json ├── flutter_engineering_architectural_path.json ├── flutteristas_panel.json ├── from_touch_to_code_gestures_and_beyond.json ├── get_the_most_out_of_flutter_theming_with_theme_extensions.json ├── hacking_and_protection_of_mobile_apps_and_backend_apis_threat_modeling_exercise.json ├── handling_legacy_apis_with_domain_driven_design_and_reactivity.json ├── how_i_get_your_location_a_story_of_permissions.json ├── implementing_custom_fragment_shaders.json ├── internationalization_and_not_only.json ├── jaspr_unleashing_the_power_of_dart_for_modern_web_development.json ├── lessons_learned_from_crafting_an_in_house_framework_with_over_200_packages.json ├── lessons_learned_from_launching_a_flutter_app_in_production.json ├── level_up_how_i_made_the_top_10_worldwide_at_global_gamers_hackathon.json ├── listen_up_mastering_ab_testing_and_feedback_techniques_in_your_mobile_apps.json ├── live_coding_workshop.json ├── m_ms_your_way_build_a_fun_flutter_powered_candy_dispenser_with_live_treats_on_raspberry_pi_5.json ├── mastering_flutter_firebase_architecting_for_scale_security_savings.json ├── mastering_real_world_use_cases_in_flutter_with_gorouter_and_gorouterbuilder.json ├── migrating_2_million_daily_users_to_flutter_with_50_engineers.json ├── modular_flutter_app_architecture_answering_the_what_when_and_how.json ├── monitor_your_flutter_app_and_see_every_issue.json ├── motion_designer_is_your_best_friend_for_creating_animations.json ├── native_background_processing_with_Flutter.json ├── navigation_in_flutter_the_not_so_obvious_parts.json ├── one_size_doesnt_fit_all_tailoring_flutter_architectures_for_team_and_business_success.json ├── opening_keynote.json ├── palette_panorama_mastering_the_power_of_advance_theming_in_flutter.json ├── please_wait_the_perception_of_time_in_user_interfaces.json ├── presentation_events_a_missing_piece_in_bloc.json ├── realtime_communications_with_flutter.json ├── relaunching_dw_s_connected_tv_experience_with_flutter.json ├── saving_data_before_the_app_getting_killed_easy_state_restoration_with_flutter.json ├── self_host_private_pub_packages.json ├── showing_that_you_care_about_security_openssf_scorecards_for_dart_and_flutter_projects.json ├── simplify_design_systems_and_designer_developer_collaboration_with_widgetbook.json ├── software_correctness.json ├── testing_that_your_app_is_accessible_to_all.json ├── the_flutter_pos_use_cases_on_integrating_pos_hardware_on_android_and_linux.json ├── the_past_present_and_future_of_native_interop.json ├── the_quest_to_display_widget_markers_on_a_map.json ├── the_unique_role_of_a_flutter_competence_lead_in_a_scaling_company.json ├── ubuntu_an_os_experience_built_on_flutter.json ├── unconference_discussion_1_past_present_and_future_of_native_interop.json ├── unconference_discussion_2_sustainable_package_maintenance_models.json ├── unconference_discussion_3_addressing_package_ecosystem_fragmentation.json ├── unleashing_flutter_on_embedded_hardware_with_flutter_pi.json ├── using_rust_in_your_next_flutter_sdk.json ├── white_labelling_apps_a_year_later.json ├── working_with_forms_as_an_ecosystem.json ├── workshop_flutter_for_android_tv_and_apple_tv.json ├── your_ultimate_guide_to_code_generation_productivity_for_dart_and_flutter.json └── zero_runtime_errors_exploring_static_code_analysis_techniques_in_flutter.json /.automation/assets/ftcon_banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/.automation/assets/ftcon_banner.jpg -------------------------------------------------------------------------------- /.automation/generate_markdowns.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/.automation/generate_markdowns.dart -------------------------------------------------------------------------------- /.automation/models/company.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/.automation/models/company.dart -------------------------------------------------------------------------------- /.automation/models/helpers.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/.automation/models/helpers.dart -------------------------------------------------------------------------------- /.automation/models/hyperlink.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/.automation/models/hyperlink.dart -------------------------------------------------------------------------------- /.automation/models/models.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/.automation/models/models.dart -------------------------------------------------------------------------------- /.automation/models/recommendation.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/.automation/models/recommendation.dart -------------------------------------------------------------------------------- /.automation/models/speaker.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/.automation/models/speaker.dart -------------------------------------------------------------------------------- /.automation/models/talk.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/.automation/models/talk.dart -------------------------------------------------------------------------------- /.automation/parse_jsons.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/.automation/parse_jsons.dart -------------------------------------------------------------------------------- /.automation/write_agenda.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/.automation/write_agenda.dart -------------------------------------------------------------------------------- /.automation/write_companies.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/.automation/write_companies.dart -------------------------------------------------------------------------------- /.automation/write_descriptions.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/.automation/write_descriptions.dart -------------------------------------------------------------------------------- /.automation/write_formats.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/.automation/write_formats.dart -------------------------------------------------------------------------------- /.automation/write_levels.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/.automation/write_levels.dart -------------------------------------------------------------------------------- /.automation/write_readme.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/.automation/write_readme.dart -------------------------------------------------------------------------------- /.automation/write_recommendations.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/.automation/write_recommendations.dart -------------------------------------------------------------------------------- /.automation/write_rooms.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/.automation/write_rooms.dart -------------------------------------------------------------------------------- /.automation/write_socials.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/.automation/write_socials.dart -------------------------------------------------------------------------------- /.automation/write_speakers.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/.automation/write_speakers.dart -------------------------------------------------------------------------------- /.automation/write_topics.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/.automation/write_topics.dart -------------------------------------------------------------------------------- /.github/workflows/update_mds.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/.github/workflows/update_mds.yml -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/Agenda.md -------------------------------------------------------------------------------- /Companies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/Companies.md -------------------------------------------------------------------------------- /Descriptions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/Descriptions.md -------------------------------------------------------------------------------- /Formats.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/Formats.md -------------------------------------------------------------------------------- /Levels.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/Levels.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/README.md -------------------------------------------------------------------------------- /Recommendations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/Recommendations.md -------------------------------------------------------------------------------- /Rooms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/Rooms.md -------------------------------------------------------------------------------- /Socials.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/Socials.md -------------------------------------------------------------------------------- /Speakers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/Speakers.md -------------------------------------------------------------------------------- /Topics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/Topics.md -------------------------------------------------------------------------------- /talks/_template.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/_template.txt -------------------------------------------------------------------------------- /talks/adding_homescreenwidgets_to_your_flutter_app.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/adding_homescreenwidgets_to_your_flutter_app.json -------------------------------------------------------------------------------- /talks/android_platform_views_past,_present,_future.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/android_platform_views_past,_present,_future.json -------------------------------------------------------------------------------- /talks/animation_vs_delivery_do_you_really_have_to_choose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/animation_vs_delivery_do_you_really_have_to_choose.json -------------------------------------------------------------------------------- /talks/app_architecture_faster_better_simpler.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/app_architecture_faster_better_simpler.json -------------------------------------------------------------------------------- /talks/automating_accessibility_adoption_in_flutter_with_gemini_ai.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/automating_accessibility_adoption_in_flutter_with_gemini_ai.json -------------------------------------------------------------------------------- /talks/bluetooth_le_audio_broadcast_how_to_build_an_auracast_assistant_app_with_flutter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/bluetooth_le_audio_broadcast_how_to_build_an_auracast_assistant_app_with_flutter.json -------------------------------------------------------------------------------- /talks/boost_your_blocs_with_functional_programming_bloc_lens_in_action.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/boost_your_blocs_with_functional_programming_bloc_lens_in_action.json -------------------------------------------------------------------------------- /talks/boosting_map_performance_with_mapbox_and_flutter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/boosting_map_performance_with_mapbox_and_flutter.json -------------------------------------------------------------------------------- /talks/bringing_google_maps_to_flutter_the_power_of_plugins.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/bringing_google_maps_to_flutter_the_power_of_plugins.json -------------------------------------------------------------------------------- /talks/building_amazing_flutter_project_with_gemma_a_state_of_the_art_open_model.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/building_amazing_flutter_project_with_gemma_a_state_of_the_art_open_model.json -------------------------------------------------------------------------------- /talks/building_hyper_casual_games_with_flutter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/building_hyper_casual_games_with_flutter.json -------------------------------------------------------------------------------- /talks/building_real_time_audio_video_apps_with_flutter_and_webrtc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/building_real_time_audio_video_apps_with_flutter_and_webrtc.json -------------------------------------------------------------------------------- /talks/building_resilient_flutter_apps_in_the_new_age_of_non_deterministic_data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/building_resilient_flutter_apps_in_the_new_age_of_non_deterministic_data.json -------------------------------------------------------------------------------- /talks/building_with_best_practices_in_flutterflow.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/building_with_best_practices_in_flutterflow.json -------------------------------------------------------------------------------- /talks/building_your_very_own_devtools_extension.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/building_your_very_own_devtools_extension.json -------------------------------------------------------------------------------- /talks/catlike_development_flutter_for_efficiency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/catlike_development_flutter_for_efficiency.json -------------------------------------------------------------------------------- /talks/code_meets_art_flutter_for_creative_coding.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/code_meets_art_flutter_for_creative_coding.json -------------------------------------------------------------------------------- /talks/code_quality_gates_for_large_scale_flutter_apps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/code_quality_gates_for_large_scale_flutter_apps.json -------------------------------------------------------------------------------- /talks/compilers_virtual_machines_and_code_analysis_what_makes_dart_and_flutter_run.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/compilers_virtual_machines_and_code_analysis_what_makes_dart_and_flutter_run.json -------------------------------------------------------------------------------- /talks/creating_figma_plugins_with_flutter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/creating_figma_plugins_with_flutter.json -------------------------------------------------------------------------------- /talks/creating_responsive_uis_and_other_nuances_of_flutter_web.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/creating_responsive_uis_and_other_nuances_of_flutter_web.json -------------------------------------------------------------------------------- /talks/dart_ffi:_a_beginner's_guide_to_high-performance_integration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/dart_ffi:_a_beginner's_guide_to_high-performance_integration.json -------------------------------------------------------------------------------- /talks/dart_on_the_backend_with_serverpod:_building_interactive_slides_for_tech_talks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/dart_on_the_backend_with_serverpod:_building_interactive_slides_for_tech_talks.json -------------------------------------------------------------------------------- /talks/dash_inclusive_adventure_experimenting_with_accessibility_in_flutter_games.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/dash_inclusive_adventure_experimenting_with_accessibility_in_flutter_games.json -------------------------------------------------------------------------------- /talks/debugging_performance_issues_with_the_flutter_devtools.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/debugging_performance_issues_with_the_flutter_devtools.json -------------------------------------------------------------------------------- /talks/demystifying_app_architecture_the_leancode_guide.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/demystifying_app_architecture_the_leancode_guide.json -------------------------------------------------------------------------------- /talks/developer_diary_journey_of_a_payment_integration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/developer_diary_journey_of_a_payment_integration.json -------------------------------------------------------------------------------- /talks/digital_transformation_of_media_industry_with_flutter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/digital_transformation_of_media_industry_with_flutter.json -------------------------------------------------------------------------------- /talks/elevating_javascript_interoperability_with_dart.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/elevating_javascript_interoperability_with_dart.json -------------------------------------------------------------------------------- /talks/enhance_your_flutter_painting_skills.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/enhance_your_flutter_painting_skills.json -------------------------------------------------------------------------------- /talks/everything_material_all_at_once.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/everything_material_all_at_once.json -------------------------------------------------------------------------------- /talks/experimenting_with_modifier_embracing_compose_inspired_ui_in_flutter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/experimenting_with_modifier_embracing_compose_inspired_ui_in_flutter.json -------------------------------------------------------------------------------- /talks/fight_flight_or_fix_winning_the_legacy_flutter_challenge.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/fight_flight_or_fix_winning_the_legacy_flutter_challenge.json -------------------------------------------------------------------------------- /talks/flutter_engineering_architectural_path.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/flutter_engineering_architectural_path.json -------------------------------------------------------------------------------- /talks/flutteristas_panel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/flutteristas_panel.json -------------------------------------------------------------------------------- /talks/from_touch_to_code_gestures_and_beyond.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/from_touch_to_code_gestures_and_beyond.json -------------------------------------------------------------------------------- /talks/get_the_most_out_of_flutter_theming_with_theme_extensions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/get_the_most_out_of_flutter_theming_with_theme_extensions.json -------------------------------------------------------------------------------- /talks/hacking_and_protection_of_mobile_apps_and_backend_apis_threat_modeling_exercise.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/hacking_and_protection_of_mobile_apps_and_backend_apis_threat_modeling_exercise.json -------------------------------------------------------------------------------- /talks/handling_legacy_apis_with_domain_driven_design_and_reactivity.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/handling_legacy_apis_with_domain_driven_design_and_reactivity.json -------------------------------------------------------------------------------- /talks/how_i_get_your_location_a_story_of_permissions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/how_i_get_your_location_a_story_of_permissions.json -------------------------------------------------------------------------------- /talks/implementing_custom_fragment_shaders.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/implementing_custom_fragment_shaders.json -------------------------------------------------------------------------------- /talks/internationalization_and_not_only.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/internationalization_and_not_only.json -------------------------------------------------------------------------------- /talks/jaspr_unleashing_the_power_of_dart_for_modern_web_development.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/jaspr_unleashing_the_power_of_dart_for_modern_web_development.json -------------------------------------------------------------------------------- /talks/lessons_learned_from_crafting_an_in_house_framework_with_over_200_packages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/lessons_learned_from_crafting_an_in_house_framework_with_over_200_packages.json -------------------------------------------------------------------------------- /talks/lessons_learned_from_launching_a_flutter_app_in_production.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/lessons_learned_from_launching_a_flutter_app_in_production.json -------------------------------------------------------------------------------- /talks/level_up_how_i_made_the_top_10_worldwide_at_global_gamers_hackathon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/level_up_how_i_made_the_top_10_worldwide_at_global_gamers_hackathon.json -------------------------------------------------------------------------------- /talks/listen_up_mastering_ab_testing_and_feedback_techniques_in_your_mobile_apps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/listen_up_mastering_ab_testing_and_feedback_techniques_in_your_mobile_apps.json -------------------------------------------------------------------------------- /talks/live_coding_workshop.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/live_coding_workshop.json -------------------------------------------------------------------------------- /talks/m_ms_your_way_build_a_fun_flutter_powered_candy_dispenser_with_live_treats_on_raspberry_pi_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/m_ms_your_way_build_a_fun_flutter_powered_candy_dispenser_with_live_treats_on_raspberry_pi_5.json -------------------------------------------------------------------------------- /talks/mastering_flutter_firebase_architecting_for_scale_security_savings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/mastering_flutter_firebase_architecting_for_scale_security_savings.json -------------------------------------------------------------------------------- /talks/mastering_real_world_use_cases_in_flutter_with_gorouter_and_gorouterbuilder.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/mastering_real_world_use_cases_in_flutter_with_gorouter_and_gorouterbuilder.json -------------------------------------------------------------------------------- /talks/migrating_2_million_daily_users_to_flutter_with_50_engineers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/migrating_2_million_daily_users_to_flutter_with_50_engineers.json -------------------------------------------------------------------------------- /talks/modular_flutter_app_architecture_answering_the_what_when_and_how.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/modular_flutter_app_architecture_answering_the_what_when_and_how.json -------------------------------------------------------------------------------- /talks/monitor_your_flutter_app_and_see_every_issue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/monitor_your_flutter_app_and_see_every_issue.json -------------------------------------------------------------------------------- /talks/motion_designer_is_your_best_friend_for_creating_animations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/motion_designer_is_your_best_friend_for_creating_animations.json -------------------------------------------------------------------------------- /talks/native_background_processing_with_Flutter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/native_background_processing_with_Flutter.json -------------------------------------------------------------------------------- /talks/navigation_in_flutter_the_not_so_obvious_parts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/navigation_in_flutter_the_not_so_obvious_parts.json -------------------------------------------------------------------------------- /talks/one_size_doesnt_fit_all_tailoring_flutter_architectures_for_team_and_business_success.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/one_size_doesnt_fit_all_tailoring_flutter_architectures_for_team_and_business_success.json -------------------------------------------------------------------------------- /talks/opening_keynote.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/opening_keynote.json -------------------------------------------------------------------------------- /talks/palette_panorama_mastering_the_power_of_advance_theming_in_flutter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/palette_panorama_mastering_the_power_of_advance_theming_in_flutter.json -------------------------------------------------------------------------------- /talks/please_wait_the_perception_of_time_in_user_interfaces.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/please_wait_the_perception_of_time_in_user_interfaces.json -------------------------------------------------------------------------------- /talks/presentation_events_a_missing_piece_in_bloc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/presentation_events_a_missing_piece_in_bloc.json -------------------------------------------------------------------------------- /talks/realtime_communications_with_flutter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/realtime_communications_with_flutter.json -------------------------------------------------------------------------------- /talks/relaunching_dw_s_connected_tv_experience_with_flutter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/relaunching_dw_s_connected_tv_experience_with_flutter.json -------------------------------------------------------------------------------- /talks/saving_data_before_the_app_getting_killed_easy_state_restoration_with_flutter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/saving_data_before_the_app_getting_killed_easy_state_restoration_with_flutter.json -------------------------------------------------------------------------------- /talks/self_host_private_pub_packages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/self_host_private_pub_packages.json -------------------------------------------------------------------------------- /talks/showing_that_you_care_about_security_openssf_scorecards_for_dart_and_flutter_projects.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/showing_that_you_care_about_security_openssf_scorecards_for_dart_and_flutter_projects.json -------------------------------------------------------------------------------- /talks/simplify_design_systems_and_designer_developer_collaboration_with_widgetbook.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/simplify_design_systems_and_designer_developer_collaboration_with_widgetbook.json -------------------------------------------------------------------------------- /talks/software_correctness.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/software_correctness.json -------------------------------------------------------------------------------- /talks/testing_that_your_app_is_accessible_to_all.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/testing_that_your_app_is_accessible_to_all.json -------------------------------------------------------------------------------- /talks/the_flutter_pos_use_cases_on_integrating_pos_hardware_on_android_and_linux.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/the_flutter_pos_use_cases_on_integrating_pos_hardware_on_android_and_linux.json -------------------------------------------------------------------------------- /talks/the_past_present_and_future_of_native_interop.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/the_past_present_and_future_of_native_interop.json -------------------------------------------------------------------------------- /talks/the_quest_to_display_widget_markers_on_a_map.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/the_quest_to_display_widget_markers_on_a_map.json -------------------------------------------------------------------------------- /talks/the_unique_role_of_a_flutter_competence_lead_in_a_scaling_company.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/the_unique_role_of_a_flutter_competence_lead_in_a_scaling_company.json -------------------------------------------------------------------------------- /talks/ubuntu_an_os_experience_built_on_flutter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/ubuntu_an_os_experience_built_on_flutter.json -------------------------------------------------------------------------------- /talks/unconference_discussion_1_past_present_and_future_of_native_interop.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/unconference_discussion_1_past_present_and_future_of_native_interop.json -------------------------------------------------------------------------------- /talks/unconference_discussion_2_sustainable_package_maintenance_models.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/unconference_discussion_2_sustainable_package_maintenance_models.json -------------------------------------------------------------------------------- /talks/unconference_discussion_3_addressing_package_ecosystem_fragmentation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/unconference_discussion_3_addressing_package_ecosystem_fragmentation.json -------------------------------------------------------------------------------- /talks/unleashing_flutter_on_embedded_hardware_with_flutter_pi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/unleashing_flutter_on_embedded_hardware_with_flutter_pi.json -------------------------------------------------------------------------------- /talks/using_rust_in_your_next_flutter_sdk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/using_rust_in_your_next_flutter_sdk.json -------------------------------------------------------------------------------- /talks/white_labelling_apps_a_year_later.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/white_labelling_apps_a_year_later.json -------------------------------------------------------------------------------- /talks/working_with_forms_as_an_ecosystem.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/working_with_forms_as_an_ecosystem.json -------------------------------------------------------------------------------- /talks/workshop_flutter_for_android_tv_and_apple_tv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/workshop_flutter_for_android_tv_and_apple_tv.json -------------------------------------------------------------------------------- /talks/your_ultimate_guide_to_code_generation_productivity_for_dart_and_flutter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/your_ultimate_guide_to_code_generation_productivity_for_dart_and_flutter.json -------------------------------------------------------------------------------- /talks/zero_runtime_errors_exploring_static_code_analysis_techniques_in_flutter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bizz84/ftcon24eu_talks/HEAD/talks/zero_runtime_errors_exploring_static_code_analysis_techniques_in_flutter.json --------------------------------------------------------------------------------