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

Announcing the Flutter Inline Banner and Native closed beta. Inline banner and native ads enable you to design ads that feel like a natural part of your app and unlock more revenue growth. [via twitter@FlutterDev]
https://ift.tt/3klEIdd

November 11, 2020 at 09:22PM by EngineerScientist
https://ift.tt/2UmRvlo
New post on /r/flutterdev subreddit:

Week Timeline with events in Flutter
Hello There!​I currently working on some schedule app as my side project, and I am stuck with schedule events system. So my goal is to create some kind of week timeline with time breakpoints , and render all my events as a grid in proper location within my timeline system.​I was able to make dirrent types of event calendars , but this one is really challenge for. I did not understand the logic of building this kind of systems.​I would glag to to see any showcases or code pieces according to this problem.​P.S *I do not want to use any 3rd party libraries , so I understand the whole logic*​Here is what I am looking for :https://i.stack.imgur.com/wmibK.png

November 12, 2020 at 02:46PM by Khalimjanov
https://ift.tt/3lplTaH
New post on /r/flutterdev subreddit:

Firebase Storage alternative
Does anyone know a good alternative for Firebase Storage? I need help regarding the cost efficiency of my app (Android, Mobile app). Users can send each other images with the app and Firebase storage has some limitations. The bandwidth and storage costs are way to high for the expected revenue of the app.Is there a possible alternative especially for storing and retrieving both images and videos, or is there another possible solution to my problem? The service would be preferably hosted in the cloud (so I don't have to setup my own servers).

November 12, 2020 at 02:13PM by dewaeq
https://ift.tt/3lruvNJ
New post on Flutter Dev Google group:

i am new in flutter and i am getting this output below, i have ben trying to fix for some days
[image: flutter.PNG]

November 12, 2020 at 03:52PM by KBN
https://ift.tt/2K2QT2k
New post on Flutter Dev Google group:

i am new in flutter and i am getting this output below, i have ben trying to fix for some days
Launching lib\main.dart on ONEPLUS A5000 in debug mode... CreateProcessW failed 193 Failed to extract manifest from APK: ProcessException: %1 is not a valid Win32 application. Command: C:\Users\Progressive\AppData\Local\Android\sdk\build-tools\30.0.2\aapt.EXE dump xmltree C:\Users\Progressive

November 12, 2020 at 04:00PM by KBN
https://ift.tt/3eUvNP1
New post on /r/flutterdev subreddit:

i am new in flutter and i have been trying to debug but i am getting this output below
Launching lib\main.dart on ONEPLUS A5000 in debug mode...CreateProcessW failed 193Failed to extract manifest from APK: ProcessException: %1 is not a valid Win32 application.​Command: C:\Users\Progressive\AppData\Local\Android\sdk\build-tools\30.0.2\aapt.EXE dump xmltree C:\Users\Progressive\AndroidStudioProjects\flutter_appd\build\app\outputs\flutter-apk\app.apk AndroidManifest.xml.No application found for TargetPlatform.android_x86.Is your project missing an android\app\src\main\AndroidManifest.xml?Consider running "flutter create ." to create one.

November 12, 2020 at 03:57PM by kbn2090
https://ift.tt/2Uiw4lp
New post on /r/flutterdev subreddit:

Flutter plugin for human face blur and image segmentation
Hi FlutterDev,Sometime back, I had to reimplement Google's BodyPix model in python(for human image segmentation) and convert to Tensorflow Lite so that it can be used in android project. I had built a small demo app in flutter to show this model and also a plugin. I though it is a good idea to share with flutter community. It's open source and free. Feel free to use this in your own project and let me know your feedback!https://github.com/hegman12/body_pix_tflite

November 12, 2020 at 05:42PM by hegman12
https://ift.tt/38CQ3U0
New tweet from FlutterDev:

🌇📱 Big images on small screens.

In this #WidgetOfTheWeek, learn how to wrap your widget with InteractiveViewer so users can pan around your picture and see it clearly.

Learn → https://t.co/zJDTH2BZiQ pic.twitter.com/OmEcYtrl1S— Flutter (@FlutterDev) November 12, 2020

November 12, 2020 at 06:00PM
http://twitter.com/FlutterDev/status/1326932919991103489
New post on /r/flutterdev subreddit:

How to define a superclass interface with fromJson while still using code generation package 'json_serializable'
The problem is that the plugin only allows this notation for the fromJson method:factory Person.fromJson(Map<String, dynamic> json) => _$PersonFromJson(json);​And since that is a factory there is no way to have a superclass which defines this factory so that I can use it the following way:
void doSomeStuffWithSerializableClass(SuperSerializable superS) { superS.fromJson(jsonMap); } 


November 13, 2020 at 02:26AM by Hard_Veur
https://ift.tt/36yxFsL
New post on /r/flutterdev subreddit:

Code obfuscation in flutter plugin
I am coming from native android development and wanted to know how you can obfuscate a flutter plugin before publishing it. In native android development for libraries we basically build .aar artifact with proguard, this helps in obfuscation. I tried searching for same in flutter but all I could find was how to obfuscate the final app and not the plugin itself. Any help would be appreciated. Thanks!

November 13, 2020 at 07:01AM by rahulsahni06
https://ift.tt/35qDhGa