Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New tweet from FlutterDev:

Declarative UI frameworks eliminate whole classes of bugs, but they can also feel like a puzzle 🧩. Walk through a Flutter app with live data and see how to structure content in a simple, scalable way.

Tune in for #io19 now → https://t.co/rcCp6AFaI3 pic.twitter.com/f9QGxqbQTh— Flutter (@FlutterDev) May 9, 2019

May 09, 2019 at 07:20PM
http://twitter.com/FlutterDev/status/1126537364690624514
New post on /r/flutterdev subreddit:

Flutter Web demo now available online
http://bit.ly/2JbBGdI

May 09, 2019 at 07:00PM by Buckazoid07
http://bit.ly/2JpeWGm
New post on /r/flutterdev subreddit:

Retrieving typing input/coordinate information from keyboard
Hi guys! Im trying to retrieve typing information such as the on-screen coordinates of where a user presses a key on a keyboard on Android and iOS using flutter similar to how swiftkey does it to generate their heatmaps.How would I go about doing this? Do I have to create my own custom keyboardI've tried to implement the suggestion here: How to Calculate the Coordinates of touch in Flutter?But once the keyboard drawer pops up, the on-screen coordinates do not register.

May 09, 2019 at 06:56PM by flutter_noob
http://bit.ly/2JdH0gC
New tweet from FlutterDev:

Excited about Flutter after all this week's news? We partnered with @LondonAppBrewer to launch a new training course at #io19.

You'll learn enough Flutter and Dart to publish an app to the store. 🏛🎓Zero experience needed!

Become a Flutter developer → https://t.co/KK5Qs7RVUB pic.twitter.com/8DprX41oQP— Flutter (@FlutterDev) May 9, 2019

May 09, 2019 at 08:00PM
http://twitter.com/FlutterDev/status/1126547386241835009
New tweet from FlutterDev:

Excited about Flutter after all this week's news? We partnered with @LondonAppBrewer to launch a new training course at #io19.

You'll learn enough Flutter and Dart to publish an app to the store. 🏛🎓Zero experience needed!

Become a Flutter developer → https://t.co/KK5Qs7RVUB pic.twitter.com/8DprX41oQP— Flutter (@FlutterDev) May 9, 2019

May 09, 2019 at 08:57PM
http://twitter.com/FlutterDev/status/1126561929533591552
New tweet from FlutterDev:

Earlier this week at #io19, the New York Times revealed a fresh version of KENKEN®, built with Flutter for mobile, web, and desktop. ✖️

Play the @nytdevs web version here → https://t.co/tleBXWEvEE pic.twitter.com/ds6qFTztb2— Flutter (@FlutterDev) May 9, 2019

May 09, 2019 at 10:00PM
http://twitter.com/FlutterDev/status/1126577662028390402
New tweet from FlutterDev:

Now that Flutter for web is in Technical Preview, check out some sample apps that use it, including a few great #FlutterCreate contest entrants.

Find our Flutter for web sample app gallery here → https://t.co/eUNvLq6w4l pic.twitter.com/PfAPishYFz— Flutter (@FlutterDev) May 9, 2019

May 09, 2019 at 11:00PM
http://twitter.com/FlutterDev/status/1126592754505719821
New post on /r/flutterdev subreddit:

How SEO friendly is Flutter Web/Hummingbird
I'm developing a Web App in addition to my mobile app with Vue.js and Nuxt.js to user server side rendering to enable proper SEO for my app.I'm assuming Flutter web will work similarly to other javascript frameworks in the SEO aspect, so the page is really first rendered in the client which makes problems for SEO crawlers. How does the future look like for flutter in this aspect? Will there be Serverside Rendering for flutter? When do you expect Flutter web to be production ready in terms of seo?

May 09, 2019 at 10:28PM by jwknows
http://bit.ly/2JtpeVX
New post on /r/flutterdev subreddit:

