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
April 08, 2021 at 06:48PM by ToChaseAwayTheNight
https://ift.tt/3t3U7UH
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/VnJ2jiHNI 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
Pastebin
Die gradle daemon - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
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
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
seanconnolly.dev
Why I'm building a GraphQL course for Flutter developers · Sean Connolly
Spoiler alert! It is mostly derived from the pains of working around the limitations of REST
New post on /r/flutterdev subreddit:
Simple Onboarding Flow
Just posted this example for a Simple Onboarding Flow.Enjoy!https://flutterui.design/components/onboarding
April 08, 2021 at 06:19PM by Apallon
https://ift.tt/3usNnA6
Simple Onboarding Flow
Just posted this example for a Simple Onboarding Flow.Enjoy!https://flutterui.design/components/onboarding
April 08, 2021 at 06:19PM by Apallon
https://ift.tt/3usNnA6
Flutter UI
Flutter UI - Beautiful UI components for Flutter
Flutter UI is a library of beautifully designed Flutter widgets, screens, and apps ready to be dropped into any Flutter project. Simply copy the code and paste into your project. No packages required.
New tweet from FlutterDev:
🎉 We're launching the Indie Games Accelerator and Festival in the coming months!
Get ready to grow your indie games with help from Google Play.
Express interest → https://t.co/81GEkiHdlM pic.twitter.com/Eas5cOfst0— Google Play Apps & Games (@GooglePlayDev) April 8, 2021
April 08, 2021 at 07:00PM
http://twitter.com/FlutterDev/status/1380203904479166468
🎉 We're launching the Indie Games Accelerator and Festival in the coming months!
Get ready to grow your indie games with help from Google Play.
Express interest → https://t.co/81GEkiHdlM pic.twitter.com/Eas5cOfst0— Google Play Apps & Games (@GooglePlayDev) April 8, 2021
April 08, 2021 at 07:00PM
http://twitter.com/FlutterDev/status/1380203904479166468
Withgoogle
Grow your indie game with help from Google Play
If you are an indie game developer or small studio, the Indie Games Accelerator and the Indie Games Festival are tailored to help you grow your game and your business. Sign up to get notified when submissions open.
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
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:
Simple Onboarding Flow UI - No dependencies!
https://ift.tt/3wHJI3A
April 08, 2021 at 08:53PM by Apallon
https://ift.tt/3mvy1rS
Simple Onboarding Flow UI - No dependencies!
https://ift.tt/3wHJI3A
April 08, 2021 at 08:53PM by Apallon
https://ift.tt/3mvy1rS
flutterui.design
Flutter UI - Code Snippets for Flutter Apps
Flutter UI is a collection of pre-built Flutter widgets, screens, and templates ready to be dropped into any project. Simply copy the code and paste into your project. No packages required.
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
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
reddit
Why Did GetX Not Get the 'Flutter Favorite' Badge yet?
A subreddit for Google's portable UI framework.
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
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:
Flutter Track Previous Version, Arabic Numbers & Co. - 12 - PUB.DEV RELE...
https://youtube.com/watch?v=HsjWeUsJlRg&feature=share
April 08, 2021 at 02:04PM by syntacops
https://ift.tt/3wNDqPZ
Flutter Track Previous Version, Arabic Numbers & Co. - 12 - PUB.DEV RELE...
https://youtube.com/watch?v=HsjWeUsJlRg&feature=share
April 08, 2021 at 02:04PM by syntacops
https://ift.tt/3wNDqPZ
YouTube
Flutter Track Previous Version, Arabic Numbers & Co. - 12 - PUB.DEV RELEASES
📺 FULL PLAYLIST: http://releases.syntacops.com🔙 PREVIOUS EPISODE: https://youtu.be/bx-POZ3m5cAThis video is about the latest flutter and dart package relea...
New post on /r/flutterdev subreddit:
Flutter 2.0 | Beautiful Cupertino Form | FormSection | FormRow
https://youtube.com/watch?v=Uu7s2vigU3A&feature=share
April 08, 2021 at 04:23PM by imthepk
https://ift.tt/2Q8Km98
Flutter 2.0 | Beautiful Cupertino Form | FormSection | FormRow
https://youtube.com/watch?v=Uu7s2vigU3A&feature=share
April 08, 2021 at 04:23PM by imthepk
https://ift.tt/2Q8Km98
YouTube
Flutter 2.0 | Beautiful Cupertino Form | FormSection | FormRow Explained
In this video, we will see the implementation of some new Cupertino widgets which can be super helpful in making a form in Flutter. These widgets make it eas...
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
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
Dart packages
okito | Flutter Package
Your best coding friend. All in one flutter helper with state, route, navigation, local storage management!
New post on /r/flutterdev subreddit:
Routing and flow - 2nd episode from Clean Architecture development series.
https://youtu.be/AAceAgesQ3Y
April 07, 2021 at 12:44PM by strangely_unlucky
https://ift.tt/3uAh8z7
Routing and flow - 2nd episode from Clean Architecture development series.
https://youtu.be/AAceAgesQ3Y
April 07, 2021 at 12:44PM by strangely_unlucky
https://ift.tt/3uAh8z7
YouTube
Flutter Clean Architecture Development with BLoC | Routes and flow #2
I've explained what exactly this project is about and then implemented routing with Sailor and changed the authentication flow.
*Regarding the NeverScrollablePhysics: you shouldn't actually add that because if your elements need more space than the space…
*Regarding the NeverScrollablePhysics: you shouldn't actually add that because if your elements need more space than the space…
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
⚡️ #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
Twitter
#widgetoftheweek hashtag on Twitter
15h ago @FlutterDev tweeted: "✏️ Writing your own button controls from.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
better state library than provider?
https://pub.dev/packages/provider does work and does its jobBUT: I still think it could be betterinstead of having to deal with 3+ things why not just state and consume state? similar to this:https://github.com/pmndrs/zustandquestion: does an alternative exist to provider?
April 08, 2021 at 10:09PM by Iossi_84
https://ift.tt/3uED1NR
better state library than provider?
https://pub.dev/packages/provider does work and does its jobBUT: I still think it could be betterinstead of having to deal with 3+ things why not just state and consume state? similar to this:https://github.com/pmndrs/zustandquestion: does an alternative exist to provider?
April 08, 2021 at 10:09PM by Iossi_84
https://ift.tt/3uED1NR
Dart packages
provider | Flutter package
A wrapper around InheritedWidget to make them easier to use and more reusable.
New post on /r/flutterdev subreddit:
Flutter Tutorial - List Utility Methods (Johannes Milke)
https://www.youtube.com/watch?v=W-gIKcS_hQA
April 08, 2021 at 09:51PM by JohannesMilke
https://ift.tt/3d6lvw5
Flutter Tutorial - List Utility Methods (Johannes Milke)
https://www.youtube.com/watch?v=W-gIKcS_hQA
April 08, 2021 at 09:51PM by JohannesMilke
https://ift.tt/3d6lvw5
YouTube
Flutter Tutorial - Dart List Utility Methods: ForEach, Map, Contains, Sort, Reduce, Where, Expand
Learn how to use Dart List Utility Methods such as forEach, map, sort, reduce, every, where, take, skip and expand in Flutter.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
👉 12 Week Flutter Training…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
👉 12 Week Flutter Training…
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
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
reddit
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...
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
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
reddit
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...
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
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
reddit
Why Flutter and not something else
A subreddit for Google's portable UI framework.
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
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
reddit
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
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
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
reddit
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...
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
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