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

Going deeper with Flutter’s web support
https://ift.tt/2D1QM3L

July 29, 2020 at 05:15PM by EngineerScientist
https://ift.tt/2X6bDtN
New tweet from FlutterDev:

🌎 Web support update!

👉 Full use of the web to enable rich interactive experiences without having to rewrite existing Flutter code.

💡@Rive_app 2 is rewritten in Flutter, and offers both web and desktop versions from the same codebase!

Learn here ↓ https://t.co/rDIP3nfLwW— Flutter (@FlutterDev) July 29, 2020

July 29, 2020 at 05:20PM
http://twitter.com/FlutterDev/status/1288494688115126273
New post on /r/flutterdev subreddit:

Help the EU changing the app store's policies of Apple and Google
Hi.every App developer knows the pain that the App Store policies of Google and Apple have. Way too long have Google and Apple profited with an unfair sales cut from all App developers around the world and their arbitrariness concerning the inclusion or rejecting from the stores is a continuing risk for all of us. The latter situation was somehow improved by the EU law that went into effect last week ( https://www.theregister.com/2020/07/15/eu_app_store_legislation/ ) but this doesn't mean that anything will change soon unless someone forces Apple and Google to change their policies. The only one able to do that is the EU Commission for Competition that is already doing an investigation into Apples behavior (https://ec.europa.eu/commission/presscorner/detail/en/ip_20_1073).As most App developers think they have no power against Apple or Google or fear retribution I have set up the page fairappstores.org to give you a place to safely share your problems with the App Store and by this help the EU Commission for Competition by providing more evidence on the abuse of the monopoly of Apple's and Google's stores monopolies.Together we aren't powerless and in the EU we have a strong ally.Cheers

July 29, 2020 at 12:17PM by FairAppStores
https://ift.tt/30SNzeU
New post on /r/flutterdev subreddit:

I made a Flutter package to easily generate PDF invoices and accept online payments
https://ift.tt/335xlSk

July 29, 2020 at 03:51PM by hillel369
https://ift.tt/3g9yyfe
New post on Flutter Dev Google group:

Flutter UI with Garbled Text on Device Startup
Hi, I am using latest stable flutter release 1.17.5 for my application. I am seeing a weird behaviour on an iPhone device - the same app works fine on Android device. What happens is, when I restart the device (my app is running on that device before the restart), and tap the app icon to open,

July 29, 2020 at 05:49PM by Flutter_2k_20
https://ift.tt/3f7R329
New post on Flutter Dev Google group:

flutter_blue: working around a misbehaving BLE device and stream persistence
SO post link containing code and more detailed notes: https://ift.tt/2BDBzoS Long story short, I've been trying to fix some bugs in an app I've developed to communicate with a BLE power bank. On

July 29, 2020 at 06:33PM by Brenden Smerbeck
https://ift.tt/39F3L7x
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