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

Call a method on flutter notification possible?
Hi,I am using flutter_local_notifications to handle my notifications which does so very well. I want my program to, on a notification, call a method. This method will handle a timer which basically waits until the user confirms something, and if it doesn't, a new method is called, terminating the action.I wonder if there is anything like this for Flutter. I have asked some of my Android dev friends. They tell me that in Android they use PendingIntent, which does seem to do what I want, but I have yet found something like it for Flutter.I'd appreciate any advice or workarounds if there is nothing like it.​Thanks!

October 27, 2019 at 05:41PM by lenn_armstrong
https://ift.tt/2p66BQd
New post on /r/flutterdev subreddit:

Widget-Maker alpha release
https://ift.tt/31QnUBV

October 27, 2019 at 06:19PM by norbert515
https://ift.tt/2Wi3HUx
New post on /r/flutterdev subreddit:

Login and different user types
Are there any examples out there on how to create a user login with flutter and node js? I'd also like to know if anyone has implemented role based fluter apps with views for admin only etc

October 27, 2019 at 07:04PM by davicitos
https://ift.tt/2JrbWZo
New post on Flutter Dev Google group:

disable Flutter crash reporting?
[image: h01.PNG]

October 27, 2019 at 10:41PM by LOUNES Abbar
https://ift.tt/2JrVs2T
New post on /r/flutterdev subreddit:

Minesweeper in flutter
On the webhttp://www.adamhammer.ca/minesweep/Sourcehttps://github.com/ahammer/flutter_minesweeperPlay Storehttps://play.google.com/store/apps/details?id=com.metalrain.mine_sweeper&hl=en_USNote, performance on the web isn't great, but I wasn't expecting it to be either.Architecturally, it uses Redux, but Provider is used to grease the wheels a bit in places.No article or how to, but I'll gladly field any questions.

October 27, 2019 at 09:14PM by HaMMeReD
https://ift.tt/34gWBmb
New post on /r/flutterdev subreddit:

Note-taking App
https://github.com/cross-solutions/smart-notesComing from Xamarin and being relatively new to Flutter, we joined a local hackathon to see what we can do in just two weeks. And here it is, an open-source, simple, note-taking app that uses MVVM (scoped_model), SQLite (moor_flutter), OCR (firebase_ml_vision), and OAuth (google_sign_in). If you want, you can try and install it from the link that can be found in the GitHub page.Love to hear your feedback!

October 28, 2019 at 01:50AM by contrix09
https://ift.tt/2JsFMMX
New post on /r/flutterdev subreddit:

How big could a Flutter Firebase Project get?
If I build say the next Facebook using Flutter with Firebase, would I run into any problems as far as scaling? I am positive something as large as Facebook could not have its entire back-end simply be a single Firebase Project. Would the Flutter code itself need to be changed to accommodate millions of users?

October 28, 2019 at 02:51AM by LAN_scape
https://ift.tt/31S3kRy
New post on Flutter Dev Google group:

When Flutter's "Add to apps" feature will be official?
Hello, I am interested in Flutter's "Add to apps" feature to develop new features with Flutter and integrate it with Android native apps. However, this is in preview, not an official feature yet described in GitHub as below. Last updated August 23, 2019. The "add-to-app" support is in preview,

October 28, 2019 at 03:30AM by Jay Lim
https://ift.tt/31S64hO
New post on Flutter Dev Google group:

animate.svg
hi , i am not able to use animate svg how to use them

October 28, 2019 at 07:55AM by Deepjyoti Baishya
https://ift.tt/2PoxNEr
New post on /r/flutterdev subreddit:

How to modularize a flutter application?
Hi guys,​I'm working in a flutter app (@ work) and, we are studying ways of modularizing the latter.​Some colleagues are thinking of applying a "micro-frontend" pattern to this app.​The objective:- each app feature will be a class library and will reside within its own repository and have its own CI/CD process;- the main app will use these "appFeatures" as dependencies; this will be stored in a separated repo and have its own CI/CD;​Until now, we found some drawbacks:- every single shared dependency should be in the same version across all repositories, otherwise, the "pub get" fails; we could use the "any" tag but it's not an option;- possibility of increasing the amount of duplicated code;- routing it's a mess;​Beyond your opinion about our feelings or intentions, do you that think we are following a good path?We have some friends saying that "micro-frontends" doesn't apply to native mobile applications.

October 28, 2019 at 11:19AM by lpcalcada
https://ift.tt/2WiOQsY
New post on /r/flutterdev subreddit:

How to implement staggered layout without using plugin
No text found

October 28, 2019 at 10:34AM by chif_
https://ift.tt/32Sxfe1
New post on /r/flutterdev subreddit:

Did you know you can use javascript in your Flutter Web Apps? Here's a little Piano demo using Tone.js. (It's not hard at all)
https://ift.tt/2BMqFK0

October 28, 2019 at 11:33AM by modulovalue
https://ift.tt/36aYuCz
New post on Flutter Dev Google group:

Google's Flutter Free Workshop in Pakistan 🇵🇰
*Introduction of Tech Kolachi: Tech Kolachi is an interactive and captivating software development,digital & e-learning platform for all the techies all over the globe through its thought-provoking e-learning perspective , counseling & mentor-ship* *Vision of Tech Kolachi: Our perception is to

October 28, 2019 at 01:18PM by Tech Kolachi
https://ift.tt/2q3Mxhd
New post on /r/flutterdev subreddit:

Flutter Tap Newsletter - Week 10
https://ift.tt/32RGefi

October 28, 2019 at 03:36PM by vensign
https://ift.tt/3483llZ
New post on /r/flutterdev subreddit:

A Calculator app using Slidy CLI and TDD.
It was a project created by Flutterando Community to show TDD with Slidy.Slidy is a CLI template generator and package manager for Flutter. Generate Modules, Pages, Widgets, BLoCs and tests.GitHub Repository: https://github.com/Flutterando/flutter_calculatorSlidy CLI package: https://pub.dev/packages/slidy

October 28, 2019 at 03:23PM by irvine5k
https://ift.tt/2PwyKuB