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

Creating Full Width Button in Flutter The Right Way - FlutterBeads
https://ift.tt/3rwule1

December 04, 2021 at 01:33PM by pinkeshdarji
https://ift.tt/3IhhqTd
New post on /r/flutterdev subreddit:

Need your opinion on Food Delivery System
Hey guys,I am Professional full stack engineer working with multiple JS frameworks. I started following flutter since it's launch and I have been working on small projects in free time.Recently I got a freelance opportunity to develop a fully working food delivery app (similar to ubereats, swiggy or Zomato) with features like real time tracking (on maps), coupons, sorting, filtering, etc I found out that I need to write 3 apps. client app, resturant app and delivery guy app. With some sort of portal for admin too. There's no UX available I need to do everything end to end.I didn't worked on production level application with flutter till now. This would be first one, so what timeline can I suggest ? (Considering I will be learning and doing the implementations) Whats the budget should I ask ? (Indian rupees)The client is expecting dates like fully working system within 1 and half month. Is that doable ?And also please share any helpful resources which can be handy for implementing the system.Thank you in advance :)

December 04, 2021 at 06:00PM by someshthakur
https://ift.tt/3lAwKjT
New post on /r/flutterdev subreddit:

Flutter with Artificial Intelligence
Hey guys! I'm wondering about how can I use artificial intelligence with flutter and mobile programming? What is the most efficient way? Like, is there any library of flutter, or using python as an API is good? Is there any documentation or course or video I can use to learn this stuff? Thank you!

December 04, 2021 at 09:52PM by hasancagli
https://ift.tt/3GkpT6p
New post on /r/flutterdev subreddit:

Is it possible to set up flutter app/web developer on a phone without any pc/laptop?
I have a company laptop, was planning on getting a phone like galaxy fold and using the DEX functionality to use for my personal computing usage and wondering if anyone has and if I can set up flutter / any sort of development that can be fully and solely managed from the phone with the required peripheral, I sort of want a mobile life and don't want too many items so reducing the stuff I have and thinking if this is a possibility.Hope I am making sense and would really appreciate any advise.Thanks.

December 04, 2021 at 10:34PM by Hungry_Type3377
https://ift.tt/3xTO34s
New post on /r/flutterdev subreddit:

Apps made with Google's Flutter may fritter away CPU cycles. Here's what the web giant intends to do about it
https://ift.tt/3wE4EIO

December 05, 2021 at 06:15AM by aryehof
https://ift.tt/31wawse
New post on /r/flutterdev subreddit:

Android Emulators
what is the best emulator for low specs pc because when I use Bluestack or Android Studio emulator the pc becomes too slow that I cannot open even chrome to search for errors that happened in the app or when I did that The visual studio and the emulator will be crashed ...so how can I use an light emulator with efficiency so I can develop in an easy way?

December 05, 2021 at 10:55AM by engkhaledeisa
https://ift.tt/3ly7pY8
New post on /r/flutterdev subreddit:

Building Forms in Flutter is Fun Now!
https://ift.tt/3GfAH5D

December 05, 2021 at 11:58AM by iisprey
https://ift.tt/2ZTUyaU
New post on /r/flutterdev subreddit:

Push Notifications with Firebase on Flutter
https://ift.tt/3rCDuBC

December 05, 2021 at 11:41AM by SncOne_
https://ift.tt/3IjAxMh
New post on /r/flutterdev subreddit:

FlutterForce — Week 147
https://ift.tt/3DrvIgr

December 05, 2021 at 12:52PM by flutterist
https://ift.tt/31sE9uU
New post on /r/flutterdev subreddit:

How I did get my first job with flutter?
hello everyone, I wrote a new article, maybe it can benefit someone. Have a good read.https://medium.com/@aydemirerdemomer/how-i-got-my-first-job-with-the-flutter-ac81faa74c5b

December 05, 2021 at 05:06PM by aydemiromer
https://ift.tt/3IiCIjg
New post on /r/flutterdev subreddit:

Alpha help
Hi guys, We've launched our alpha 🎉🎉If you’re a Flutter developer new or experienced, would you mind taking a look? Any feedback would be greatly appreciated! The feedback form can be found at the bottom of the Explore page or in the VS Code Extension!FlutterBricksP.S. We highly recommend you view it on your laptop as we are still building out the mobile layout :)

December 05, 2021 at 04:48PM by dragon_of_wallstreet
https://ift.tt/3rEP8Mu
New post on /r/flutterdev subreddit:

What gradle version should I be using?
There are benefits to newer gradle versions but I'm curious what versions other people use?

December 05, 2021 at 10:09PM by Dgameman1
https://ift.tt/3Gg1UVJ
New post on /r/flutterdev subreddit:

Anyone have a good "30 days of Flutter" list of challenges to recommend? I'm looking for challenges after doing Max's udemy course. (something similar is fine too).
The idea being to write as much code as possible.

December 06, 2021 at 01:51AM by toothless_budgie
https://ift.tt/3InvCu0
New post on /r/flutterdev subreddit:

I've Created a Package for customizing Flutter's DropdownButton!
https://pub.dev/packages/dropdown_button2https://github.com/AhmedLSayed9/dropdown_button2Hey everyone!As you all know, you can't create exactly what you want with Flutter's DropdownButton or PopupMenuButton.That's why I've created a custom DropdownButton from current version of Flutter's DropdownButton and made it more customizable. It's easy, simple and you can have steady dropdown menu below the button "As long as it's possible" without any issues and many other features described with the package. Also, I've added the same functionality to DropdownButtonFormField2 and added a feature of using the button as a popup menu button and the ability of adding dividers after items. I've tested it very well and it works like a charm!Also, I've Added reusable custom widget with the package you can customize default DropdownButton2 widget for your entire app and use it with few lines as shown in the examples.FeaturesDropdown menu always open below the button and you can edit its position by using the offset parameter.You can control how (button, button's icon, dropdown menu and menu items) will be displayed "read Options below".You can align (hint & value) and customize them.You can edit the scrollbar's radius,thickness and isAlwaysShow.You can set max height for the dropdown menu & it'll become scrollable if there are more items.If you pass Null to dropdownMaxHeight parameter or didn't use it, the dropdown menu will take max height possible for the items and will become scrollable if there are more items.If you have long scrollable list, the dropdown menu will auto scroll to current selected item and show it at the middle of the menu if possible.Wrap DropdownButton2 with DropdownButtonHideUnderline to hide the underline.A Custom widget of the DropdownButton2 below to make it more reusable. You can customize it to your needs and use it throughout all your app easily as shown in the examples.You can add dividers as items with different height by passing dividers indexes to customItemsIndexes and the height to customItemsHeight as shown in the examples.You can use DropdownButton2 as a popup menu button by using the parameter customButton. You can pass Icon,Image or any widget and customize it as shown in the examples.You can also use DropdownButtonFormField2 the same way with all options above and use it inside Form as shown in the examples.Use decoration parameter for the DropdownButtonFormField2 to add borders, label and more.You can customize DropdownButtonFormField2 width by wrapping it with Padding or with SizedBox and give it the width you want.I hope you like it, Thank you.

December 06, 2021 at 02:48AM by AhmedLSayed9
https://ift.tt/3EvNzUS
New post on /r/flutterdev subreddit:

Stale-While-Revalidate
Does flutter has any solution to Stale-While-Revalidate functionality? flutter_cache_manager says it uses 'Cache-control" header. Does it recognizes 'Cache-control:stale-while-revalidate' and acts accordingly? Or is there any other way of updating data in background periodically

December 06, 2021 at 03:24AM by mil10akash
https://ift.tt/3GgJl3F