Does Flutter Web (Hummingbird) supports native code Android and ios?
Hello, I am actually native android and ios developer, who primarily develops and SDK(android library and framework). I personally don't plan to switch for Flutter, because our code works well and it is easier integrate for native apps too.However, I really like direction of a Flutter. The design, architecture really amazes me. Yesterday I heard about Flutter Web (Hummingbird). I knew from the past that Flutter enables to use native code(like, creating plugins, which use native code kotlin, java and swift). Please, correct me if I am wrong.If I am not, I hope so.. Would it be possible to create a Flutter app, which uses our native SDK as plugins and create a Flutter Web (Hummingbird) from it? Is it possible?. Thanks and good luck!

May 09, 2019 at 10:10PM by wellbranding
http://bit.ly/2JrdL9i
New tweet from FlutterDev:

🙌Thank You 🙌#io19 is officially wrapped! A big thank you to those who joined us online and in-person.

Watch the sessions here ↓ https://t.co/xM4BUeaSu0— Google Developers (@googledevs) May 10, 2019

May 10, 2019 at 02:28AM
http://twitter.com/FlutterDev/status/1126645065458126848
New post on /r/flutterdev subreddit:

So is Provider recommended over BLoC? Just watched Pragmatic State Management in Flutter from I/O 2019
I was set on BLoC and started learning and reading the BLoC documentation from Felix Angelov's package.​I literally spent two 8 hour days on it and I'm still trying to wrap my head around it. That said, I was still determined to learning and building this big project using BLoC because we need clean code that is easily maintainable by a team of six and scales well. After days of research, BLoC seemed like the the way to go.​After watching "Pragmatic State Management in Flutter" from I/O 2019 they were selling Provider (By Remi Rousselet) like it's sent from above and after watching them go over the code, yeah, it looks awesome, easy and best of all: less boilerplate.Matt and Filip are pretty amazing and obviously extremely knowledgeable, I've read and watched much of their stuff. I still feel like this deserved a more direct comparison between BLoC and Provider.​At the end of the video they still go over the typical "there is no best approach, the best approach depends on bla bla" but as someone new to state management and in it for the long term (we're thinking years of development) we need more guidance than that because we have 0 experience with state management and we don't want to waste time learning something that is inferior to a better, easier solution.​And as long term projects go, you want to start writing code the right way from the start, not spend a bunch of time writing something just to realize you have to do it all over again later or you did it the wrong way.​I'm no pro (far from it), so before I start coding this big, long term Flutter project with my team, should we switch over to Provider? Or is BLoC still the way to go for complex apps? We've written a few smaller Flutter apps, this will be our first app using proper state management.​Is BLoC > Provider? Or is Provider > BLoC?​Any advice or help is truly welcomed! Thanks!

May 10, 2019 at 02:58AM by SocialMammoth
http://bit.ly/2LxLqAU
New post on /r/flutterdev subreddit:

Skia overriding elements?
Is anyone know about they are using "skia" rendering engine lik-ish thing and it overrides default native elements? I heard about this from somewhere in this sub.

May 10, 2019 at 02:52AM by rizogg
http://bit.ly/2vQ92G8
New post on /r/flutterdev subreddit:

What is the best way to create widgets that will change itself based on external factors, such as changing a preference?
I want to chose which widget builds based on user preference. When the user changes the preference, I want to UI to reflect the change immediately.Right now I'm thinking of having the preference in a stream (brought in through an InheritedWidget) and using a StreamBuilder to decide which widget to build. I don't like this for two reasons.There is a slight flicker every time the widget is created (I'm not sure if this is caused by the StreamBuilder logic).It's lots of extra code every time I need to do it.What are the other ways of doing this?

May 10, 2019 at 02:46AM by the_best_moshe
http://bit.ly/2PYl61y
New post on /r/flutterdev subreddit:

Flutter Web Announced in Google IO19
http://bit.ly/2H65nco

May 10, 2019 at 06:15AM by KarthikPonnam
http://bit.ly/2VpnXX8