New post on /r/flutterdev subreddit:
Is it hard to get a job without some degree?
What should i do to get a job in the field, rather remote. I was in web dev and I got huge break from it. I build app from tutorial and right now im gonna try to use riverpod. I was Ruby developer back in the day. Do I need to also be designer? submitted by /u/Administrative_Net80 [link] ... https://www.reddit.com/r/FlutterDev/comments/12jq6g1/is_it_hard_to_get_a_job_without_some_degree/
Is it hard to get a job without some degree?
What should i do to get a job in the field, rather remote. I was in web dev and I got huge break from it. I build app from tutorial and right now im gonna try to use riverpod. I was Ruby developer back in the day. Do I need to also be designer? submitted by /u/Administrative_Net80 [link] ... https://www.reddit.com/r/FlutterDev/comments/12jq6g1/is_it_hard_to_get_a_job_without_some_degree/
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
I can't get myself to like Flutter
Flutter has been gaining popularity lately, this framework made by Google that lets you make cross platform apps. It sounded promising and I really gave it a chance. But I'm about to throw in the towel and switch back to RN, after spending a good month or so no progress has been made and I'm... https://www.reddit.com/r/FlutterDev/comments/12k8ny1/i_cant_get_myself_to_like_flutter/
I can't get myself to like Flutter
Flutter has been gaining popularity lately, this framework made by Google that lets you make cross platform apps. It sounded promising and I really gave it a chance. But I'm about to throw in the towel and switch back to RN, after spending a good month or so no progress has been made and I'm... https://www.reddit.com/r/FlutterDev/comments/12k8ny1/i_cant_get_myself_to_like_flutter/
Reddit
From the FlutterDev community on Reddit: I can't get myself to like Flutter
Posted by s1nistr4 - No votes and 89 comments
New post on /r/flutterdev subreddit:
Generating HTTP Signature/Hash on the Client with Dart
Have you ever come across an android app - built with Flutter - that signs HTTP requests? Is it possible to identify how the hash is calculated? Context: I am testing an app but unable to successfully modify (change parameter or some header values) the requests. The original request works. Each... https://www.reddit.com/r/FlutterDev/comments/12kngp1/generating_http_signaturehash_on_the_client_with/
Generating HTTP Signature/Hash on the Client with Dart
Have you ever come across an android app - built with Flutter - that signs HTTP requests? Is it possible to identify how the hash is calculated? Context: I am testing an app but unable to successfully modify (change parameter or some header values) the requests. The original request works. Each... https://www.reddit.com/r/FlutterDev/comments/12kngp1/generating_http_signaturehash_on_the_client_with/
Reddit
From the FlutterDev community on Reddit: Generating HTTP Signature/Hash on the Client with Dart
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Hey guys, i have uploaded a few days ago related to api integration in flutter, have a look and let me know your feedback on the comment section.
submitted by /u/praveenthedesigner link comments https://www.reddit.com/r/FlutterDev/comments/12ks7jt/hey_guys_i_have_uploaded_a_few_days_ago_related/
Hey guys, i have uploaded a few days ago related to api integration in flutter, have a look and let me know your feedback on the comment section.
submitted by /u/praveenthedesigner link comments https://www.reddit.com/r/FlutterDev/comments/12ks7jt/hey_guys_i_have_uploaded_a_few_days_ago_related/
Reddit
From the FlutterDev community on Reddit: Hey guys, i have uploaded a few days ago related to api integration in flutter, have a…
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
KMP versus Flutter
What are your thoughts on Kotlin Multiplatform versus Flutter. The only thing missing from KMP was the UI component which is now being added for iOS(Desktop and Web support are there too though in different stages of beta's)... https://www.reddit.com/r/FlutterDev/comments/12lmora/kmp_versus_flutter/
KMP versus Flutter
What are your thoughts on Kotlin Multiplatform versus Flutter. The only thing missing from KMP was the UI component which is now being added for iOS(Desktop and Web support are there too though in different stages of beta's)... https://www.reddit.com/r/FlutterDev/comments/12lmora/kmp_versus_flutter/
Reddit
From the FlutterDev community on Reddit: KMP versus Flutter
Explore this post and more from the FlutterDev community
This year Synesthesia Events is supporting EMERGENCY. For every ticket sold to any events (droidcon Italy, Flutter / Swift / React Native Heroes), we'll donate €1 to EMERGENCY to assist with their activities, affirming healthcare as a human right. https://en.emergency.it/
Sign up to the Flutter Heroes newsletter to get regular updates on the industry and what's happening with Flutter Heroes https://mailchef.4dem.it/app/public/fog/view/366/2p6
New post on /r/flutterdev subreddit:
Full Flutter tutorial on Clean Architecture, the Repository Pattern, and how to synchronize API data with a local database cache
submitted by /u/svprdga link comments https://www.reddit.com/r/FlutterDev/comments/12luqfp/full_flutter_tutorial_on_clean_architecture_the/
Full Flutter tutorial on Clean Architecture, the Repository Pattern, and how to synchronize API data with a local database cache
submitted by /u/svprdga link comments https://www.reddit.com/r/FlutterDev/comments/12luqfp/full_flutter_tutorial_on_clean_architecture_the/
Reddit
From the FlutterDev community on Reddit: Full Flutter tutorial on Clean Architecture, the Repository Pattern, and how to synchronize…
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
6 Flutter/Dart Projects from Google Dev Library to Kickstart Your Next Project
submitted by /u/mycall link comments https://www.reddit.com/r/FlutterDev/comments/12m05lx/6_flutterdart_projects_from_google_dev_library_to/
6 Flutter/Dart Projects from Google Dev Library to Kickstart Your Next Project
submitted by /u/mycall link comments https://www.reddit.com/r/FlutterDev/comments/12m05lx/6_flutterdart_projects_from_google_dev_library_to/
Reddit
From the FlutterDev community on Reddit: 6 Flutter/Dart Projects from Google Dev Library to Kickstart Your Next Project
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
State management for navigation
What’s the point of using Getx or any other statement for navigation when the default navigation.push can do the work ? I’m asking because I just finished an app (I’m a newbie btw) and just learnt about Getx Navigation [Get.to(newscreen());….now I have to change app... https://www.reddit.com/r/FlutterDev/comments/12mvnzw/state_management_for_navigation/
State management for navigation
What’s the point of using Getx or any other statement for navigation when the default navigation.push can do the work ? I’m asking because I just finished an app (I’m a newbie btw) and just learnt about Getx Navigation [Get.to(newscreen());….now I have to change app... https://www.reddit.com/r/FlutterDev/comments/12mvnzw/state_management_for_navigation/
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Preferred web stack for Flutter app in 2023?
When converting your Flutter mobile app to web what is your go to tech stack? View Poll submitted by /u/DoubleGravyHQ link comments https://www.reddit.com/r/FlutterDev/comments/12naysb/preferred_web_stack_for_flutter_app_in_2023/
Preferred web stack for Flutter app in 2023?
When converting your Flutter mobile app to web what is your go to tech stack? View Poll submitted by /u/DoubleGravyHQ link comments https://www.reddit.com/r/FlutterDev/comments/12naysb/preferred_web_stack_for_flutter_app_in_2023/
Reddit
From the FlutterDev community on Reddit: Preferred web stack for Flutter app in 2023?
Posted by DoubleGravyHQ - No votes and 4 comments
New post on /r/flutterdev subreddit:
Flutter camera example for scanning 1D/2D barcode
submitted by /u/yushulx link comments https://www.reddit.com/r/FlutterDev/comments/12p6p83/flutter_camera_example_for_scanning_1d2d_barcode/
Flutter camera example for scanning 1D/2D barcode
submitted by /u/yushulx link comments https://www.reddit.com/r/FlutterDev/comments/12p6p83/flutter_camera_example_for_scanning_1d2d_barcode/
Reddit
From the FlutterDev community on Reddit: Flutter camera example for scanning 1D/2D barcode
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Just released a new video on how to update our Flutter Memory Match Game to enable web support and host it on @AWSAmplify hosting! Check it out 🚀
submitted by /u/OfflineProgrammer link comments https://www.reddit.com/r/FlutterDev/comments/12pduso/just_released_a_new_video_on_how_to_update_our/
Just released a new video on how to update our Flutter Memory Match Game to enable web support and host it on @AWSAmplify hosting! Check it out 🚀
submitted by /u/OfflineProgrammer link comments https://www.reddit.com/r/FlutterDev/comments/12pduso/just_released_a_new_video_on_how_to_update_our/
Reddit
From the FlutterDev community on Reddit: Just released a new video on how to update our Flutter Memory Match Game to enable web…
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Avoid common Flutter mistakes with Dart Code Metrics
Hi everyone! 👋 I'm the author of the dartcodemetrics package that helps improve the quality and consistency of Dart code by identifying and reporting problems, such as bugs and code that doesn't follow best practices. It also collects analytical data on the code through calculating... https://www.reddit.com/r/FlutterDev/comments/12pk6nu/avoid_common_flutter_mistakes_with_dart_code/
Avoid common Flutter mistakes with Dart Code Metrics
Hi everyone! 👋 I'm the author of the dartcodemetrics package that helps improve the quality and consistency of Dart code by identifying and reporting problems, such as bugs and code that doesn't follow best practices. It also collects analytical data on the code through calculating... https://www.reddit.com/r/FlutterDev/comments/12pk6nu/avoid_common_flutter_mistakes_with_dart_code/
Reddit
From the FlutterDev community on Reddit: Avoid common Flutter mistakes with Dart Code Metrics
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Kickstart Your Flutter Journey with This Sleek Pomodoro Timer App
Hey there, fellow devs! 😁 I just built a sleek Pomodoro mobile app using Flutter and Dart, and I thought it would be a great resource for beginners to get started with Flutter. 🔗 Give it a whirl: https://github.com/jashdubal/pomodoro-session All you need to do is clone the... https://www.reddit.com/r/FlutterDev/comments/12qb9vn/kickstart_your_flutter_journey_with_this_sleek/
Kickstart Your Flutter Journey with This Sleek Pomodoro Timer App
Hey there, fellow devs! 😁 I just built a sleek Pomodoro mobile app using Flutter and Dart, and I thought it would be a great resource for beginners to get started with Flutter. 🔗 Give it a whirl: https://github.com/jashdubal/pomodoro-session All you need to do is clone the... https://www.reddit.com/r/FlutterDev/comments/12qb9vn/kickstart_your_flutter_journey_with_this_sleek/
GitHub
GitHub - jashdubal/pomodoro-session: Flutter app that helps users track work sessions using the Pomodoro Technique
Flutter app that helps users track work sessions using the Pomodoro Technique - jashdubal/pomodoro-session
What will happen in the next 12 months in Flutter??? Who knows, but we'll be covering it at #FlutterHeroes24, see you there!
In the meantime here are the 2023 photos for you to enjoy:
https://myalbum.com/album/LwqENqTYkHG6sX/
In the meantime here are the 2023 photos for you to enjoy:
https://myalbum.com/album/LwqENqTYkHG6sX/
New post on /r/flutterdev subreddit:
Creating form scratch or templates
Any freelancer here, what techniques you follow to finish up the work ( website for templates, design and any quick secret techniques/ steps you follow) submitted by /u/vivek_bhakhri [link] [comments] https://www.reddit.com/r/FlutterDev/comments/12qm04t/creating_form_scratch_or_templates/
Creating form scratch or templates
Any freelancer here, what techniques you follow to finish up the work ( website for templates, design and any quick secret techniques/ steps you follow) submitted by /u/vivek_bhakhri [link] [comments] https://www.reddit.com/r/FlutterDev/comments/12qm04t/creating_form_scratch_or_templates/
Reddit
[deleted by user] : r/FlutterDev
112K subscribers in the FlutterDev community. A community for the publishing of news and discussion about Flutter. This community participates in the…
New post on /r/flutterdev subreddit:
How to build a RenderObject
submitted by /u/Pixelreddit link comments https://www.reddit.com/r/FlutterDev/comments/12qtogp/how_to_build_a_renderobject/
How to build a RenderObject
submitted by /u/Pixelreddit link comments https://www.reddit.com/r/FlutterDev/comments/12qtogp/how_to_build_a_renderobject/
Reddit
From the FlutterDev community on Reddit: How to build a RenderObject
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
GAMESTREAM - A FLUTTER MULTIPLAYER GAME ENGINE
submitted by /u/Mystical_Hotdog [link] [comments] https://www.reddit.com/r/FlutterDev/comments/12radyc/gamestream_a_flutter_multiplayer_game_engine/
GAMESTREAM - A FLUTTER MULTIPLAYER GAME ENGINE
submitted by /u/Mystical_Hotdog [link] [comments] https://www.reddit.com/r/FlutterDev/comments/12radyc/gamestream_a_flutter_multiplayer_game_engine/
Reddit
From the FlutterDev community on Reddit: GAMESTREAM - A FLUTTER MULTIPLAYER GAME ENGINE
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Components of Flutter State Management
submitted by /u/emanresu_2017 [link] [comments] https://www.reddit.com/r/FlutterDev/comments/12rob98/components_of_flutter_state_management/
Components of Flutter State Management
submitted by /u/emanresu_2017 [link] [comments] https://www.reddit.com/r/FlutterDev/comments/12rob98/components_of_flutter_state_management/
Reddit
From the FlutterDev community on Reddit: Components of Flutter State Management
Posted by emanresu_2017 - 1 vote and 3 comments
We very much enjoy working with NTT Data, thanks for being part of #FlutterHeroes23 https://it.nttdata.com/