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

Scheduling local notifications - Is there a definitive solution?
Hi guys, good evening! I am working with a team creating a solution that involves reminding the user of some events, scheduling local push notifications for that. I am currently using that package: https://pub.dev/packages/flutter_local_notificationsThe problems are: - Users can schedule multiple recurring events, leading to hundreds of scheduled notifications in a space of time. iOS has a limitation of 64 events that can be scheduled at maximum. - Some devices are not triggering the notifications due to OEM limitations, specifically Xiaomi and Huawei ones.How do you guys handle scheduled local notifications on your apps? It looks like there is lots of bugs everywhere I see.

February 01, 2021 at 10:30PM by thiagoblin
https://ift.tt/3czJnIm
New post on /r/flutterdev subreddit:

Is it possible to communicate with bluetooth? (not blue)
I found fluttter bluetooth serial library but it is some buggy and works only on Android. Whether there library which handle bluetooth in old way for both platforms? I would like send data between devices.

February 01, 2021 at 11:22PM by nontakenusr
https://ift.tt/39Dlb5U
New post on /r/flutterdev subreddit:

Is Mapbox a viable service to integrate into a Flutter app which will be reading and writing live data?
I'm working on a Flutter app which I plan on integrating a feature similar to Snapchat's infamous "SnapMaps" feature. This requires reading and writing live geolocation data to and from a server service like Google's Firebase or Mapbox.I don't think that Google's mapping services natively support navigation, which I plan on integrating into my project. Mapbox seems to have navigation SDKs for native iOS and Android development, but I'm not sure if Flutter has access to this yet.So I guess what I'm really asking is whether I should try to use Mapbox or Google Maps Services for this Flutter project.

February 02, 2021 at 02:35AM by PalmTree24
https://ift.tt/2YBeEmg
New post on Flutter Dev Google group:

ads are not showing up on real device
hello everyone! i have integrated ads with firebase_admob in app which are working fine on emulator but does not show up on real device by apk. my logcat as following - Launching lib\main.dart on AOSP on IA Emulator in debug mode... Running Gradle task 'assembleDebug'... Plugin project

February 02, 2021 at 07:49AM by Raman Plaha
https://ift.tt/3j7ePPs
New post on /r/flutterdev subreddit:

Flutter will power Ubuntu's brand-new installer!
https://ift.tt/3tfHZR7

February 02, 2021 at 08:25AM by ankmahato
https://ift.tt/36wTeuG
New post on /r/flutterdev subreddit:

Flutter Tap Weekly Newsletter Week 73! - Tutorials, videos, packages, and much more!
https://ift.tt/3ap6mmN

February 01, 2021 at 02:19PM by vensign
https://ift.tt/2YDRCed
New post on /r/flutterdev subreddit:

ObjectBox v0.11 / CRUD benchmarks on Flutter database performance (sqflight, Hive, Firestore)
https://ift.tt/2YCdhDD

February 02, 2021 at 02:49PM by greenrobot_de
https://ift.tt/3aqXtsX
New post on /r/flutterdev subreddit:

Flutter Food Shop UI Kit Part 10 - Home Part 2
https://youtube.com/watch?v=Fq3lOwybZC8&feature=share

February 02, 2021 at 05:10PM by dickyrey
https://ift.tt/2MNPfDa
New post on /r/flutterdev subreddit:

Need Some Suggestions Folks....
My Laptop Configuration:- RYZEN 3 , 1 TB HDD , VEGA 3 GPUSuggest me The Best IDEI have Installed Android Studio ... But Heavy Lag so i have uninstalled it...#30DaysOfFlutter

February 02, 2021 at 04:30PM by Hus-TleR
https://ift.tt/2NOmyGv
New post on /r/flutterdev subreddit:

Flutter MobX Architecture
Flutter MobX ArchitectureI’ve been exploring and using Flutter for a relatively short amount of time, and in that time, while nearly drowning in the incredibly turbulent waters that is state management, I discovered MobX, a state management library for Flutter that is extremely easy to understand, has good docs and abundant tutorials, and armed with its code-gen, makes state management quite simple and easy, especially for beginnersHowever , through my journey into Flutter and MobX, I noticed that there were almost no videos, articles , packages etc. showing or providing a guide on how to incorporate MobX into an architecture, or even build one around it, while there were an abundance of them for other state management libraries, such as Bloc or Provider.My love for the simplicity and functionality of MobX , and my frustration with not being able to find any proper architecture related material for it even after extensive searching led me to the creation of this package.It builds around MobX an MVVM architecture, providing widgets to allow the binding of View Models ( which are usually MobX stores in this architecture framework , but don’t necessarily have to be so ) to the UI in an elegant and clean way.It also provides a handy sizing information class, exposed directly in the builder function, which contains the height and the width of the screen, to allow developers to more easily design responsive widgets, without cluttering up the widget tree with media queries all over the place.It has a stable version 1.0, with an informative and extensive getting started guide. This package has a lot of potential, and I plan to actively maintain and add to this project, as much as possible, but I need the help of this awesome community, to contribute and help make this package reach its full potential.Any and all contributions, therefore, whether they be to the docs or the code, in the form of bug fixes or new features or even feature requests, are all highly, highly appreciated and encouraged.I'm relatively new to coding in general, so any feedback or constructive criticism would also be highly appreciated !Thanks for reading this far, and do please check the package out and give it a star over on GitHub!

February 02, 2021 at 04:27PM by Ion7274
https://ift.tt/3pJFdBr
New post on /r/flutterdev subreddit:

IoT based Smart Water Management System app concept
Hi Fellow Flutteristas,Just forked and modified the Watermaniac water drinking app to modify into an IoT based smart water management system concept app, which measures the usage, quality and leakages related to the water supply in a building.Video : https://www.youtube.com/watch?v=Ded92IluVJ4Source code along with concept IoT architecture is provided here.Will be really grateful if some feedback is provided!

February 02, 2021 at 04:11PM by xaad29
https://ift.tt/36A5E56
New post on /r/flutterdev subreddit:

Flutter Horizontal Listview with a Snap Effect
https://ift.tt/2Mk1IyF

February 02, 2021 at 05:56PM by rrtutors
https://ift.tt/3oKveui
New post on /r/flutterdev subreddit:

Flutter Commands a Developer must know, Cheat Sheet - Navoki
https://ift.tt/36BC3bl

February 02, 2021 at 05:35PM by theshivamlko
https://ift.tt/3ctH4qm
New post on /r/flutterdev subreddit:

Is there a proper way to dynamically change tab controllers length?
Say a simple counter app, where whenever fab is pressed a new tab and tabview is added. How do you think it could be implemented?Ps- I can’t use defaultTabController because I want to call a function everytime the tab changes

February 02, 2021 at 07:11PM by dontGiveAnEfAnynore
https://ift.tt/2Mw8Is1
New post on Flutter Dev Google group:

Disable / Delay inline documention in VSCode?
Hello! I'm using vscode, and the code documentation is popping up immediately after I type an open parenthesis. Is there a way to turn that off, or at least delay it? It seems to ignore the intellisense/suggestion delay settings in the "Text Editor" section, and I don't see anything in the

February 02, 2021 at 09:27PM by Jonathan
https://ift.tt/2MLCBo4