New post on /r/flutterdev subreddit:
India's largest conglomerate TATA Group, has chosen Flutter as the development platform for its upcoming e-commerce website. This is a significant victory for Flutter Web.
Newly revamped TATA Neu website built using flutter. It is part of The salt to satellite conglomerate's vision to combine all of their consumer facing business to single platform. This website is planned to be largest ecommerce platform from india. Their mobile application already runs on... https://www.reddit.com/r/FlutterDev/comments/1afawqi/indias_largest_conglomerate_tata_group_has_chosen/
India's largest conglomerate TATA Group, has chosen Flutter as the development platform for its upcoming e-commerce website. This is a significant victory for Flutter Web.
Newly revamped TATA Neu website built using flutter. It is part of The salt to satellite conglomerate's vision to combine all of their consumer facing business to single platform. This website is planned to be largest ecommerce platform from india. Their mobile application already runs on... https://www.reddit.com/r/FlutterDev/comments/1afawqi/indias_largest_conglomerate_tata_group_has_chosen/
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
In this talk from Alessandro at #FlutterHeroes24, you'll learn that accessibility in Flutter is as good as in Native, and it is very easy to create AA-grade accessible apps. The keyword is: Keep it simple! Check out more... https://flutterheroes.com/2024/agenda/
New post on /r/flutterdev subreddit:
Kickstart your web development journey with Flutter today |
submitted by /u/RameshFlutter https://www.reddit.com/r/FlutterDev/comments/1ag3yfj/kickstart_your_web_development_journey_with/ [comments] https://www.reddit.com/r/FlutterDev/comments/1ag3yfj/kickstart_your_web_development_journey_with/
Kickstart your web development journey with Flutter today |
submitted by /u/RameshFlutter https://www.reddit.com/r/FlutterDev/comments/1ag3yfj/kickstart_your_web_development_journey_with/ [comments] https://www.reddit.com/r/FlutterDev/comments/1ag3yfj/kickstart_your_web_development_journey_with/
Reddit
From the FlutterDev community on Reddit: Kickstart your web development journey with Flutter today |
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
What security features would you like to see in freeRASP for Flutter?
Does your app need security protection missing in the freeRASP for Flutter? You can vote for new features here: https://github.com/orgs/talsec/discussions/32 Suggested new features: Dynamic TLS Pinning Secure Storage VPN Detection Screen Cast Detection Keylogger Detection Location Spoofing... https://www.reddit.com/r/FlutterDev/comments/1agahic/what_security_features_would_you_like_to_see_in/
What security features would you like to see in freeRASP for Flutter?
Does your app need security protection missing in the freeRASP for Flutter? You can vote for new features here: https://github.com/orgs/talsec/discussions/32 Suggested new features: Dynamic TLS Pinning Secure Storage VPN Detection Screen Cast Detection Keylogger Detection Location Spoofing... https://www.reddit.com/r/FlutterDev/comments/1agahic/what_security_features_would_you_like_to_see_in/
GitHub
Help freeRASP to improve. What feature would you love to be included in freeRASP? · talsec · Discussion #32
We have a bunch of great features in mind. Which problems could they help you tackle? Upvote multiple ideas or suggest new ones in the discussion below!
New post on /r/flutterdev subreddit:
Playing Catch-up with Riverpod Generators
submitted by /u/tylersavery https://www.reddit.com/r/FlutterDev/comments/1aget9z/playingcatchupwithriverpodgenerators/ comments https://www.reddit.com/r/FlutterDev/comments/1aget9z/playing_catchup_with_riverpod_generators/
Playing Catch-up with Riverpod Generators
submitted by /u/tylersavery https://www.reddit.com/r/FlutterDev/comments/1aget9z/playingcatchupwithriverpodgenerators/ comments https://www.reddit.com/r/FlutterDev/comments/1aget9z/playing_catchup_with_riverpod_generators/
Reddit
From the FlutterDev community on Reddit: Playing Catch-up with Riverpod Generators
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Integration Test for Web only (so far) - Should I start using Patrol
I am putting together Flutter Integration Tests and have some basic tests set in GitLab pipeline and local. Before I go to far, I have been looking at Patrol. Should I start using Patrol for integration tests now, before I write to many other test cases. So far, our app is only Web, however... https://www.reddit.com/r/FlutterDev/comments/1agvq2e/integration_test_for_web_only_so_far_should_i/
Integration Test for Web only (so far) - Should I start using Patrol
I am putting together Flutter Integration Tests and have some basic tests set in GitLab pipeline and local. Before I go to far, I have been looking at Patrol. Should I start using Patrol for integration tests now, before I write to many other test cases. So far, our app is only Web, however... https://www.reddit.com/r/FlutterDev/comments/1agvq2e/integration_test_for_web_only_so_far_should_i/
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
There are still tickets available for #FlutterHeroes24 so round up your crew and get booked in for a full day of Flutter learning in #Turin https://ticket.synesthesia.it/events/flutter-heroes/
➕➕➕ The more platforms a Flutter application supports, the more code a project can have that is needed only for one platform and not needed for others.
⚠ How to make sure that unnecessary code does not get into the final platform-specific build? And how to check that it really did not get?
🌳 In Flutter, there is a Tree-shaking mechanism, which is designed exactly for these purposes.
Many Flutter developers have heard about it, but not everyone really understands what it is and how it actually works.
😎 Let's try to figure it out.
🎤 Sasha Denisov, Chief Software Engineer and GDE Flutter/ Dart, EPAM Systems
🔎(chapters in the description) https://youtu.be/sIVOu57F-8U
⚠ How to make sure that unnecessary code does not get into the final platform-specific build? And how to check that it really did not get?
🌳 In Flutter, there is a Tree-shaking mechanism, which is designed exactly for these purposes.
Many Flutter developers have heard about it, but not everyone really understands what it is and how it actually works.
😎 Let's try to figure it out.
🎤 Sasha Denisov, Chief Software Engineer and GDE Flutter/ Dart, EPAM Systems
🔎(chapters in the description) https://youtu.be/sIVOu57F-8U
YouTube
SHAKE the flutter TREE - Aleksandr Denisov | Flutter Heroes 2023 Talk
🎟️ 2024 info & Normal bird ticket: https://bit.ly/3Scy780
⏩ Chapter:
00:00 intro
01:39 What’s EPAM
03:34 Flutter tree shaking
08:10 Eliminating dead code
09:29 Not magic. Flutter Engine
12:41 Flutter Engine
13:26 Tree shaking Questions
14:46 App Size Tool…
⏩ Chapter:
00:00 intro
01:39 What’s EPAM
03:34 Flutter tree shaking
08:10 Eliminating dead code
09:29 Not magic. Flutter Engine
12:41 Flutter Engine
13:26 Tree shaking Questions
14:46 App Size Tool…
New post on /r/flutterdev subreddit:
Responsive design, need help
I'm working on a mobile app and struggling with responsive design. Any tips or frameworks to simplify this process? submitted by /u/_bigB_wolf https://www.reddit.com/r/FlutterDev/comments/1ahrueh/responsive_design_need_help/ [comments] https://www.reddit.com/r/FlutterDev/comments/1ahrueh/responsive_design_need_help/
Responsive design, need help
I'm working on a mobile app and struggling with responsive design. Any tips or frameworks to simplify this process? submitted by /u/_bigB_wolf https://www.reddit.com/r/FlutterDev/comments/1ahrueh/responsive_design_need_help/ [comments] https://www.reddit.com/r/FlutterDev/comments/1ahrueh/responsive_design_need_help/
Reddit
From the FlutterDev community on Reddit: Responsive design, need help
Posted by _bigB_wolf - 2 votes and 2 comments
New post on /r/flutterdev subreddit:
Pick one StateManagement?
1.Get X 2.Provider submitted by /u/Sree89400 https://www.reddit.com/r/FlutterDev/comments/1ahvhht/pickonestatemanagement/ comments https://www.reddit.com/r/FlutterDev/comments/1ahvhht/pick_one_statemanagement/
Pick one StateManagement?
1.Get X 2.Provider submitted by /u/Sree89400 https://www.reddit.com/r/FlutterDev/comments/1ahvhht/pickonestatemanagement/ comments https://www.reddit.com/r/FlutterDev/comments/1ahvhht/pick_one_statemanagement/
Reddit
From the FlutterDev community on Reddit: Pick one StateManagement?
Posted by Sree89400 - No votes and 14 comments
New post on /r/flutterdev subreddit:
Announcing Mobile-First DVDB (Dart Vector DB): The Pocket-Sized Powerhouse for Your Apps! 🚀
We're thrilled to introduce our latest project, DVDB, an optimised, cross-platform on-device vector DB that's set to redefine industry standards. Check it out on GitHub: https://github.com/FastCodeAI/DVDB Why did we create this? We were working on a use case that required us to create... https://www.reddit.com/r/FlutterDev/comments/1ai0xs7/announcing_mobilefirst_dvdb_dart_vector_db_the/
Announcing Mobile-First DVDB (Dart Vector DB): The Pocket-Sized Powerhouse for Your Apps! 🚀
We're thrilled to introduce our latest project, DVDB, an optimised, cross-platform on-device vector DB that's set to redefine industry standards. Check it out on GitHub: https://github.com/FastCodeAI/DVDB Why did we create this? We were working on a use case that required us to create... https://www.reddit.com/r/FlutterDev/comments/1ai0xs7/announcing_mobilefirst_dvdb_dart_vector_db_the/
GitHub
GitHub - FastCodeAI/DVDB
Contribute to FastCodeAI/DVDB development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Best tutorials on YouTube
Hey all, want to catch up on the latest flutter updates. Been about a year or two since I last touched it and even then it wasn’t a big deep dive. Can you recommend me some good content creators. submitted by /u/lamagy https://www.reddit.com/r/FlutterDev/comments/1ajairb/best_tutorials_on_youtube/ [comments] https://www.reddit.com/r/FlutterDev/comments/1ajairb/best_tutorials_on_youtube/
Best tutorials on YouTube
Hey all, want to catch up on the latest flutter updates. Been about a year or two since I last touched it and even then it wasn’t a big deep dive. Can you recommend me some good content creators. submitted by /u/lamagy https://www.reddit.com/r/FlutterDev/comments/1ajairb/best_tutorials_on_youtube/ [comments] https://www.reddit.com/r/FlutterDev/comments/1ajairb/best_tutorials_on_youtube/
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
VS Code or Android Studio
Hello everyone, I'm planning to develop an e-shop mobile app using Flutter for cross-platform compatibility, but I'm stuck at choosing the right IDE for my project. As a beginner, I'm considering either Android Studio or Visual Studio Code. I've read about the pros and cons of both, but I'm... https://www.reddit.com/r/FlutterDev/comments/1ajdll9/vs_code_or_android_studio/
VS Code or Android Studio
Hello everyone, I'm planning to develop an e-shop mobile app using Flutter for cross-platform compatibility, but I'm stuck at choosing the right IDE for my project. As a beginner, I'm considering either Android Studio or Visual Studio Code. I've read about the pros and cons of both, but I'm... https://www.reddit.com/r/FlutterDev/comments/1ajdll9/vs_code_or_android_studio/
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Create a Figma clone using Flutter and Supabase that works with multiple users editing simultaneously.
submitted by /u/dshukertjr comments https://www.reddit.com/r/FlutterDev/comments/1ajia8l/create_a_figma_clone_using_flutter_and_supabase/
Create a Figma clone using Flutter and Supabase that works with multiple users editing simultaneously.
submitted by /u/dshukertjr comments https://www.reddit.com/r/FlutterDev/comments/1ajia8l/create_a_figma_clone_using_flutter_and_supabase/
Reddit
From the FlutterDev community on Reddit: Create a Figma clone using Flutter and Supabase that works with multiple users editing…
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Vision pro on vs code
Hello everyone! Do any of you happen to know how to run Vision Pro using Flutter in Visual Studio Code? I've seen some tutorials on YouTube where they run it directly in VS Code. Thanks! submitted by /u/LieSuspicious8719 comments https://www.reddit.com/r/FlutterDev/comments/1ak3o2p/vision_pro_on_vs_code/
Vision pro on vs code
Hello everyone! Do any of you happen to know how to run Vision Pro using Flutter in Visual Studio Code? I've seen some tutorials on YouTube where they run it directly in VS Code. Thanks! submitted by /u/LieSuspicious8719 comments https://www.reddit.com/r/FlutterDev/comments/1ak3o2p/vision_pro_on_vs_code/
Reddit
Vision pro on vs code : r/FlutterDev
136K subscribers in the FlutterDev community. A community for the publishing of news and discussion about Flutter.
If you've got a question about #FlutterHeroes24, you can ask our friendly Flutter Heroes Assistant 🤖 https://t.me/flutterheroes_conf_bot
New post on /r/flutterdev subreddit:
Shake Detector: A Flutter Package to Detect Shake Events! ✨
Flutter enthusiasts, brace yourselves for the magic of Shake Detector—a bewitching a Flutter package by Folksable.com! 🚀 🪄 Experience the Magic: Shake Sensitivity at Your Fingertips: Configure the shake threshold to match your app's vibe. Capture shakes with precision! Smooth... https://www.reddit.com/r/FlutterDev/comments/1ak8txd/shake_detector_a_flutter_package_to_detect_shake/
Shake Detector: A Flutter Package to Detect Shake Events! ✨
Flutter enthusiasts, brace yourselves for the magic of Shake Detector—a bewitching a Flutter package by Folksable.com! 🚀 🪄 Experience the Magic: Shake Sensitivity at Your Fingertips: Configure the shake threshold to match your app's vibe. Capture shakes with precision! Smooth... https://www.reddit.com/r/FlutterDev/comments/1ak8txd/shake_detector_a_flutter_package_to_detect_shake/
Reddit
From the FlutterDev community on Reddit: Shake Detector: A Flutter Package to Detect Shake Events! ✨
Explore this post and more from the FlutterDev community
If your company offers a platform, service, tech solution or tool, new or updated API/SDK/plug in, and Flutter developers are within your target market, then you should consider working with #FlutterHeroes24.
Our event marketing & comms reaches 10s of thousands of devs, so you can extend the reach of your brand, plus the on site opportunities (exhibition, presentation etc) are an amazing opportunity to engage properly, 1-on-1 with enthusiastic Flutter developers. https://flutterheroes.com/2024/flutterheroes-sponsors/
Our event marketing & comms reaches 10s of thousands of devs, so you can extend the reach of your brand, plus the on site opportunities (exhibition, presentation etc) are an amazing opportunity to engage properly, 1-on-1 with enthusiastic Flutter developers. https://flutterheroes.com/2024/flutterheroes-sponsors/
New post on /r/flutterdev subreddit:
How to know contribution of a package to app size?
Hello, I am building a very small application and to my surprise the app size was 58mb, which is quite surprising, I am suspecting it is because of the font awesome package I have used, is there a way to know how much size a package is adding on to your app, without removing the package? ... https://www.reddit.com/r/FlutterDev/comments/1akwvwi/how_to_know_contribution_of_a_package_to_app_size/
How to know contribution of a package to app size?
Hello, I am building a very small application and to my surprise the app size was 58mb, which is quite surprising, I am suspecting it is because of the font awesome package I have used, is there a way to know how much size a package is adding on to your app, without removing the package? ... https://www.reddit.com/r/FlutterDev/comments/1akwvwi/how_to_know_contribution_of_a_package_to_app_size/
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
📈 State Management from Zero to App with BLoC
📂 In the eternal struggle with application state management flutterbloc quickly climbed the ladder of one of the most famous State management for Flutter apps.
👀 Let's discover together how to use flutterbloc to empower a simple application to manage a store cart, leveraging listeners to navigate appropriately and leaving all the complexity of storing your state to BLoC! 💥
🎤 Carlo Lucera, Senior Flutter Developer and GDE Flutter, Pvotal Technologies
🔎(chapters in the description) https://youtu.be/f70eVSi8_hQ
📂 In the eternal struggle with application state management flutterbloc quickly climbed the ladder of one of the most famous State management for Flutter apps.
👀 Let's discover together how to use flutterbloc to empower a simple application to manage a store cart, leveraging listeners to navigate appropriately and leaving all the complexity of storing your state to BLoC! 💥
🎤 Carlo Lucera, Senior Flutter Developer and GDE Flutter, Pvotal Technologies
🔎(chapters in the description) https://youtu.be/f70eVSi8_hQ
YouTube
STATE MANAGEMENT from Zero to App with BLoC - Carlo Lucera | Flutter Heroes 2023 Talk
🎟️ 2024 info & Normal bird ticket: https://bit.ly/3Scy780
⏩ Chapter:
00:00 intro
02:16 Logich
05:25 Why use BLoC?
06:32 Using BLoC
07:10 Bloc Class
08:54 Event Class
10:54 State Class
13:34 Build th UI
15:27 Optimize
16:25 Send Event
17:12 Provide BLoCs…
⏩ Chapter:
00:00 intro
02:16 Logich
05:25 Why use BLoC?
06:32 Using BLoC
07:10 Bloc Class
08:54 Event Class
10:54 State Class
13:34 Build th UI
15:27 Optimize
16:25 Send Event
17:12 Provide BLoCs…
New post on /r/flutterdev subreddit:
Starting as a flutterdev from scratch, with no coding or programming experiecnce from before. Any advice on how to start?
I want to create a grocery store app, but I dont know where to start. What smaller projects do I do to assist me in this matter? Or do I just start? submitted by /u/Camelbrr comments https://www.reddit.com/r/FlutterDev/comments/1al7gku/starting_as_a_flutterdev_from_scratch_with_no/
Starting as a flutterdev from scratch, with no coding or programming experiecnce from before. Any advice on how to start?
I want to create a grocery store app, but I dont know where to start. What smaller projects do I do to assist me in this matter? Or do I just start? submitted by /u/Camelbrr comments https://www.reddit.com/r/FlutterDev/comments/1al7gku/starting_as_a_flutterdev_from_scratch_with_no/
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community