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

Plugins for flutter devs to easily create app settings screen(Mobile + web) or sharing content(Mobile only)
I wrote these two plugins for flutter apps almost a year ago.Since I joined this subreddit recently, I am puting this out here for other developers.Any feedback/help/contribution for any of them is appreciated.https://pub.dev/packages/flutter_share_pluginhttps://pub.dev/packages/flutter_settings_screens

August 22, 2020 at 10:27PM by g4m3rg33k2
https://ift.tt/3honqLT
New post on /r/flutterdev subreddit:

Recipe app query
I'm building my first appI'm working on a recipe app which will scan the contents on the table and will recommend the user recipes according to itI have developed the UI but the problem is I'm not sure how I'll scan the object and recommend the recipesI know for recipes some API are available but I'm not sure how I'll scan and send the information to APIAny help is appreciatedThanks for reading 🙂

August 24, 2020 at 11:15AM by Pkshri
https://ift.tt/3gq5mQa
New post on /r/flutterdev subreddit:

What’s is the best flutter state management?
Better or similar to GetX.Less coding.best RAM optimizations.

August 24, 2020 at 11:15AM by Appropriate-Ad-3865
https://ift.tt/3jlmEQH
New post on /r/flutterdev subreddit:

Best Flutter State Management ⚡️
Less Coding.Best RAM Optimization.Less context.Zero Boilerplates.Better Features.. What’s the Better one?View Poll

August 24, 2020 at 11:32AM by Appropriate-Ad-3865
https://ift.tt/2EjdwNi
New post on /r/flutterdev subreddit:

Serverless video upload and encoding with Firebase Storage, Cloud Functions and Publitio
This article describes how to use server side encoding, combining Firebase Cloud Storage, Firebase Cloud Functions and the Publitio API.

August 24, 2020 at 12:37PM by Happycodeine
https://ift.tt/3lgdYwm
New post on /r/flutterdev subreddit:

Making a push notification Flutter app based on web
How to implement push notification applications based on the website? I am building a flutter app that gives push notification to the user if the keyword is matched with the new post on a university website. The point is this website needs a login, and I want my app to allow users to log in only one time(after the app installation) and then it logins automatically so that the app will monitor if the new post on a website contains the keyword user has set on background. If there is a new post that matches the user's keyword, then, the app will give push notification to the user, and the user can see that notice through that app. How can I implement this? Could someone give a big picture of this?

August 24, 2020 at 12:31PM by JonnySunn
https://ift.tt/3jdtJ5H
New post on Flutter Dev Google group:

Flutter job
Hi guys im looking for a remote fluttet position either paid internship or software developer role or even a paid project , check out my app https://ift.tt/31lSiai , you can as well dm for my cv

August 24, 2020 at 02:17PM by ibrahim shehu ibrahim
https://ift.tt/2CRTf0C
New post on /r/flutterdev subreddit:

Writing Production-Ready apps in Flutter
Writing apps that are scalable and maintainable is always a good practice. Here are some of the points which I keep in mind while developing apps. I hope you like the article. Feel free to add in your opinions. 😄#flutter #flutterdev #appdevelopment #bestpractices #dart #learninghttps://medium.com/@ibtesamansari070/making-production-ready-apps-in-flutter-e0abd1c23c83

August 24, 2020 at 02:49PM by IbtesamAnsari070
https://ift.tt/2YwvMts
New post on /r/flutterdev subreddit:

Infinite Scroll Pagination Made Easy | Flutter Package
https://pub.dev/packages/infinite_scroll_paginationHope you guys enjoy it! Feel free to DM me with any doubts you may have.

August 24, 2020 at 03:31PM by Epidemy11
https://ift.tt/2FVXE45
New post on /r/flutterdev subreddit:

I made this app, MyLove, as way to give a gift to my girlfriend last year without spending any money. I just polished it up and published it recently if anyone else wants to (automatically) send their partner love notes every day. (Made with flutter_bloc and firestore.)
How it works is you and your partner both install the app, make an account and connect to each other. You only have to do this once, after it is set up you will log in automatically whenever it opens. Each of you makes a list of notes you want to send to each other. You can either create your own notes or choose from notes that have been added and made public by other users. Each day a new note will be selected along with a cute picture and a new background wave animation (thanks to this article by Felix Blaschke).It is pretty much just an app for people who are in a relationship, which I think is ok as there are lots of apps for people who are single or dating. Sometimes it is nice to be able to look at your phone and be reminded of why you are with the person you are with. And who doesn't like getting love notes from their special person.There are no ads or purchases but the next update should have a one-time upgrade to increase the number of notes you can keep in your list to ~300 or something like that. Also I want to add a feature where you can send each other flowers periodically, perhaps with a note or a poem attached. So stay tuned for more updates.It is the fourth or fifth app I've made with firestore and the bloc/flutter_bloc libraries, it is definitely not perfect and could use a bit of clean up but check out the repo if you're interested or you want to customize it further.Feedback is appreciated! Thanks for checking it out.https://github.com/kskotheim/jeg-elsker-degiOS: https://apps.apple.com/app/id1527896954Android: https://play.google.com/store/apps/details?id=com.snapdragonapps.my_lovevideo demo: https://twitter.com/app_mylove/status/1297277982927499264

August 24, 2020 at 03:56PM by definitely_robots
https://ift.tt/2QgSNMG
New post on /r/flutterdev subreddit:

Lodash like array utility library
I have been a huge fan of lodash , since I switched to dart , I couldn't find a library that exposed similar high level functions as lodash . So I built a library called byte_flow . It provides you with helpful array manipulation libraries .If some functions are missing , create an issue , PRs are welcome . Check out this package and if you like it , star it to show support !Pub : https://pub.dev/packages/byte_flow
Github : https://github.com/pacifio/byte_flow

August 24, 2020 at 04:27PM by pacifio
https://ift.tt/2Ecnpwt
New post on /r/flutterdev subreddit:

Firestore backend for Flutter. In-browser CodeLab. Part 2. Web App.
https://ift.tt/3gq9r7h

August 24, 2020 at 05:42PM by Elegium
https://ift.tt/3aZLQJu
New post on /r/flutterdev subreddit:

Simple BMI Calculator
As a part of learning flutter, I made a simple BMI calculator in flutter. The app is an extended version of the one in London App Brewery Course. You can find the application here.Please do check it out and let me know how it is, or any improvements I can make.​The source code can be found here.Thanks!

August 24, 2020 at 05:38PM by iamharsh_07
https://ift.tt/2CVgPK7
New post on /r/flutterdev subreddit:

Shopping App with Flutter and Python
Hi guys,I wanted to build a shopping App for my smal scale business, I am familiar with python and Javascript (vanilla) . I was planning to use flutter to create the frontend.Can I use python (flask) or node js as a backend for my app that handles product/user database and payments?What would you suggest as a good option for me?Thank you. 🙂

August 24, 2020 at 05:25PM by ashhcs
https://ift.tt/2YwSJNn