Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

Automatic Email
Dear Team, Are there any options available to send an automatic email to a certain email address? Please advise me. Thank you.

August 17, 2020 at 10:49AM by Ram Kumar
https://ift.tt/2Yp8shx
New post on Flutter Dev Google group:

navigating with method callback is not working
here is code I want to go sortedResult page when click go button but that doesnt work for me: ```import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; void main() { runApp(MyApp()); } class MyApp extends StatelessWidget { // This widget is the root of your

August 17, 2020 at 01:11PM by jiin...@gmail.com
https://ift.tt/2Q2c845
New post on /r/flutterdev subreddit:

Things I learned while developing Flutter GraphView widget with MultiChildRenderObject
I recently released a flutter library which garnered a good feedback for some reviewers.Here are the things I learnt while developing it. Hope you like it.​https://medium.com/@nabil6391/things-i-learned-while-developing-flutter-graphview-widget-with-multichildrenderobject-a7781eb8e617

August 17, 2020 at 04:03PM by nabil_mh
https://ift.tt/2PZ4SWB
New post on /r/flutterdev subreddit:

Flutter Tap Weekly Newsletter Week 52! - One year! Tutorials, videos, packages, and much more!
https://ift.tt/313By7G

August 17, 2020 at 03:37PM by vensign
https://ift.tt/3iGF2TE
New post on Flutter Dev Google group:

ListView.builder is not showing Wrap widget
Hello every one I have ListView.builder with Wrap which is not showing on the screen for some reason here is my code: class Home extends StatelessWidget { List
New post on Flutter Dev Google group:

Multiple Video Picker in Flutter
Just like multi_image_picker 2.2.44 package, Any package available for picking multiple videos in flutter? Using File Picker , we can select multiple videos, but how to display video on screen?

August 17, 2020 at 05:37PM by kiran....@gmail.com
https://ift.tt/3g1AFkp
New post on /r/flutterdev subreddit:

Attempt Limit Flutter App
I was wondering if it is possible to create a question and answer application, which counts the user's attempts to complete the questionnaire. For example: You have 3 attempts to get all the answers right, and if you don't get any of the 3 right, you lose. Is this possible?

August 17, 2020 at 08:21PM by AikoKikuchi
https://ift.tt/3g7wEuF
New tweet from FlutterDev:

🎉You're invited to the Layout Explorer party🎉

Software engineering Intern at Flutter, @adalberht, shares 3 ways you can use Layout Explorer to debug layout issues. Learn the best ways to get the Layout Explorer working for you!

Watch here → https://t.co/4hTcohFl35 pic.twitter.com/L3soLkmeqL— Flutter (@FlutterDev) August 17, 2020

August 17, 2020 at 10:04PM
http://twitter.com/FlutterDev/status/1295451477134254081
New post on /r/flutterdev subreddit:

Hiring flutter dev to build gambling feature for game app
Hello!I'm looking for a flutter developer to build a gambling feature + make improvements to my multiplayer backgammon app, FriendGammon.The MVP is available on the app store and google play store.The current stack is elixir database postgres on the backend. AI was implemented with tensorflow/python and the AI model is served with tensorflow serving from google. Integrations with Twilio for SMS and OneSignal for push notifications. (I don't expect you to work with the AI, but it would definitely be a plus).If you're interested, please shoot me an email at [hello@friendgammon.com](mailto:hello@friendgammon.com).In your email, please include resume, portfolio of previous works, how much time you can devote to this, and what kind of compensation you're looking for.Thanks!

August 17, 2020 at 10:40PM by LeopardPrint5
https://ift.tt/2Q4w4mE
New post on /r/flutterdev subreddit:

I've created my first flutter package and I'm excited! | sms_scheduler | Flutter Package
https://ift.tt/323lT7A

August 18, 2020 at 12:20AM by ImGeorges
https://ift.tt/3avA9tK
New post on /r/flutterdev subreddit:

Using types to improve separation of concerns and unit test easily on Flutter/Any-Typed-Language
https://ift.tt/3kNqwv4

August 17, 2020 at 12:39AM by danielgomez22
https://ift.tt/2EfjM8l
New post on /r/flutterdev subreddit:

Why do I have to free up memory in the dispose function shouldn't the garbage collector just do this for me?
I always read that I should dispose all my controllers and streams in the dispose function but why? When I have a stream or a controller I have some variable for it like: Stream s = MyStream(); or TextEditingController t = TextEditingController(); (i think you know what I mean).As soon as the class (the state class) gets destroyed the streams and controllers aren't refernced anymore and this would mean the garbage collector just frees the memory. No need to dispose them all by hand.What am I missing?

August 18, 2020 at 06:02AM by Hard_Veur
https://ift.tt/315sdfB