Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
New post on /r/flutterdev subreddit:

Why I'm building a GraphQL course for Flutter developers
I'm building a GraphQL course for Flutter developers!Why?I see many Flutter apps using REST but I believe GraphQL can make the Flutter dev experience even better.https://seanconnolly.dev/building-graphql-course-for-flutter-developers

April 08, 2021 at 06:26PM by Secret_Increase6198
https://ift.tt/2RkzwxC
New post on /r/flutterdev subreddit:

Made my first app in FLUTTER! I could not go beyond Fragments in android. Hehe.
I made a noobie app. It is called EVM App (Electronic Voting Machine). It fetches data to in a listview.builder. You can vote your choice. It will update to Firebase. Also you can vote only once. After the survey is complete, a code is updated in Firebase. It will be shown in a AlertDialog. On entering, you get to vote again.It is of no use. But it was my lol idea. Also, the voting system is easily tampered, just like the EVMs.Its like my personal google forms survey. Not so scalable. Connected to a single FireStore Database.I did not state manage much, as i did not know how to when starting the app. Now I know. I am attaching my github repo here.https://github.com/debnathpritam2005/evm_appIt has a demo video in releases.Any suggessions over statemanagement, or any other thing. I could not find what to manage here.Also a reddit noob. Sorry for mischief.Also this is debug version of the app. So its slow.

April 08, 2021 at 08:11PM by pritam_martian
https://ift.tt/31YrkFu
New post on /r/flutterdev subreddit:

Why Did GetX Not Get the 'Flutter Favorite' Badge yet?
Even though it's quite popular.

April 08, 2021 at 08:49PM by JKirkN
https://ift.tt/3dEWaIk
New post on /r/flutterdev subreddit:

Flutter Q&A Webinar with Chris Sells, Senior Product Manager at Google
It's almost here! Sign up for the Flutter Q&A Webinar with Chris Sells, Senior Product Manager at Google to ask him anything. Register here: Reply below with your questions📷https://bit.ly/3mvZKbV

April 08, 2021 at 06:32AM by ArunITTech
https://ift.tt/3uAtY0d
New post on /r/flutterdev subreddit:

Okito, all in one state management library for flutter.
Okito is a state management library that I created for using in Flutter and it has really great performance with amazing features that doesn't require context.Features:
- State management with easiest usages and max performance
- Routing management without context (it includes dynamic routing like /posts/:id )
- Local storage management for all available platforms and it is really fast because on read operations it uses memory.
- Localization in app which includes hot reload when you change the language.
- Dependency injection, it is as simple as it can be.
- More cool extensions and functions, such as changing any theme data with just 1 command, setting dark/light mode and more!If you are familiar with the packages 'GetX' and 'GetStorage', Okito has their both features at the same, but of course it is new and we don't have rx types and some other stuff.Currently the library is stable, it will receive bug fixs and performance improvements for a short time, you can always open pull requests or send me message for new features and bugs.Links are here, a support would help a lot!
Pub: https://lnkd.in/dP6dbhY
Github: https://lnkd.in/drbcRCX

April 07, 2021 at 07:38PM by ragokan
https://ift.tt/31Vw6mP
New tweet from FlutterDev:

⚡️ #WidgetoftheWeek: ExpansionPanel ⚡️

Learn more about this widget that expands when tapped on to show more information, for times when the details don’t justify an entirely separate view.

Watch now 👉 https://t.co/uuuTvExbkn pic.twitter.com/9qbbPPVs8e— Flutter (@FlutterDev) April 8, 2021

April 08, 2021 at 09:00PM
http://twitter.com/FlutterDev/status/1380234027509112834
New post on /r/flutterdev subreddit:

better state library than provider?
https://pub.dev/packages/provider does work and does its job​BUT: I still think it could be better​instead of having to deal with 3+ things why not just state and consume state? similar to this:https://github.com/pmndrs/zustand​question: does an alternative exist to provider?

April 08, 2021 at 10:09PM by Iossi_84
https://ift.tt/3uED1NR
New post on /r/flutterdev subreddit:

Course Names from Website
Hi,I am a new developer and learning more about flutter and dart everyday. I am currently making an app for my university where students can leave reviews on the courses that they have taken.I have 2 question : 1. How to pull all the course names from the Websites. 2. How to have an user select a course that they have taken and leave a review under it.Thanks,E.

April 08, 2021 at 09:49PM by ethanxz8
https://ift.tt/3mujD3f
New post on /r/flutterdev subreddit:

HELP! Flutter on Macos
I followed the steps on how to install flutter on macos however it's still not working. I'm on mac big sur and I think the problem is that the path keeps changing not sure what to do

April 08, 2021 at 09:31PM by _kr15hna
https://ift.tt/3dKv4Qc
New post on /r/flutterdev subreddit:

Why Flutter and not something else
I just came across Flutter a while ago. Before i only used Java (Android Studio) for mobile development. After my school had a few presentations about their work with some companies a lot of those mobile applications were done with Flutter. So for what exactly should you use Flutter for?

April 08, 2021 at 09:25PM by 666lenny
https://ift.tt/39VXZj5
New post on /r/flutterdev subreddit:

FLUTTER vs REACT, which is asked for more?
Which is asked for more? Or, which is better for the future? I’ve been concentrating on MERN and MERNG stack

April 08, 2021 at 10:54PM by Codeeveryday123
https://ift.tt/3wIzIai
New post on /r/flutterdev subreddit:

is MacBook air m1 with 8gb ram enough for flutter development
Hi all i have mac air with m1 chip, 8gb ram and 256 ssd I am confused about if it enough for android development or ios development on flutter So my question is can i work comfort with 8gb ram .and last thing, i remembered the issue about swapping memory with m1, so write a comment about it.

April 08, 2021 at 10:28PM by aliebraheem500
https://ift.tt/3rXAY5v
New post on /r/flutterdev subreddit:

What is your biggest pain point building Flutter apps?
Hi everyone - I'm an independent Flutter developer looking to get a sense of what people are struggling with most when building Flutter apps. My hope is that this information can be used by the community to inform decisions about what areas to explore next!So - What is your biggest pain point building high performance, beautiful, customer-focused Flutter apps?If you chose "Other", please add a comment as I'm sure there are things I've missed that are worth discussing.Thanks!View Poll

April 08, 2021 at 11:21PM by processctrl
https://ift.tt/31XLVth