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

flutter test questions
It seems the pump with duration doesn't work, for exmaple, the below code, it doesn't wait for 25 seconds at all, always returns quickly? await tester.pump(new Duration(seconds: 25)); Also, how can I see debugPrint result of the app code when I pumpWidget? Thanks

June 26, 2021 at 01:14AM by wyx....@gmail.com
https://ift.tt/3dgVNV1
New post on /r/flutterdev subreddit:

I like the Simplicity of Flutter App Architecture and File/Folder Structure Discussed here. I am thinking of adapting my architectures towards this. Works with Provider
https://ift.tt/3vSBYtQ

June 25, 2021 at 09:24AM by lohanidamodar
https://ift.tt/2UFX0ir
New post on /r/flutterdev subreddit:

Figma to Flutter Unit Translation
I'm currently working on a project which has a Figma UI design. Using the pixel dimensions of the Figma project gets messy real quick as they don't have 1:1 correspondence with Flutter's.Is there a standard conversion rate between Figma and Flutter units or would I just have to do everything based on best guesses/intuition?

June 26, 2021 at 09:44AM by Hendwage
https://ift.tt/3jkAxBF
New post on /r/flutterdev subreddit:

Just installed flutter, can't figure out this error pls help
https://imguploader.net/images/tKjo53UIoeRx​When I run it on chrome (web) it works fine but when I try to run it on my emulator i get this error.

June 26, 2021 at 11:25AM by mudigone
https://ift.tt/3jcneTT
New post on /r/flutterdev subreddit:

Asynchronous Programming | Working With Data Using Flutter | Tutorial # 1
https://youtu.be/Mf7iqCfvlvc

June 26, 2021 at 04:50PM by ITMastering
https://ift.tt/3quKi1W
New post on /r/flutterdev subreddit:

Is Flutter more similar to ReactJS or VueJS?
Hey Everyone,Before learning Flutter, I learned reactjs with server-side rendering for my PWA web apps.I've now transitioned my app dev to Flutter, but I have some aspects of my Flutter app that I want to be more public web facing and SEO optimized, so I am going to be using Next js or Nuxt js to do the server-side rendered, or static file generation build out of those elements.(Flutter web is not meant for SEO or static web pages, so that's a different argument)I am very interested in VueJS / NuxtJS - however, I would like to stick to a framework that is most conceptually similar to Flutter's Inheritance Widget model. I started some very early tutorials for VueJS and it seems to have a very different templating engine / overall approach to React / Flutter.React Components and JSX, as well as the state / lifecycle seemed pretty similar to Flutter when I was learning Flutter. But I don't know enough about Vue to really say if Vue is actually less similar.I am wondering if anyone else has experience with all of these technologies, and can make a recommendation for which JavaScript framework is most similar to Flutter. Again, my end goal is server-side rendering / static site generation via NextJS or NuxtJS (using the same datasets that power my Flutter mobile app).My brain space would like it best to not have to maintain two very conceptually different frameworks.I have not used ReactJS since version 16.5 (and at that time I never got into hooks or context), so I feel that when I dive back into these this, I have a lot to learn, so it's a good opportunity to evaluate Vue against React.Thanks!

June 26, 2021 at 05:20PM by boon4376
https://ift.tt/3hb7Vbd
New post on /r/flutterdev subreddit:

Heyy everyone, if someone is looking for offline database solution in Flutter, sqfentity is working really well for me, so here is an example on how to set it up! 😊
https://youtu.be/RvGdL57ruVo

June 26, 2021 at 06:43PM by weird-human-of-earth
https://ift.tt/2UIFXfB
New post on /r/flutterdev subreddit:

Does a Front End web developer only..
Does a front end web developer only worry about the layout of the page (widget layout in flutter, color, margins, etc. or does he also have to worry about decoding JSON from API calls for example.

June 26, 2021 at 08:41PM by mryoloo
https://ift.tt/3h7zaDB
New post on /r/flutterdev subreddit:

Well, file saving in flutter has a new option!
Hey guys, few months back I published I published a package known as file_saver for saving the file with a few lines of code, supported by all platforms, now I'm file_saver 0.0.8 is here which supports opening a file manager for saving the file in the user's desired directory, this method is only supported by Android and iOS right now, but the support for mac and windows are coming soon, I'll need help with the web part, and linux will take a little bit of time. My first post git a lot of support so thank you all guys for your support. Lets flutter into the skies ;-)

June 26, 2021 at 10:37PM by incrediblezayed
https://ift.tt/3dhZHx1
New post on Flutter Dev Google group:

Hola soy nuevo en Flutter Saludos a todos!
Espero conocer gente de habla español aunque entiendo ingles aun me falta aprender más

June 27, 2021 at 12:05AM by Davis rD
https://ift.tt/3AcPpbs
New post on /r/flutterdev subreddit:

I am confused about BLOC
Hello Everyone, I was looking into BLOC when I came across one tutorial on youtube which was easier to understand than others. But the thing is in the tutorial, BLOC package was never used and the guy on the tutorial only uses streamController and StreamBuilder.Can anyone tell me if this is BLOC or not?here's the video: https://www.youtube.com/watch?v=jIoWkct6_EM&ab_channel=CodeX

June 27, 2021 at 04:02AM by Dragneel_passingby
https://ift.tt/3w0ftTy
New post on Flutter Dev Google group:

Passing JSON to FutureBuilder returns null at first - Flutter
I created an async function to fetch the timeline of public tweets using Twitter API: * Future
New post on Flutter Dev Google group:

Flutter Splash Screen Creation Error
when I'm trying to edit splash screen there are error in android:gravity="center" ,error is "Attribute android:gravity is not allowed here" ,how can i fix this?

June 27, 2021 at 09:01AM by Raveen Malitha
https://ift.tt/35R9K8e