Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: Why the emphasis on client side for Dart?
Dart started as a web language but has since developed into a full fledged language for server side as well. I view it more of a general purpose language. When one view the Dart lang homepage, with wordings such as “With features aimed at client-side development”, “a client-optimised language”,

Submitted September 06, 2018 at 09:15AM by Jaxon Du
via Flutter Dev https://ift.tt/2wQGJIw
GGroup: Show alert dialog on app main screen load automatically
0down votefavorite < https://stackoverflow.com/questions/52164369/show-alert-dialog-on-app-main-screen-load-automatically# > I want to show alert dialog based on a condition. Not based on user interaction such as button press event. If a flag is set in app state data alert dialog is shown

Submitted September 06, 2018 at 09:32AM by Rajeev Mishra
via Flutter Dev https://ift.tt/2wMgvqI
Reddit: I open sourced the FlutterChess app and wrote an explainer article on how to create a chess app and the use of the flutter_chess_board package. Take a look:
https://ift.tt/2MPyXsu

Submitted September 06, 2018 at 11:23AM by deven9852
via reddit https://ift.tt/2CqGXvi
Reddit: GitHub - Norbert515/pimp_my_button: Add particle effects to anything.
https://ift.tt/2Q9chBm

Submitted September 06, 2018 at 02:26PM by norbert515
via reddit https://ift.tt/2QcpWIf
GGroup: What does the underscore mean in fat arrow function parameter?
Hi, I see a code example that uses `(_) => WebviewScafford`. What does the underscore mean? Thank you! class Main extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( title: 'Demo App', theme: ThemeData( primarySwatch: Colors.bl

Submitted September 06, 2018 at 09:08PM by Gwowen Fu
via Flutter Dev https://ift.tt/2oL6SEn
GGroup: Visual Studio code, IntelliJ, Android Studio, or?
Hi All, I am picking a development environment. Any advice is greatly appreciated. Which environment /IDE is most stable, most likely to work today and as flutter progresses? Idk if it is 'hard' to setup the IDE, networking, etc. I have Mac, Linux, Windows 10. Thanks much for any and all help!

Submitted September 06, 2018 at 10:21PM by hoek
via Flutter Dev https://ift.tt/2NOKeFU
Reddit: Ran flutter upgrade today and windows defender detected this. Is it safe?
https://ift.tt/2wLxPLG

Submitted September 07, 2018 at 01:56AM by Input_Circuit
via reddit https://ift.tt/2M4NJ9H
GGroup: Refresh ListView
I want to change an image at runtime inside Listview but can't find a way to do that. can anyone suggest a workaround for the same

Submitted September 07, 2018 at 10:21AM by swapnil kumar
via Flutter Dev https://ift.tt/2Qc9UOs
GGroup: What about google_maps_flutter on iOS?
Having looked at a number of google maps plugins I finally came across google_maps_flutter and I really like it. It appears to be better maintained and more stable than all of the other google maps api implementations for flutter that I have been able to evaluate. I wonder why it is not available

Submitted September 07, 2018 at 11:26AM by Andreas Sumerauer
via Flutter Dev https://ift.tt/2CvVbv0
GGroup: MultiTouch issue in Drawing using flutter
Hi all, I'm using gestureDetector and customePaint to perform drawing. But the problem in my drawing app is multi-touch issue while drawing all fingers support drawing. So how to avoid multi touch in flutter. regards Manu,

Submitted September 07, 2018 at 01:14PM by Manusb
via Flutter Dev https://ift.tt/2CD3gOC