Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

Anybody know the status of creating Flutter apps with Android auto and Xbox live?
Wanted to know the state of supporting Android auto and Xbox live?

February 16, 2022 at 03:05PM by thekookysurfer
https://ift.tt/9nLYVBl
New post on /r/flutterdev subreddit:

Flutter Learning Roadmap | By Devign | Tealfeed
https://ift.tt/Ks8pTjr

February 16, 2022 at 04:08PM by sarfarazstark
https://ift.tt/W8JKyct
New post on /r/flutterdev subreddit:

How do you name your in app subscription ids?
Hi, the title says it all.We're offering multiple tiers with different storage sizes (100 GB, 250 GB, ...) in our app.What's your tried and true naming strategy for the corresponding subscription ids?
Generic like "tier1", "tier2", "tier3"?
Or with information about the tier ("storage_100", "storage_250", "storage_500", "storage_1000")?
Or even codenames like "honeypot", "blackbird", etc.?Also, if we want to change the price for a specific subscription product (but grandfather current subscribers), do we need to create a new subscription product? In this case, we would like to avoid "storage_100_v2" etc., of course.

February 16, 2022 at 04:34PM by msfuchs
https://ift.tt/WqKcz3I
New post on /r/flutterdev subreddit:

Flutter Framework How Does It Work?
Hi,I've just released an article on my website on how the flutter framework actually works. Take a look:How Does Flutter Framework Work?Please provide me any input regarding things I can write on or how I can improve my website.Thanks.

February 16, 2022 at 05:54PM by preneure
https://ift.tt/kmETAuB
New tweet from FlutterDev:

RT @FlutterComm: 🔴LIVE NOW🔴 https://t.co/gzt4NvHn3c— Flutter (@FlutterDev) Feb 16, 2022

February 16, 2022 at 06:08PM
https://twitter.com/FlutterDev/status/1493995651616493569
New post on /r/flutterdev subreddit:

What are the things about Flutter you wish you knew before you started?
Hi! Fellow backend developer here, willing to jump head first into Flutter development. The goal is to be able to develop my own apps (I am pretty sure many of us started like this) but I am a bit hesitant. Would you say "Run, you fool!" or was it "Hell yeah!" kind of experience for you since the start? Would you approach it differently if you could start again? I am very curious to hear your thoughts and stories.

February 16, 2022 at 07:38PM by 1llm1nt1
https://ift.tt/JA7Uwf3
New post on /r/flutterdev subreddit:

