Flutter Heroes
25.6K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: Flutter plugin v21 now available -- Introducing the NEW Flutter Inspector
Flutter Inspector We’re very excited to be able to announce the first version of the Flutter Inspector for IntelliJ and Android Studio! It will be featured in a talk at DartConf in LA (Wednesday, Jan. 24, 10am Pacific time) and will be live streamed on the DartConf website
Submitted January 19, 2018 at 09:22PM by Wm Leler
via Flutter Dev http://ift.tt/2DRQ6tI
Reddit: Flutter plugin v21 now available -- Introducing the NEW Flutter Inspector
http://ift.tt/2mSz0nH

Submitted January 19, 2018 at 09:34PM by KingBaal
via reddit http://ift.tt/2DrbHfK
GGroup: ios/Flutter/flutter_assets/snapshot_blob.bin and version control
I know that generated files should generally be .gitignore'd, but I don't know the role of this file and it is not included in the default ios .gitignore file, so I'm a little uncertain. Help?

Submitted January 19, 2018 at 10:11PM by Michael Dresser
via Flutter Dev http://ift.tt/2Dmbl5U
Reddit: Fluvies: A movie browsing and saving app
http://ift.tt/2DtN4ye

Submitted January 20, 2018 at 12:26PM by dilpreet2028
via reddit http://ift.tt/2EVz4KL
Reddit: Handwritten keyboard in Flutter
I need to implement a handwritten keyboard in flutter mainly for entering mathematical related stuffs. How can actually implement it.I like to know Flutter's interoperability with native iOS and Android code.In android the MobileVision library has a TextRecognition part. Am I going in the write direction? Is there any API for iOS (Text Recognition)?.

Submitted January 21, 2018 at 01:32PM by ambareeshb
via reddit http://ift.tt/2BgmALA
GGroup: GestureDetector on Tile not working after new Tile added
Hello, I'm beginning with Flutter and to learn, I try to reproduce other app I created. I can't understand why I have a bug with a customised ListView. Try the code below, after I add a dog, the added dog's tile work well (the tile slide well right to left) but the others tiles (added before)

Submitted January 21, 2018 at 07:46PM by Grégoire Berclaz
via Flutter Dev http://ift.tt/2BgC5Tv
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