Flutter Heroes
25.6K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: Port a JS library to dart, Customizations and alpha roll
Hi Flutter team, *Convert js library to dart* I want to port a js library to dart, are there any tools that can help me facilitate this process? particularly I want to port so I use in my flutter app its a two-way encryption library with a js and a php bit, I want to port just the js bit.

Submitted November 29, 2017 at 12:50PM by Michael Tawiah Sowah
via Flutter Dev http://ift.tt/2AgDbCh
Reddit: Is Flutter an okay place to start with android app development?
Background: CS student who's done a lot of programming, graduating in a few months. I'm familiar with Java, Python, C, and C++.I haven't done much web dev nor app dev, have done some game development. I've tried Android Studio but didn't care enough to deal with the dependency-fuckiness I had going wrong. Should I stick to Android Studio while I learn, or is Flutter a good place for someone like me to start?

Submitted November 29, 2017 at 07:05PM by 1vs
via reddit http://ift.tt/2zP8jJZ
Reddit: are the docs open sourced somewhere so i can build and serve them locally?
No text found

Submitted November 29, 2017 at 09:17PM by snaftyroot
via reddit http://ift.tt/2k9UtuG
GGroup: Breaking change in InheritedElement: dispatchDidChangeDependencies is being removed
InheritedElement.dispatchDidChangeDependencies < http://ift.tt/2AkQnDS> has only been useful in the framework itself. No code outside the framework that we are aware of uses this method. So we decided to remove it and make

Submitted November 30, 2017 at 08:01AM by Yegor Jbanov
via Flutter Dev http://ift.tt/2AeN2Z4
GGroup: Listen for keyboard events (iOS)
Hi everyone, In my project I need to capture user input from keyboard in a form of KeyPress events. TextInputConnection doesn't seem to provide this level of granularity. I did find RawKeyboard which seems to be what I need, but it doesn't support iOS at this point. Wondering if this is

Submitted December 01, 2017 at 03:46AM by Anatoly Pulyaevskiy
via Flutter Dev http://ift.tt/2jBlu6e
GGroup: Trying to add a link to my Flutter app
Hi, Trying to add a link to my app I'm following this very simple example: http://ift.tt/2ixgyCL After replacing the code in pubspec.yaml as instructed and clicking on "Packages get" on InelliJ, I get this error message: Error on line 4, column 14 of pubspec.yaml:

Submitted December 01, 2017 at 12:13PM by ash touch
via Flutter Dev http://ift.tt/2AxnkQ4
GGroup: Cache networkImages
Hi, I wanted to download and show images in my app. Although image.network works nice, I wanted to store them at the phone in the cache directory. Thus, I decided to make my first public library that does exactly that. It downloads the image and stores them in the temporaryDirectory. It stores

Submitted December 02, 2017 at 02:22PM by Rene Floor
via Flutter Dev http://ift.tt/2AsdXyN
GGroup: A question about Flutter dynamic update
I really want to konw ,flutter will have about *dynamic update mechanism* later? Just like React-Native use to download jsbundle similar patch package to dynamically update the app and do not send a new version?

Submitted December 02, 2017 at 05:13PM by glndex -
via Flutter Dev http://ift.tt/2BtiJvd
GGroup: some question about state
Hello everyone, i have a some widgets and a parent widget who create them. I managed to get an object back to the first widget (for example) and i would like to pass this object as parameter to be used in the second widget. How can i do this? if you take a look at the code i've posted, i have

Submitted December 02, 2017 at 06:40PM by Davide Maccagno
via Flutter Dev http://ift.tt/2AnqANc
Reddit: Video Player plugin for Flutter
http://ift.tt/2A2tzec

Submitted December 02, 2017 at 11:38PM by Purple_Pizzazz
via reddit http://ift.tt/2icSQIi
Reddit: apn_fb_login: A flutter plugin project that allows you to easily connect to Facebook
http://ift.tt/2BxXvw1

Submitted December 03, 2017 at 09:16PM by Purple_Pizzazz
via reddit http://ift.tt/2jbBVH1
GGroup: Thinking about a Flutter video vs blog-by-blog course
Hey there all, I'm in the process of re-writing an iOS app I have in the app store (profitable) right now. As I go, I'm writing up course material to teach others / spread the word re Flutter. *I'd like to get your thoughts on if I should do this as a youtube video + show the code thing or a

Submitted December 04, 2017 at 06:18AM by Nicholas Manning
via Flutter Dev http://ift.tt/2iMK1sy
GGroup: Changing widget/widget style based on OS?
Hello there, After an initial review of the Flutter documentation, it looks to me like there is no cleanly separate code that presents iOS (Cupertino) type widgets vs Android (Material Design) type widgets, except by using a lot of 'if' statements. Some widgets like the "appBar" in the

Submitted December 04, 2017 at 06:57AM by Nicholas Manning
via Flutter Dev http://ift.tt/2A181Qf
GGroup: trade-offs of assets in library packages vs. flutter app assets?
I'm creating a Flutter app, and I'd like to load some data files (text files) at runtime with the app (and bundle them into the app). I'd like to make some of the core components of my mobile app available to other Dart applications. So, I was planning to have the data files and the parsing code

Submitted December 04, 2017 at 08:24AM by steve christensen
via Flutter Dev http://ift.tt/2nrFywT
Reddit: Michael Thomsen, Google — Dart and beyond: Flutter
https://youtu.be/kH1_Foi-znk

Submitted December 04, 2017 at 10:32AM by sebe42
via reddit http://ift.tt/2iLDRcg
GGroup: how do I hide divider on TextField or TextFormField?
how do I hide the divider on TextField or TextFormField?

Submitted December 04, 2017 at 02:27PM by Michael Tawiah Sowah
via Flutter Dev http://ift.tt/2A02R6N