Kounex (@kounexx) 's Twitter Profile
Kounex

@kounexx

Red Hat | Open Source & Open Knowledge | Flutter & App Security | Organizer of Flutter Hamburg | Security researchers are not from this world

ID: 866587487556292609

calendar_today22-05-2017 09:32:12

353 Tweet

114 Takipçi

122 Takip Edilen

Kounex (@kounexx) 's Twitter Profile Photo

Flutter Hamburg is crushing it! Attendee numbers are going up and up and there are so many good insights and questions. The Flutter community is awesome 🎉 #flutter #meetup #flutterhamburg #opensource #openknowledge

Flutter Hamburg is crushing it! Attendee numbers are going up and up and there are so many good insights and questions. The Flutter community is awesome 🎉

#flutter #meetup #flutterhamburg #opensource #openknowledge
Kounex (@kounexx) 's Twitter Profile Photo

A known open "issue" that Color.lerp(...), which is being used to animate a transition of color, is not handling opacity well (as seen in the video here). Here the issue and a nice solution for everyone interested: github.com/flutter/flutte…

Kounex (@kounexx) 's Twitter Profile Photo

The socks have been well received, RevenueCat 😍 App Store rejections might be painful, but these socks will definitely make me withstand those with ease 😎 thank you very much!

The socks have been well received, <a href="/RevenueCat/">RevenueCat</a> 😍 App Store rejections might be painful, but these socks will definitely make me withstand those with ease 😎 thank you very much!
Damian Bast 💙 (@damiankbast) 's Twitter Profile Photo

I'm currently thinking about opening my #Flutter training to smaller teams and individuals If you are interested in improving your Flutter skills with a "personal trainer" using a proven, structured approach - I would love to hear from you! bit.ly/flutter-traini… Flutter

Alessio Salvadorini 💙 (@asalvadorini) 's Twitter Profile Photo

So today I have the same problem as Kounex here 👇, using freezed by Remi Rousselet . I've a simple class with 2 unions, and I would like to apply my custom json converter to the class itself, without the need to have the wrapper class. Any solution? Code example to follow⬇️

Flutter (@flutterdev) 's Twitter Profile Photo

Explore Flutter talks and workshops at DevFest. DevFest is all about bringing devs together to network and innovate with Google tools. 💙 Find a conference near you. → goo.gle/3Rr0y3j

Kounex (@kounexx) 's Twitter Profile Photo

Is there a general approach of enabling form submitting (especially pressing enter) in flutter web without having to use `onSubmitted` on every TextField + the "Submit Button"? `Form` unfortunately only has the `onChanged` property #flutterdev