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

FlutterForce — Week 123
https://ift.tt/34w5F8U

May 30, 2021 at 02:27PM by flutterist
https://ift.tt/2SBoIf8
New post on /r/flutterdev subreddit:

JSON serializable widgets
Hey girls and guys of the Flutter community!Please excuse my ignorance if this question appears stupid. It's just something I've been mulling over on and off for a couple of weeks and want to know if I'm missing any downsides.So I'm working on a project with some guys that have done a lot of CMS projects in the past and they're keen to get all the content off the app and load it in on startup (with defaults for connectivity issues and whatnot).One member of the team has created a series of content models in an attempt to facilitate this aim but it's - for my tastes - a little fragile. How do we maintain that stable relationship between the content models and the UI in the long term if the content models need to support multiple versions of the app and likely different designs how does that work?So anyway, the idea that I'm playing around with is making the widgets that hold any sort of content also be JSON serializable objects. That way we can store the properties of these widgets can be stored offline and easily retrieved. And we can store multiple versions both for app versioning and other things (like other languages). And when we retrieve content according to the app version, location in the app, and language we know it should match up perfectly.Anyone know of any reason why this wouldn't work? Or any other tips for handling content management in a flutter app?Thanks in advance Laebrye

May 30, 2021 at 04:27PM by Laebrye
https://ift.tt/3uE1AtI
New post on /r/flutterdev subreddit:

Dart Board - Flutter Feature Framework
Feature Management (feature isolation/ab tests/feature flags/integrations)Demo + Docs: https://dart-board.io (recommended edge/chrome desktop for web)Github: https://github.com/ahammer/dart_boardCore Package: https://pub.dev/packages/dart_board_core6+ Feature Packages : https://pub.dev/publishers/dart-board.io/packages
(log, debug, theme, image_background, sidenav_template, bottomnav_template, minesweeper)Community: https://www.reddit.com/r/flutter_dart_boardLicense: BSD3​I built this project to serve as architectural guidance on how to build a modular flutter project.This is not directly a state management solution (yet), feel free to use whatever solution you like when building a feature.Provider is included and used, Redux is used by the minesweeper module. Most state management solutions should be compatible or can be adapted.​I'll be on and off throughout the day to answer questions and take feedback.

May 30, 2021 at 05:35PM by HaMMeReD
https://ift.tt/3fSytxC
New post on /r/flutterdev subreddit:

An Ultimate Guide for Developing Flutter M-commerce App for your Business!
An Ultimate guide you should check out if you are wondering to build an app for M-commerce in Flutter.#flutter #flutterdev #flutterappdevelopmenthttps://arohi-adhyaru.medium.com/an-ultimate-guide-for-developing-flutter-m-commerce-app-for-your-business-cc8232447d4

May 30, 2021 at 07:12PM by alexisgilburt
https://ift.tt/2SDHt1u
New post on /r/flutterdev subreddit:

We implemented in app reviews and you should too (rate_my_app package)
Two months ago, we implemented the rate_my_app package which allows our users to give ratings without leaving the app. Since then our situation with ratings and reviews improved dramatically.​All time high of reviews gained per week increased from 9 to 43 - while traffic to our app was decreasing.The cumulative rating increased from 4.47 to 4.79. In app reviews are a great way to hear from the majority of your user base - happy quiet users.​That's all - except - cheers to the package author!

May 30, 2021 at 06:43PM by HappyDevsOfficial
https://ift.tt/3uCmklD
New post on /r/flutterdev subreddit:

APK not working
Hey guys i created an app that works great in my emulator from my PC, it is connected to a online database but when i generate the APK it dosent conect to the data base. Can someone help me?

May 31, 2021 at 12:58AM by RodBigode
https://ift.tt/3yO69oG
New post on /r/flutterdev subreddit:

Lost connection to device (Error while trying to access PDF)
E/AndroidRuntime(10232): FATAL EXCEPTION: mainE/AndroidRuntime(10232): Process: com.jiwdopani.jiwdopani, PID: 10232E/AndroidRuntime(10232): java.lang.NoSuchMethodError: No virtual method nightMode(Z)Lc/c/a/a/e$b; in class Lc/c/a/a/e$b; or its super classes (declaration of 'c.c.a.a.e$b' appears in /data/app/~~NnCdcMIP9p7iXgq1sysAzA==/com.jiwdopani.jiwdopani-TroItXSG_nY2pgCq0oXzQQ==/base.apk)E/AndroidRuntime(10232): at e.a.a.a.a.<init>(:56)E/AndroidRuntime(10232): at e.a.a.a.c.create(:22)E/AndroidRuntime(10232): at io.flutter.plugin.platform.SingleViewPresentation.onCreate(:186)E/AndroidRuntime(10232): at android.app.Dialog.dispatchOnCreate(Dialog.java:419)E/AndroidRuntime(10232): at android.app.Dialog.show(Dialog.java:313)E/AndroidRuntime(10232): at android.app.Presentation.show(Presentation.java:257)E/AndroidRuntime(10232): at io.flutter.plugin.platform.VirtualDisplayController.<init>(:95)E/AndroidRuntime(10232): at io.flutter.plugin.platform.VirtualDisplayController.create(:48)E/AndroidRuntime(10232): at io.flutter.plugin.platform.PlatformViewsController$1.createVirtualDisplayForPlatformView(:207)E/AndroidRuntime(10232): at io.flutter.embedding.engine.systemchannels.PlatformViewsChannel$1.create(:104)E/AndroidRuntime(10232): at io.flutter.embedding.engine.systemchannels.PlatformViewsChannel$1.onMethodCall(:59)E/AndroidRuntime(10232): at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(:233)E/AndroidRuntime(10232): at io.flutter.embedding.engine.dart.DartMessenger.handleMessageFromDart(:85)E/AndroidRuntime(10232): at io.flutter.embedding.engine.FlutterJNI.handlePlatformMessage(:819)E/AndroidRuntime(10232): at android.os.MessageQueue.nativePollOnce(Native Method)E/AndroidRuntime(10232): at android.os.MessageQueue.next(MessageQueue.java:335)E/AndroidRuntime(10232): at android.os.Looper.loop(Looper.java:183)E/AndroidRuntime(10232): at android.app.ActivityThread.main(ActivityThread.java:7656)E/AndroidRuntime(10232): at java.lang.reflect.Method.invoke(Native Method)E/AndroidRuntime(10232): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)E/AndroidRuntime(10232): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)I/Process (10232): Sending signal. PID: 10232 SIG: 9Lost connection to device.