5 مفاهيم مفيده ليك لو انت شغال Flutter
من خلال شغلي مع فلاتر Flutter الفتره اللي فاتت ، دي بعض الحاجات اللي اكتشفت أنها ضرورية لأي مبرمج او مطور Flutter ، هتخليك بشكل عام كويس جداً على المدى البعيد.State management architectureدي من أهم الموضوعات او مفاهيم البنيه في فلاتر flutter لانها بتساعدك تتمل مشروع كويس سواء كان متوسط الحجم او حتي كبير من غير ما يبوظ منك ، و كمان من خلالها هتقدر تضيف مثلاً مميزات جديده لمشروع بسهوله او حتي انك تكتشف غلط و تصلحه بسرعه ، طبعاً في مقاله كويسه هتنزل بخصوص اي بنيه المفروض اننا نستخدمها و ازاي بختار الحاجه اللي بتناسبني و كمان بتناسب مشروعي اي كان .Testingيمكن من اهم المواضيع اللي محدش بيدرك قيمتها بدري للاسف طول ما هو شغال ، لكن مع تنفيذ مشاريع كتيره شويه و اكتساب شويه خبره الي حد ما و الغلطات ابتدت تظهر سواء كان ف الكتابه او حتي ف الـproduction هتكون اخدت خبره كويسه ف اختبار البرنامج بتاعك ، لكن ف الوقت دا ظهرت قيمه الحاجه دي ، لو محتاج مصادر اكتر هحاول ابعتلك مصادر ممكن تساعدك ف الجزء دا او اعمل منشور خاص بيه 😂 او تقرا حاجه لـ Uncle Bob .IDE Shortcutsمن ضمن الحاجات اللي هتفرق معاك ف الاداء برضوا هو انك تكون عارف الاختصارات بتاعته البرنامج بتاعك و بتدي تحفظه ، لان معظم وقتك ف الاساس بتكتب كود او بتصلح غلط عندك ف المشروع ، ف لو كنت عارف الدنيا ف البرنامج كويس هتلاحظ فرق كبير ف الاداء طبعا عن استخدام الماوس بشكل كبير وقتها ، طبعا غير فوايد تانيه كتير.Platform channelعلي الرغم اننا بنتعامل مع إطارات Cross- platforms في تطوير التطبيقات الا اننا لازم نتفاعل و نفهم المكتبات و الـ SDK اللي مش متوفره تقريبا غير للنظام الاساسي ، و هنا بقي يجي دور Platform channel في انه يعرفك ازاي تتعامل مع الـ SDK و تفهم الدنيا ماشيه ازاي ، و متنساش حاجه مهمه لو قدمت علي مقابله شغل هتلاقي دايما سوال اذا كنت اشتغلت native قبل كدا و لا لا 😅😉 ، طبعاً في مكتبات كتيره جدا بتساعدك انك تتعامل مع الدنيا دي .Maintaining a projectانت دلوقتي كتب كود و اشتغلت علي نفسك و عملت برنامج او مشروع لا و مش كدا بس بوشكاش محفوظ بيضحي و كمان رفعته علي الاستور للناس ، هنا بقي بدايه ظهور التعليقات او المشاكل بتاعته المستخدمين او حتي راي بيقترح عليك انك تضيف ميزه معينه و دا حاجه عاديه جدا بما انك رفعت شغلك للناس ، هنا يجي دور الصيانة للبرنامج بتاعك او شغلك ف العموم .ودي شويه نصايح لتحسين صيانة التطبيق: -1- اعمل اختبار لكل مشكله تظهرلك علطول و احفظها عندك دي هيخليك تخلص من نص المشاكل اذا مكنش كلها و صداع انك تدور علي حل كل شويه .2- ركز علي الكود بتاعك انه يكون فعال و شغال كويس و الدنيا مظبوطه ف المشروع ، و شوف اختبار الاداء من الوقت للتاني علشان هيفرق معاك و كمان هيساعدك انك تتعرف علي حل لمشكلات بعد كدا3- اختار architecture مناسب للمشروع بتاعك و خليك معاه للاخر علشان تفهم الدنيا كويس فيه4- متنساش تكتب ملحوظاتك الجميله من الوقت للتاني ف مشروعك علشان تفتكرها ، و كمان الحاجه اللي بتتكرر معاك ف معظم مشاريعك خلي ليها ملف ثابت ترجعه. بعد كدا و تشتغل بيه في مشروع تانيه طالما مناسبدي كانت مقاله كدا ف السريع عن الحاجات الأساسية اللي هتفرق معاك ف مشروعك لو انت شغال Flutter .لو عجبك البوست متنساش تعمل شير او لو عندك سوال و حابب اساعدك اكتبلي تعليق Comment و ان شاء الله هرد عليك . @IslamZazoe

February 16, 2022 at 07:27PM by IslamZazoe
https://ift.tt/RY68Jkt
New post on /r/flutterdev subreddit:

Learn how to make UI changes to your production Flutter app right from Figma. No deploy necessary.
https://ift.tt/gRXmYVr

February 16, 2022 at 07:15PM by actuallymicah
https://ift.tt/KbHhXA1
New post on /r/flutterdev subreddit:

I just released my first app on the App Store/Google Play Store!!
Today I released my Bible & Church app called Elisha to both the App Store and Google Play Store. I am 16, and have been using Flutter for a while now (a year and a half now), but I have never made an app that I felt was worthy of being put on the App/Play Store until today! This took me roughly 6 months (School was my main set back😭). Feedback would be appreciated🌟GitHub Link: https://github.com/31carlton7/elishaApp Store: https://apps.apple.com/us/app/elisha/id1608063814Play Store: https://play.google.com/store/apps/details?id=com.elisha.app

February 16, 2022 at 08:26PM by 31Carlton7
https://ift.tt/nYdCakW
New post on /r/flutterdev subreddit:

Are my Riverpod assumptions correct
Is it correct to assume that - State provider = local/not complex state. Similar to useContext or useState hook in react - Future Provider = for results that returns futures eg get requests from a backend API - Provider = Well provide 🤷🏾‍♂️. To the Controllers or ViewModels and also to the UIHonestly, the documentation for Riverpods can be better. There's just something about it that makes it difficult to get started with without knowing about the Provider package first

February 16, 2022 at 08:15PM by MRainzo
https://ift.tt/k6AD4Ww