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

What is the best way to handle with screen sizes?
Hi !I'm working in my first side project and I have a doubt with how to handle the sizes of my widgets depending on the device screen.In iPhone 11 looks great, but when I emulate it in Nexus 5 all things become enormous... typographies, inputs, buttons... :(What do you think that is the most efficient way (that it's OK for the most cases) to have a nice UI always ?Thank you !

April 21, 2020 at 10:39AM by davizgrz
https://ift.tt/34SPYaS
New post on /r/flutterdev subreddit:

Is this book worth buying?
I want to make Deep learning app with flutter and tflite
Book name is Mobile Deep Learning with TensorFlow Lite, ML Kit and Flutter

April 21, 2020 at 08:33AM by jpohpoh
https://ift.tt/3btd1vI
New post on /r/flutterdev subreddit:

Weekly Questions Thread - April 21, 2020
This thread is for simple questions that don't warrant their own thread (although we suggest checking the sidebar, the wiki, our Discord, or Stack Overflow before posting). Also the Flutter.dev getting started tutorial and the Flutter Cookbook should have the answers to most simple questions.If you're new to Flutter you might also consider taking this free introductory course.Examples of questions:How do I send data to a new screen?Does anyone have a link to the source for the Flutter Gallery app?How do I change the application launcher icon in Flutter?Important: Downvotes are strongly discouraged in this thread. Sorting by new is strongly encouraged.Large code snippets don't read well on reddit and take up a lot of space, so please don't paste them in your comments. Consider linking Gists instead.Have a question about the subreddit or otherwise for /r/FlutterDev mods? We welcome your mod mail!Also, please don't link to Play Store pages or ask for feedback on this thread. Save those for the App Feedback threads we host on Fridays.Looking for all the Questions threads? Want an easy way to locate this week's thread? Click this link!

April 21, 2020 at 02:33PM by AutoModerator
https://ift.tt/3cC1nP0
New post on /r/flutterdev subreddit:

App Feedback Thread - April 21, 2020
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods

April 21, 2020 at 02:33PM by AutoModerator
https://ift.tt/2zkcNJ1
New post on Flutter Dev Google group:

VPN connection using flutter
Hello, I am try to connect vpn server using given IP and username & password. but I am unable to connect server. oland VPN Server: PL226.vpnbook.com Germany VPN Server: de4.vpnbook.com Following servers are optimized for fast web surfing; no p2p downloading US VPN Server: us1.vpnbook.com US VPN

April 21, 2020 at 03:39PM by Abhijeet Hasabe
https://ift.tt/2KoMPq8
New post on Flutter Dev Google group:

Finished with error: Gradle task assembleDebug failed with exit code 1 , when i run main.dart for the first time
I'm beginner in flutter I just create a new flutter project with intellij idea flutter plug in and I connect my device and then I run the main.dart file but I get this error I hope from someone knew the issue help me to fix it thanks in advance Launching lib\main.dart on SM G350E in debug

April 21, 2020 at 05:31PM by husam alkdary
https://ift.tt/2VolDhn
New post on /r/flutterdev subreddit:

Just started to learn flutter and I find it very complicated!!
I find it hard that widgets don't have IDs that we can call and easily retrieve their value. Why I have to create a lot of texteditincontrollers just to retrieve values of my textfields. Is there an easier way to do this??

April 21, 2020 at 05:14PM by mutantcoode
https://ift.tt/2RY2VuO
New post on Flutter Dev Google group:

How to render firestore dynamic content with a Stream Builder,drop down menu and List View
Hi, I have been trying to create a flutter List view page with content from a firestore subcollection, which can be changed using a dropdown menu. I'm able to use the streambuilder query snapshot to populate the dropdown list with DocumentID's of a parent firestore collection, but im having

April 21, 2020 at 06:52PM by Archie Kariuki
https://ift.tt/2xNaUEg
New post on /r/flutterdev subreddit:

State Management/Database components...
I am 2 months into Flutter/Dart learning. So far I am amazed at what can be done, but maybe I'm totally missing something. This is not a complaint, but perhaps a bit of confusion. I come from 35 years building DOS, then Windows client server business apps, the last 20 in Delphi/Pascal.Basically, state was not an issue and database usage was as easy as buy/write/share a database library/package where the boilerplate can live and from the developer's point of view:Establish your database connection (login to SQL, noSQL, flat file...)Create table (container) level components, datasets that hold the query (sql...)Connect your visual components (grids/lists/dropdowns) to the datasets. User actions take you from there.I know, and can see the beauty of streams of data that update your chat, or messaging app, but honestly, in my 35 years I have only needed that in a few apps. Mostly business apps are: collect data, present data, manipulate data, post data, report on the data.I see Flutter as an excellent way to get data in, and probably do everything else, but I don't understand why there is so much boilerplate code required to do what seems to be so simple. There are soooo many great widgets and packages and whole apps you can download for free, but is there a simple database CRUD package without all the boilerplate?​Thanks for leaving me space to vent lol

April 21, 2020 at 07:28PM by jrheisler
https://ift.tt/2RVnQik
New tweet from FlutterDev:

Get the scoop on how animations work!

Animations are just fast, consecutive rebuilds of a widget. Dive into @filiphracek's post to take a closer look at Ticker and see how animations work in a step-by-step guide.

Read here ↓ https://t.co/lmzGp92J2S— Flutter (@FlutterDev) April 21, 2020

April 21, 2020 at 08:12PM
http://twitter.com/FlutterDev/status/1252661607538163713
New post on Flutter Dev Google group:

Something is different with Flutter: 1.12.13+hotfix.9
Something is different with Flutter: 1.12.13+hotfix.9 VS Code 1.44.2 I'm running on the latest iMac I'm experiencing different problems, here is an example: my print commands are retaining old information. I update the print line in the function but VS Code still prints the old info to the

April 21, 2020 at 08:37PM by jerry hamby
https://ift.tt/3eBMrCq
New post on /r/flutterdev subreddit:

Hydro-SDK - Author native Flutter experiences in Typescript and deliver updates directly to users over the air and out of band
https://ift.tt/2K5skyz

April 21, 2020 at 08:29PM by chgibb
https://ift.tt/3eIRCjV
New post on /r/flutterdev subreddit:

LAN Communication
I wanted to create a game with a LAN multiplayer. However I couldn't find any easy methods to transfer data between devices on LAN. Hence I eventually created my own.client_server_lanPlease can I have opinions (and maybe even contributions) on this package. I've also published it on pub.dev so feel free to import it using that.

April 21, 2020 at 08:14PM by robert31415
https://ift.tt/3aqCSD7