May 31, 2021 at 01:19AM by aresrana
https://ift.tt/2TldM5A
New post on /r/flutterdev subreddit:

Why and Where Should You Use Flutter for App Development?
Quick Summary:Introduction of Google’s Flutter changed the web development world in this era. Know how Flutter is singlehandedly enough for mobile, web, desktop, and cross-platform applications.This blog post will shed light on some examples of projects where you can use Flutter App Development and when and how to achieve the same.How Flutter Has Revolutionized App Development?App Development is one of the domains that are witnessing growth at a pace faster than ever. The app world is buzzing, and nearly every company now has an app to promote its products and services. One thing that comes to question here is, which domain should one build the app to get maximum traction? Or, which technology needs to be deployed to have the most efficient app built? Android or iOS? Native or cross-platform apps?After a series of debates and discussions, the verdict was inclined more towards cross-platform support. This called for another question, which framework would be best when we talk about cross-platform apps?While Xamarin and Ionic were doing a great job, the advent of Flutter changed all. The fact that it enables the development of cross-platform apps would sound sufficient to gather attention. It has recently been into talks about undertaking the Hemingway plan. Now, there isn’t any other framework that induces the same, and so, Flutter for app development is getting one step ahead of all.Web and Mobile App Development before the introduction of FlutterBeing a developer, you generally opt to build a mobile application on the top-grossing platforms like iOS and Android. For this, you need to jot down your codes in two different languages. Due to this, many tools have emerged together to make cross-platform app development a reality. Even big shots like Adobe, Microsoft, and Facebook sweat hard to do so. Still, every solution has its pros and cons. From a developer’s point of view, all they need is a light-pack and efficient toolkit to build high-performing mobile apps.On the contrary, the CEOs of the mobile app development companies want to shift their development process, whereas developers are finding their way out to enlarge their knowledge area.This is why Flutter App Development here.Why use Flutter App Development?The reasons for you to choose Flutter:Web Developer: Want to deploy the same web app/ website into the mobile application without spending a penny to learn multiple native platform languages.Business: To reach a more extensive user base with a single investment, Flutter is the best choice for you to invest in!UI/UX Designers: If you’re looking forward to delivering applications with factors like consistency and vision, flutter is an excellent choice for you to make!Introduction to Flutter 2After over two years of Flutter 1 release, Google came up with Flutter 2 official release in March 2021, enabling you to use the same code for five operating systems, Windows, Mac, Linux, Android, and iOS.Flutter 2 also ensures a flawless web browsing experience for Firefox, Chrome, Safari, or Edge, along with embedded experience in smart TVs, cars, homes, etc. It provides a portable and pervasive experience for our digital world.Explore more for: Why and Where Should You Use Flutter for App Development?

May 31, 2021 at 08:01AM by freelancerkatie
https://ift.tt/3i5PHdi
New post on /r/flutterdev subreddit:

Can we use flatbuffers to parse api response in flutter
i read this article about flatbuffers for android https://chris-yn-chen.medium.com/apply-flatbuffer-in-android-3f74ba087ba3, i want to know if something like this is possible in flutter, as it may make parsing data from response way faster.

May 31, 2021 at 07:55AM by fidelisakilan
https://ift.tt/3i5KgLM
New post on /r/flutterdev subreddit:

I spoke to 7 Xamarin Developers, all gave up migrating to flutter as they couldn't get Hot Reload to work
I work for a company that develops projects for various clients. Our platfrom of choice is Xamarin, though Xamarin is really awful in many ways and the new DotNet MAUI is light years away.The natural migration path is FlutterHowever all 7 of my dev team members said they gave up moving to flutter as thy couldn't get Hot reload to work. Hot restart works fine... but hot reload just couldn't work.At least in Xamarin even though it is awful, hot reload works like a charm.Do you guys experience the same? Have you all given up on Hot Reload?Thanks

May 31, 2021 at 09:48AM by RenSanders
https://ift.tt/3p3TGbO