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

Getx Package and some of the most important features all built in
Hi,I thought I just try out the Getx package for state mangement, navigation and more for my upcoming project.Having used Provider in a production app and Riverpod in a test setup.I was thinking of trying Getx before deciding on this or Riverpod for my next production app.This is a simple project which tests the following​A text field with subscriptions that are listened to and the rebuild of widgetA dialog management from the controller. using text debounceNavigation using GetxTheme change without contextTranslations with arguments (via string extensions using again just Getx)Overall I am very much satisfied with this package. It offers most of the things out of the box and is rich. Stability of the package is a problem with most of the times build failing with null exceptions and stuff and the package does need love.It has lot of features and needs more error handling , documentation needs boost and I am thinking of contributing whichever way I can.If I get enough interests in this I will try to make a medium post or youtube video detailing more.The link to repo https://github.com/shriharip/getTestLast but important thing if using this package. I highly recommend the VScode extension getx snippetsThis is an awesome extension and allows you code faster. There is an upcoming documentation also on the Getx Pacakge by the extensions authorI think I have made my mind to go ahead with this after evaluating stacked, riverpod, provider, rxvms. :)

July 29, 2020 at 07:27PM by p2harry
https://ift.tt/2P4j4gn
New post on Flutter Dev Google group:

Is there a way to store images locally and sync to cloud storage when device online?
I'm working on a scenario where user add the images in offline mode. And when user is online the images should sync to Google cloud storage. I'm trying to implement this scenario with flutter and google cloud storage. Can anyone help me on this? Thanks is advance!!!

July 29, 2020 at 07:57PM by riyaj ahamed ibrahim
https://ift.tt/3084uLm
New post on Flutter Dev Google group:

Is there a reason why MediaQuery.of(context).padding.top equals 0.0 when using a FlutterFragment but not a FlutterActivity?
My team is using a FlutterFragment with an AppBar and the operating system UI along the top edge is intruding on the AppBar. And there is no way to wrap it in a SafeArea widget with the desired effect or otherwise get the top padding because MediaQuery.of(context).padding.top returns 0.0.

July 29, 2020 at 08:45PM by David
https://ift.tt/2X9UAqx
New post on /r/flutterdev subreddit:

How do you name your "common" custom widgets such as buttons?
Kinda basic question.. but when you have several common widgets that are just extensions of default widgets, how do you name them?For example, let's say I want all my Buttons to have the same styling. I create a widget in my project that just returns a normal Button widget with styling. Do you name this component Button (and take care to import your local Button each time you use it) or something like CustomButton (which seems easier to ensure you import the right one with your IDE as you type it)?Just curious what most people's conventions are. Buttons, input fields, cards, etc come to mind.

July 29, 2020 at 09:36PM by notrichardparker
https://ift.tt/39G71iM
New post on /r/flutterdev subreddit:

Can't see all widget attributes in Android Studio
Anyone know how to fix this? I can't see all the attributes on widgets with many attributes in Android studio.example - AppBar

July 30, 2020 at 01:34AM by RGinFL
https://ift.tt/2P9vJyW
New post on Flutter Dev Google group:

Flutter app displayed in a FlutterFragment is not displaying within the application's SafeArea
In our team's app we are using the Add-to-app feature to display a FlutterFragment as one of the tabs within an Activity that has a BottomNavigationView that allows you to switch tabs. We can't figure out how to get the AppBar at the top of the page to include the area of the device's status bar

July 30, 2020 at 01:20AM by Wes Ehrlichman
https://ift.tt/39ENdfO
New post on /r/flutterdev subreddit:

My short open-source Flutter&Flame game
Hi! Wyatt's Story is a short mobile game made by me as part of my uni projects. For this work to be complete I need YOUR opinion.If you have a moment, please fill in the MAX 2 MINUTE survey:
https://forms.gle/hoerky9WMUNuxZgb8You don't need to know the game to fill it in, but if you want to change it - you can always download it here:
https://play.google.com/store/apps/details?id=com.mmx.wyatts_storyApp is open-source, so please feel free to see it:https://github.com/maksmaxx/detective_gameI do not collect any identifying data (and why).
Thank you for your valuable support!

July 29, 2020 at 07:15PM by merokotos
https://ift.tt/335gsas
New post on Flutter Dev Google group:

