Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
5 days to vote
New post on Flutter Dev Google group:

how can I direct a push notification to specific page when the app is terminated?
Please I need the code for push notification when the app is terminated and if I click on the notification it will go to a specific page I want.... thanks in advance

March 22, 2021 at 10:43PM by Gbenga Ayannuga
https://ift.tt/39nImRx
New post on /r/flutterdev subreddit:

Url Transfer & Link Manager : Open Links On Pc - Apps
Hi everyoneI could not find a similar application in the google play store and I made it myself.Your feedback is very important to me.Key Features :
-> Open links on any Desktop / Laptop - Windows, Mac, Linux, etc.
-> Simple user interface for across platforms.
-> Qr anonymous login.
-> Transfer without delay Url & Link.
-> See Own Links https://link-from.web.app/
-> Copy-paste links in app to open on PC.Download Linkhttps://play.google.com/store/apps/details?id=com.xmod.url.transfer

March 22, 2021 at 11:13PM by xmod_developer
https://ift.tt/2P1qLrg
New post on /r/flutterdev subreddit:

PSA: If you would like a more flexible hit-test bounds, upvote this issue!
If you've ever run into an issue where you want to position a child outside the parent bounds, and have it be clickable, you'll know that this is currently impossible in Flutter.There are many edge cases that can be accomplished with this simple technique. Please upvote if you care: https://github.com/flutter/flutter/issues/75747

March 23, 2021 at 12:37AM by esDotDev
https://ift.tt/3lCFR2w
New post on /r/flutterdev subreddit:

Flutter: Best Resources: ML: Object detection in an image or live record?
There are so many examples on youtube where developers present their flutter code where they use tflite-tensorflow for image classification or object detection. However, when i duplicate their method, the results are not accurate at all; I tried various versions of Yolo and SSD (according to tensorflow website). But the results are only "good enough" for homework and not a real commercial project!Would you please kindly share a good authentic reliable and useful source or resource to learn how to implement a real useful ML in Flutter platform?Any recommendation/comparison/experience with packages or models would be appreciated?Cheers

March 23, 2021 at 02:52AM by WiseRaven1
https://ift.tt/392U43C
New post on Flutter Dev Google group:

Android Studio: unresolved reference FlutterActivity etc
Hi there, after upgrading to flutter 2 and Android Studio 4.1, I can see: - the errors in MainActivity.kt: unresolved reference FlutterActivity - and in GeneratedPluginRegistrant.java: cannot resolve symbol FlutterEngine, Keep I don't see the flutter library has been added to the External

March 23, 2021 at 06:51AM by Siyi Wang
https://ift.tt/3vOKkDT
New post on /r/flutterdev subreddit:

Waiting for Your Pull Requests to chooyan-eng/crop_your_image_gallery
Hi. A couple days ago, I introduced a Flutter package named crop_your_image which enables app developers to embed cropping images functionality to their app with whatever UI they designed.Today, I have built a sample app which shows what UI can be built with crop_your_image package, and the app is on GitHub repository below.https://github.com/chooyan-eng/crop_your_image_galleryIf you are interested in crop_your_image, just clone the repository and run the app so that you can try them on your own device!As I'd like to gather as many ideas of cropping images UI as possible into this app, I'm always waiting for your Pull Requests to add a new sample page of cropping images functionality with your own designed UI. Check README.md of the repository for detail and feel free to make PRs! Thank you!

March 23, 2021 at 09:12AM by chooyan-eng
https://ift.tt/3lIYwcN
New post on /r/flutterdev subreddit:

Any advice for a guy with a messy clean arch app?
Yes it looks paradoxical, but that's how things turned out after 5 months of development.Today I was trying to add a subscription service to my app and I just couldn't find a way to make it fit nicely.Every new feature I'm trying to add is getting exponentially harder.I wish I could remake everything from scratch choosing Provider + change notifier and mvvm instead of Bloc + Clean Arch. But I'm too far from the beginning and too close from release to do such thing.I think I can't blame bloc or clean architecture itself. But mixing them is pretty bad. Especially with dependency injection.

