Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

flutter_mockitory | Package that helps mocking data layer using Flutter widgets
https://ift.tt/3cZxb3H

April 07, 2021 at 10:26PM by jarekb123
https://ift.tt/3dDsFqw
New post on /r/flutterdev subreddit:

Daily Flutter: History of Flutter
https://imgur.com/a/sDlPoDO

April 07, 2021 at 10:20PM by ConfidentRoberto
https://ift.tt/3wzcnHP
New post on /r/flutterdev subreddit:

Is flutter a good option for big projects?
Our current project is mainly focused on web and with flutter other cross platforms look like a reward. I want to know these things:Is flutter 2 stable enough to make good web apps with good benchmarkDoes flutter 2 support code push like react nativeIs flutter scalableWhat would be the best architecture to work with flutterEdit: Also I would be very happy if you guys would mention few apps built using flutter especially web

April 07, 2021 at 11:52PM by cosmosDors
https://ift.tt/2PHiQzK
New post on Flutter Dev Google group:

an infinite loop problem freezes the app
[image: devtoollllllllllllllllll.PNG]

April 08, 2021 at 01:37AM by Bened
https://ift.tt/3rYDd8I
New post on /r/flutterdev subreddit:

Create Hyperlink in Flutter Web
https://ift.tt/3fPGSn1

April 08, 2021 at 04:17AM by thehappyharis
https://ift.tt/3mrOOfo
New post on /r/flutterdev subreddit:

What is the Best to generate PDF with Flutter ?
I search to create a beautiful pdf file with picture and informations fill in a form previously can you advice me a tool or dart library please ?

April 08, 2021 at 09:04AM by JJDevelopper
https://ift.tt/2Q9USgk
New post on /r/flutterdev subreddit:

Flutter music sheet display
affects performance or not if we create a music sheet display in the canvas flutter as vexflow on web?

April 08, 2021 at 10:38AM by phamconganhnd
https://ift.tt/3mvFOpF
New post on Flutter Dev Google group:

SocketException: Connection - Flutter 2.0.3 - BigSur
Hi! I am currently on Flutter 2.0.3 (Dart 2.12.2) i have SocketException: Connection failed issue
New post on /r/flutterdev subreddit:

Should plugins support flutter 1?
I am writing a flutter plugin for a native SDK and was wondering how important it is to keep support for flutter 1. So I was wondering what the adoption rate for Flutter 2 is.View Poll

April 08, 2021 at 12:54PM by shoe_box_man
https://ift.tt/3wCAvt9
New post on Flutter Dev Google group:

MacBook Pro with M1 chip -- cannot build the application for simulator when connected to Firebase
Hi flutter community, I recently got a 2020 MacBook Pro with the M1 chip (Silicon Valley), and I can't get the simulator to work with apps using Firebase. Interestingly, when I clone github projects that don't use Firebase, the simulator runs fine-- but I get the following output when I try to

April 08, 2021 at 02:15PM by Andrew Villegas
https://ift.tt/3msSv4F
New post on /r/flutterdev subreddit:

Explore Confetti Animation In Flutter
https://ift.tt/31UtRQH

April 08, 2021 at 04:07PM by shaiq30
https://ift.tt/2POVGrc
New post on /r/flutterdev subreddit:

Made a game with Flutter!
I made a Word Puzzle game with Flutter. Glad to hear your reviews and suggestions!Here a small video of the game: https://vimeo.com/534450264It is approved by Google Play and in the review in AppStore.
Here is the link for the Google Play: https://play.google.com/store/apps/details?id=com.rastmobile.puzzle_game

April 08, 2021 at 03:58PM by hbt1903
https://ift.tt/39TqTjP
New post on Flutter Dev Google group:

Hotlist Zadon Technology USC , GC & TN Visas
Hello Associates, Hope you are doing great...! I have seen your job requirement on LinkedIn regarding Software Engineer III Position. Is this position still available? Kindly share with me the requirements I have for an excellent USC available who are looking for opportunities at C2C

April 08, 2021 at 04:44PM by adnan saranshtech
https://ift.tt/3rV1Wec
New post on /r/flutterdev subreddit:

This is how to save memory while developing flutter apps
This is tested only on Linux. Just a small script.​So, flutter does not require gradle while running the apps on your system. Just when you are building the app gradle starts a daemon and then unless you redeploy the app or run it on another device gradle daemon just sits there and eats up RAM.​Following script is tested on Linux. It basically looks up the gradle daemon and kills it, saving roughly 0.5-1.5gb of RAM. Just save it a .sh file. Make it executable and put it somewhere in the path for the system to recognize and then call it from anywhere after you have deployed your app to the emulator or device. It will free up the gradle RAM.​https://pastebin.com/VnJ2jiHN​I have placed it in ~/bin/die_gradle_daemon.sh and bin folder is added to the path. Thus after deploying the app I can simply fire up the terminal and type die_gradle_daemon.sh and save some RAM.​PS: Code Translations for windows and mac are welcome.

April 08, 2021 at 06:48PM by ToChaseAwayTheNight
https://ift.tt/3t3U7UH