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

deep link not handle link in ios ,in android is handling and get the link
Hi , i am using universal link to open my app from link in another app , I need to handle the link in clicked (i am using uni_link plugin).set this code in initState() {Super.initState();Uri initialUri = await getInitialUri();//I am set this statement inside Future.delayed to use await}In android device I get the link when click and open my appBut in iOS do not read it , how can I read the link ?

April 19, 2021 at 09:31PM by muhammadAlshelleh
https://ift.tt/3sroJhW
New post on /r/flutterdev subreddit:

[META] Can we talk about questions?
So I know we have a subreddit rule that all questions go to /r/flutterhelpBut it's not obvious under a "please read the rules link" that no one even clicks on, and there are several help questions posted every day.I think the mods need to either a) step up enforcement of the rules or b) examine the rules.I'm all for having a weekly questions sticky like other dev subreddits have, but if rule breaking posts are going to stay up for a long while, then we might not as well have that rule.I fully know the mods are volunteers, and have other lives, but then we should look at changing the rules to something that can be reasonable enforced.

April 19, 2021 at 11:16PM by DoPeopleEvenLookHere
https://ift.tt/2P7ba9U
New post on /r/flutterdev subreddit:

Flutter — 5 little things to know — Part 1 (Packages)
https://ift.tt/3xcARam

April 20, 2021 at 01:47AM by nonybrighto
https://ift.tt/3gt9Qcz
New post on /r/flutterdev subreddit:

Open Source - Siri tells dad joke before taking picture (REST/blocs/injection/routes/freezed...)
Recently my work had a Fed Ex day where you spend the whole day making any project you want. I made a Flutter app that makes Siri tell a dad joke before taking your picture. Just a fun app but uses REST api, blocs, injection, routes, and more concepts in Flutter. I thought I would release it open source for anyone who wants to view a simple app and dive into those concepts.​Here is the code:https://github.com/BradenBagby/joke_cam​If you want to check it out in the AppStore/Google Play here it isAppStore: https://apps.apple.com/us/app/joke-cam-camera-tells-jokes/id1562197615Google Play: https://play.google.com/store/apps/details?id=com.bradenbagby.happy_camera​Finally without making this too much of a plug, I plan to start releasing mini Flutter projects that mix cool/fun ideas with important concepts. If you are interested in that be sure to subscribe to my YouTube: https://www.youtube.com/channel/UCYY1FjawndyXncV8xdKjO5w​I hope you can find this fun and useful!

April 20, 2021 at 01:33AM by BradenBagby
https://ift.tt/3n0dqMy
New post on /r/flutterdev subreddit:

imperative_flutter my first package
https://github.com/JunioJsv/imperative-flutterHello guys, I wanted to share this package with you, it is still very simple but I think the idea is good, this package aims at state management using concepts of imperative programming, eg using id to manipulate the state of a specific widget in the tree.Olá pessoal, queria compartilhar esse package com vocês, ele ainda é bem simples porem acho que a ideia é boa, esse package visa o gerenciamento de estado usando conceitos de programação imperativa, ex utilizar id para manipular o estado de um widget especifico na arvore.

April 20, 2021 at 01:15AM by JunioJsv
https://ift.tt/3gpU9mu
New post on Flutter Dev Google group:

Flutter vs POWERPOINT
Hello, I have mocked up APPS in Powerpoint with good success. I am interested in Flutter. How does it excel vs Powerpoint? Can it be used to create log in programs for rooms at work? Can It create a record of who logs into rooms, and times? How secure is it? Are any companies using it for

April 20, 2021 at 03:40AM by Mani
https://ift.tt/3txdbLm
New post on /r/flutterdev subreddit:

Docker Containers for Windows and Linux Flutter Desktop builds
https://ift.tt/3gshd3Y

April 20, 2021 at 03:18AM by haplo
https://ift.tt/3amkNZO
New post on /r/flutterdev subreddit:

My first plugin: really simple_tags
Hey guys, this is my first post on this reddit account and I thought I might share the first flutter plugin I created. I recently needed to implement tags in an flutter app and was looking for a handy way to implement that. It was really just a list of Strings which should be displayed in a tag / container format. I found one or two libraries who would do that for me how ever they felt quite overkill for simply displaying a list of strings in the format I wanted.I came up with an own solution solving the minimal usecase I mentioned above. The library is not as extensive as existing ones but is pretty straight forward and probably a little bit smaller. In case anyone is interested in the package itself or its implementation I thought I might share it here.Ofcourse feedback and criticism is also appreciated. Cheers!https://github.com/raLaaaa/simple_tags

April 20, 2021 at 09:28AM by Puzzleheaded-Bus-164
https://ift.tt/3mZEP1e
New post on /r/flutterdev subreddit:

I Made an Habits Tracker
Hello devs!I've been working on an habits tracker and now it's ready to use!
The idea is to make something that look similar to the GitHub contribution board, to check how good you are with your habits.This is a open source project and it's available both on Play Store and App Store.
Check it here: https://github.com/GiacomoPignoni/habits_diaryI would love to hear your feedback!
Thank you!

April 20, 2021 at 10:29AM by Pigna1
https://ift.tt/3gnJ850
New post on Flutter Dev Google group:

Flutter iOS runner problem -PhaseScriptExecution failed with a nonzero exit code
hi I try to build my app with runner for iOS I get this error message Command PhaseScriptExecution failed with a nonzero exit code if I build the app without images and plugins the builder have no problems if I make the same and load a plugin in the pubspec.yaml the runner don’t build the

April 20, 2021 at 03:37PM by Marc GrĂĽnebaum
https://ift.tt/3v6bIMo