Flutter Heroes
25.6K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: GLFW scrolling with FlutterEmbedder
I can run Flutter apps on OSX and GLFW, but I'm having trouble integrating the GLFW scroll events (for touch-pad scrolling). I tried sending Flutter pointer events (FlutterEngineSendPointerEvent), but couldn't get any combination of event parameters to work. void scrollCallback(GLFWwindow*

Submitted January 22, 2018 at 07:32AM by Mark Craig
via Flutter Dev http://ift.tt/2mZGhCV
Reddit: Flutter Weekly #3
http://ift.tt/2G3Rp9P

Submitted January 22, 2018 at 07:17AM by KingBaal
via reddit http://ift.tt/2rsLFTJ
GGroup: 'flutter channel alpha' gives This channel is obsolete
I recently had to reinstall flutter, after which I switched to the master channel because there are some features am working with that are yet to land on the alpha. After a while, I wanted to switch back to the alpha yesterday, but when I run 'flutter channel' I noticed the new channel list from

Submitted January 22, 2018 at 09:58AM by Michael Tawiah Sowah
via Flutter Dev http://ift.tt/2mYx4dq
Reddit: FLUTTER IS THE FUTURE OF MOBILE APP DEVELOPMENT – Boštjan Mrak – Medium
http://ift.tt/2DxzPxt

Submitted January 22, 2018 at 05:35PM by sethladd
via reddit http://ift.tt/2n4pPRh
Reddit: Dart Conference: January 23-24 2018
DartConf 2018 is starting tomorrow, Wednesday January 23. There are a lot of sessions related to Flutter! Check out the official DartConf website.The sessions will be live-streamed on this page on YouTube. Following the event the videos should be posted on the Google Developers YouTube channel.There's also a semi-official app (created using Flutter, off course). You can also follow along with the #dartconf hashtag on Twitter.What is everyone most looking forward to?

Submitted January 22, 2018 at 10:57PM by KingBaal
via reddit http://ift.tt/2G57JXM
Reddit: Why we chose Flutter and how it’s changed our company for the better.
http://ift.tt/2G9g5NY

Submitted January 23, 2018 at 08:32AM by Purple_Pizzazz
via reddit http://ift.tt/2ruoLvp
GGroup: Whats the use of "extra" StatelessWidget in app template?
The generated app template uses a StatelessWidget like so: void main() { runApp(new MyApp()); } class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return new MaterialApp( home: new MyAppHomePage() ); } } class MyAppHomePage extends

Submitted January 23, 2018 at 09:02PM by Jaxon Du
via Flutter Dev http://ift.tt/2rDhBVN
GGroup: Incompatible AdMob plugin change coming
I'm about to land Andrew Brogdon's contribution to the AdMob plugin: Adds rewarded video support to firebase_admob #341 As you can see, this PR adds support for "rewarded video ads" to the existing support for banner and interstitial ads. There

Submitted January 23, 2018 at 11:52PM by hansmuller
via Flutter Dev http://ift.tt/2E3FLv4
Reddit: Playlist with talks from DartConf 2018
https://www.youtube.com/playlist?list=PLOU2XLYxmsIIJr3vjxggY7yGcGO7i9BK5

Submitted January 24, 2018 at 08:36PM by KingBaal
via reddit http://ift.tt/2E4Mp3Z
GGroup: Animate absolute Positioned Containers inside a Stack
Hello, I'm trying to animate a absolute positioned container at the end of a gesture drag. My absolute positioned containers inside a stack: child: new Container( child: new Stack( children: items .map( (item) => new Positioned( child: new Container(

Submitted January 24, 2018 at 11:40PM by Taco Perquin
via Flutter Dev http://ift.tt/2E7Aqmn