March 23, 2021 at 08:07AM by werexzenok
https://ift.tt/3tQG2Kz
New post on Flutter Dev Google group:

FLUTTER 2.0, WEB: I want to read the QR CODE and go to the page.
FLUTTER 2.0, WEB I want to read the QR CODE and go to the page. 1. I would like to receive a QR code as an argument. -QR code is a dynamic number. 2. Several people access the same page. Do not go to the button. This is a page that displays information according to the qr-code value. I want

March 23, 2021 at 10:13AM by Patrick386
https://ift.tt/2PoiUnO
New post on Flutter Dev Google group:

Gridview
i have the problem in gridview 'package:flutter/src/rendering/sliver_grid.dart': Failed assertion: line 484 pos 12: 'crossAxisExtent > 0.0': is not true. code import 'package:flutter/cupertino.dart'; import '../dummy_data.dart'; class CategoryScreen extends StatelessWidget { @override Widget

March 23, 2021 at 10:23AM by Mulham Tuliamat
https://ift.tt/2Ph8FS0
New post on /r/flutterdev subreddit:

Flutter + Appwrite (A self-hosted Firebase alternative) = Awesome Apps
In this tutorial series, learn to develop Flutter Applications with Appwrite a self-hosted firebase alternative.https://www.youtube.com/playlist?list=PLUiueC0kTFqI9WIeUSkKvM-a_3fyaIiuk

March 23, 2021 at 12:02PM by lohanidamodar
https://ift.tt/3f7XVAu
New post on /r/flutterdev subreddit:

Music Player App
I created an Android Music Player app that lets the user listen to millions of music online for free. You can even download songs, like them, add to playlists, etc. everything you expect from a music player app and everything for FREE. The App does support offline music play too and in the best quality (320 kbps). And the most important thing, NO ADS, NO SUBSCRIPTION, nothing. I hope you will like it. Feedbacks appreciated :)You can download the latest version from here: https://github.com/Sangwan5688/BlackHole/blob/main/BlackHole%20v1.1.apkScreenshots attached here: https://github.com/Sangwan5688/BlackHole

March 23, 2021 at 12:16PM by sangwan_5688
https://ift.tt/3vL41MO
New post on /r/flutterdev subreddit:

If you're using Flutter for your mobile app projects only, what do you use as a replacement for Flutter web?
I'm planning to learn and ultimately use Flutter for the projects that I'll be working on. I've read that Flutter web is stable but a bit clunky and the performance is not really great (correct me if I am wrong), so I'd like to know what do you use as a replacement?Do you still suggest using Flutter web? I mean code it once and build it for Android, iOS and web. What do you suggest would be the closest to have that set up?

March 23, 2021 at 01:39PM by _clapclapclap
https://ift.tt/3cdyuLH
New post on /r/flutterdev subreddit:

Wrote an article on setting up Firebase for Flutter Android apps!
https://ift.tt/3d31vsT

March 23, 2021 at 01:31PM by mukhtharcm
https://ift.tt/3cdmmub
New post on /r/flutterdev subreddit:

Way to make Flutter tests more compact?
I have recently tried out Test Driven Development writing unit and widget tests side by side and I can't help but wonder if there is a more concise way to (for example) test different possible inputs to a TextFormField without having to create a separate test for them? Basically a shorter version of...test(
'Email validator should return warning string for invalid email (1).',
            () {
final wrongEmailResult = model.validateEmail('t');
expect(wrongEmailResult, 'Please enter a valid email!');
        });
test(
'Email validator should return warning string for invalid email (2).',
            () {
final wrongEmailResult = model.validateEmail('t@');
expect(wrongEmailResult, 'Please enter a valid email!');
        });
test(
'Email validator should return warning string for invalid email (3).',
            () {
final wrongEmailResult = model.validateEmail('t@t');
expect(wrongEmailResult, 'Please enter a valid email!');
        });...that achieves the same result of three different possible inputs in just one test (maybe like a for loop or something).

March 23, 2021 at 02:26PM by SkyWyrMe
https://ift.tt/319EYVF