Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

Having trouble with handling native method call in Swift
In the app I'm writing I'm having trouble with handling the arguments: *let* args = call.arguments *as*? Dictionary
New post on /r/flutterdev subreddit:

Advanced Flutter: Matrix4 and Perspective Transformations
https://ift.tt/2uoUbWk

February 10, 2020 at 10:31AM by deven9852
https://ift.tt/37cvaL9
New post on Flutter Dev Google group:

Flutter web is not connecting to browser instance due to fire wall
Greetings Flutter Gang! I am having trouble connecting to chrome. I had this issue in the past, but I read some article on the internet that help me to solve the problem. I been searching for 3 days for this and I been unsuccessful. I upgrade to latest android studio and updated windows 10. I

February 10, 2020 at 10:58AM by spaceage
https://ift.tt/2SvxFTG
New post on /r/flutterdev subreddit:

Flutter Tap Newsletter - Week 25 - Articles, tools, tutorials, videos and much more. Submit your app of the week!
https://ift.tt/37jQajn

February 10, 2020 at 01:17PM by vensign
https://ift.tt/2tGjBOy
New post on /r/flutterdev subreddit:

My first Flutter sample - Login/Register using MVVM and clean architecture
https://ift.tt/39nUUWi

February 10, 2020 at 01:07PM by MOHAMED_I
https://ift.tt/2SfVOOQ
New post on /r/flutterdev subreddit:

Can I use Bloc patter in flutter with API response accessible on multiple screens?
/r/Flutter/comments/f1pwzn/can_i_use_bloc_patter_in_flutter_with_api/

February 10, 2020 at 02:37PM by ronlobo12
https://ift.tt/2OJJowF
New post on /r/flutterdev subreddit:

Will you ever have to touch these files/folders? (.dart_tool, .idea, .flutter-plugins, ...)
Basically all files prefixed with a "." and pubspec.lock. Do you ever have to touch them? Does anyone use VS Code to hide them from the file to explorer to keep it less cluttered?

February 10, 2020 at 04:29PM by themindstorm
https://ift.tt/3brLRWk
New post on /r/flutterdev subreddit:

How to implement generic Dio Transformer?
Dio uses Transformers to convert responses of Http calls to Map. I would like to implement a custom Transformer that will transform the response body directly to its respective DTO(BuiltValue class). I have created a serializer class that provided the type of class that can make the conversion from Map to the DTO object, but I do not know how to specify the type that is expected to be in the body of the response. The method that I should override in the Dio Transformer looks like this:
Future transformResponse(RequestOptions options, ResponseBody response) { // implementation here } 
The problem I have here is it does not have any <T> declaration which I could use to tell it which object I am expecting in the body of the response. I would like all the logic to be in this method so that I do not have to call fromJson methods every time I need to parse the response of an Http call. I would like this process to be managed in the Transformer.

February 10, 2020 at 04:53PM by albaniantech
https://ift.tt/2w5XhPm
New tweet from FlutterDev:


🙌❤️🙏  🙏❤️🙏
❤️   ❤️ ❤️   ❤️
🙏   THANKS 🙌
❤️ FOR ❤️
  🙌 WATCHING 🙏
   ❤️    ❤️
  🙏 🙌
      ❤️

We hit 2M on YouTube!

Join the party&rarr;https://t.co/6hvNzJa1wL pic.twitter.com/75AppIKRS1— Google Developers (@googledevs) February 10, 2020

February 10, 2020 at 06:56PM
http://twitter.com/FlutterDev/status/1226927997036331008
New post on Flutter Dev Google group:

Flutter Development Partners - Canada
Hi Flutter-Dev, One of my advertisers asked if we know of a list of Canadian Partners that have Flutter Experience. Has anyone seen a list out there, or would you be able to pass along some organizations that have experience? Looking forward to hearing back, Gordy

February 10, 2020 at 07:36PM by Gordon Guay
https://ift.tt/3bqyLIJ
New post on /r/flutterdev subreddit:

I can't access flutter.dev and dart.dev
Does anyone else has this problem ?

February 10, 2020 at 07:19PM by ishalaby
https://ift.tt/2vkarYI
New post on /r/flutterdev subreddit:

How to use Flutter with SQLite
https://ift.tt/3bstBfu

February 10, 2020 at 09:33PM by Happycodeine
https://ift.tt/3bsqjsE
New post on Flutter Dev Google group:

Flutter for Kiosk
Hello everyone, Does anybody know if Flutter can be used to design a kiosk? I have a three panel 55" setup but looking for something to design and implement a kiosk.

February 10, 2020 at 10:21PM by Daniel Vera
https://ift.tt/2UD4CA9
New post on Flutter Dev Google group:

[Breaking change] Changing Navigation System Channel Message Format
Hello Flutter Community, If you are not managing the navigation system channel < https://api.flutter.dev/flutter/services/SystemChannels/navigation-constant.html>, you can stop ready now. We would like to change how the Navigator
New post on Flutter Dev Google group:

Flutter - Type 'MyModel' is not a subtype of 'MyModel' of 'result'
I'm fairly new to flutter. I've been trying my best to learn as I go. I'm trying to display a modal where the user can pick some options from a dropdown field and enter some data into text fields. Once the user taps on save, the modal would close and I could retrieve their input on the first

February 11, 2020 at 02:53AM by Dida
https://ift.tt/37bJSSx