NLP Chat bot to Flutter app
Hey , I have made a chat bot using Natiral Language processing. How can i deploy my bot to a Flutter app?

July 30, 2020 at 08:28AM by Muskan Sanghai
https://ift.tt/2PbF8FS
New post on /r/flutterdev subreddit:

Comparing the performance of the experimental SKIA and CANVAS_TEXT flags
Hi everyone,I was inspired by yesterday's post to try out the experimental canvas text flag.https://medium.com/flutter/going-deeper-with-flutters-web-support-66d7ad95eb52I'm really impressed by the improvements in our app and thought I'd share it with the community, I've setup four builds to compare them.https://hillelcoren.github.io/invoiceninja/https://hillelcoren.github.io/invoiceninja_skia/https://hillelcoren.github.io/invoiceninja_canvas_text/https://hillelcoren.github.io/invoiceninja_skia_and_canvas_text/I use the CPU throttling feature in the Chrome dev tools to get a better feel for the differences, with both flags enabled the app is almost usable for me with 4x slowdown.The one noticeable issue with the skia flag is the missing icons, is anyone else seeing this problem or is there a GitHub issue for it?* Build settings: [√] Flutter (Channel dev, 1.21.0-1.0.pre, on Microsoft Windows [Version 10.0.18362.959], locale en-US)

July 30, 2020 at 08:47AM by hillel369
https://ift.tt/2PahOZb
New post on /r/flutterdev subreddit:

Vulcan : RISC-V Instruction Set Simulator (Built for education). Vulcan uses Flutter web support to provide a RISC-V instruction set simulator.
https://ift.tt/30bxO3G

July 30, 2020 at 09:25AM by EngineerScientist
https://ift.tt/2XcyF29
New post on /r/flutterdev subreddit:

Need an opinion on getx package( https://ift.tt/3fsulD9 ) for large project
Have any of the you flutter Dev's used getx ( https://pub.dev/packages/get ) as state management solution/navigation/dependency management. Please do share your opinion about how good/bad is it. I need to develop a large project, is it recommanded to use it in both performance and productivity wise.Thanks!

July 30, 2020 at 12:16PM by MrRandomBruh
https://ift.tt/2Ezgj4V
New post on /r/flutterdev subreddit:

Learning curve for legacy developers
Hi everyone. A company I'm writing a thesis for asked me to do a little research about flutter's learning curve for people who come from older languages.I've seen this post from 6 months ago:https://www.reddit.com/r/FlutterDev/comments/eow6da/im_doing_a_little_research_about_flutters/My intent is kind of the same, but with the difference to compare this with the answers of the react native survey.Filling out 4 questions from this survey/forwarding it would help me a lot in my research.

July 30, 2020 at 01:05PM by HyphenDev
https://ift.tt/2BNoOZa
New post on Flutter Dev Google group:

Double booking problem
Hi all, I have been thinking about this over and over!.... I thought I had cracked it but it seems not. So I am making a simple booking system and needed to prevent double bookings. So I create a document using variables like Date TicketType Place Plot I combine these and insert into firebase.

July 30, 2020 at 02:01PM by Jay Stewart
https://ift.tt/3k1ynFd
New post on /r/flutterdev subreddit:

GraphQL State Management
It's my first time using graphql in an app, and I'm using the graphql_flutter pub package. I was wondering what people use as a state management solution together with graphql. I am very fond of mobx, so I guess I would just create a mobx model for every type in my graphql schema. But I'm not sure how I would store the models and how to approach the initial fetching. What are y'alls experience with this?

July 30, 2020 at 02:10PM by daniellionel
https://ift.tt/2P896L7
New post on /r/flutterdev subreddit:

Anyone thinks Google should make Gmail, Calendar, Task app in Flutter desktop?
Microsoft Office has premium app and solid webapps. Google's GSuite has only webapps. But like with Google's Flutter they can actually start building reliable crossplatform desktop apps as well.... with their own technology stack.I'm currently using trial of GSuite and having desktop version of those apps would be nice, it's also the reason quite some people pick Office over GSuite.With Microsoft getting stronger presence with webapps, I think Google has to respond with desktop apps... with Flutter Desktop under their wing, why not.

July 30, 2020 at 02:27PM by 13MHz
https://ift.tt/309VEN0