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

firebase_messaging iOS problem
Hello I'm trying to get firebase_messaging to work before incorporating it into other projects. It runs fine in Android, but not iOS. I follow the steps in firebase_messaging readme and this tutorial ( https://ift.tt/38jnCXH

March 04, 2020 at 05:15PM by Andrew King
https://ift.tt/2PIJsxa
New post on Flutter Dev Google group:

Re: firebase_messaging with iOS ANS
Hi, Not sure if this is your issue, but keep in mind that iOS push notifications don't work on iOS emulators. You might want to use a try/catch block to help debug: void initFBM() async { try { if (await _fbm.requestNotificationPermissions()) { _fbm.configure(

March 04, 2020 at 05:57PM by Tom Gilmour
https://ift.tt/2VJ7ZpG
New post on /r/flutterdev subreddit:

Finally running Rust natively on a Flutter plugin!
For the last weeks, I have spent my time researching the ideal way to embed Rust code (or any C compatible language) on Flutter plugins using the new FFI features.https://github.com/brickpop/flutter-rust-ffi#readmeAfter days and nights of hitting the wall, I've finally come up to a prototype that checks all the boxes 🚀No Swift/Kotlin wrappersNo message passingNo async/await on DartWrite once, run everywhereNo garbage collectionMostly automated developmentFeel free to fork it, improve it and give your feedback! ❤️I'm working on an article as well, more on that later 😃

March 04, 2020 at 06:51PM by brick-pop
https://ift.tt/3aoYvnJ
New post on /r/flutterdev subreddit:

Flutter Note App that allows user to type and draw?
How should I go about doing this? I am learning flutter and I am able to create a basic note app that allows user to create, save and load/edit notes locally.However I would like to add a "draw" function that user can draw on the notepad as well.​Can anyone point me in the right direction? I tried painter2 but that is drawing to the canvas and I cannot write on it if drawing is activated.

March 05, 2020 at 05:22AM by RevolutionaryRow0
https://ift.tt/38oBksf
New post on /r/flutterdev subreddit:

Code splitting for Flutter Web 🚀
https://ift.tt/39r6ws2

March 05, 2020 at 08:38AM by SoundDr
https://ift.tt/3cwONkS
New post on /r/flutterdev subreddit:

Scroll changes scroll tabs
Hey devs, I want to build this UI where the tabs changes on certain scroll-point.Please tell how should I approach,is there any package already available?Lot of stuff going on there. Collapsing header,horizontal scrolling tabs,etc. Please help.UI LINK:https://www.youtube.com/watch?v=LrOR5QOCHBI

March 05, 2020 at 08:23AM by mighty_8
https://ift.tt/2vECrqn
New post on /r/flutterdev subreddit:

Naming build context
It seems that in tutorials build context is just named context, which is quite confusing. Why? Isn't this just as bad practice as calling every temporary variable "var"?

March 05, 2020 at 11:59AM by XanGlass
https://ift.tt/2vIiDCp
New post on Flutter Dev Google group:

How to Image Upload Flutter with java Api
How to Image Upload Flutter with java Api Store a locale Drive Kindly help me upload and download Image

March 05, 2020 at 12:29PM by Dev Rajawat
https://ift.tt/39uNVeM
New post on Flutter Dev Google group:

A study of the Flutter cross platform mobile development framework and its third party libraries
Hello All, This is just a reminder from my last message on this platform. My name is Tobi Michael Aroyehun and I am currently pursuing MSc in software development at the University of Limerick, Ireland. I am currently doing a research for my final thesis on the study of the flutter development

March 05, 2020 at 01:11PM by Tobillion X
https://ift.tt/2TthcRH
New post on Flutter Dev Google group:

How to upload multiple images in flutter without affecting their resolution?
Hi flutter developers! I'm trying to upload multiple images to a post (similar to an instagram post) where a user is able to swap between the post's images/videos. However, the resolutions of the files im uploading is really bad due to setting the width and height. I have no clue how to keep the

March 05, 2020 at 01:45PM by Amena Deeb
https://ift.tt/32QIXXn
New post on /r/flutterdev subreddit:

Help needed: Flutter offline world map plugin
Is there a flutter plugin to show an offline world map of countries.Each country tile can be changed to a unique custom color based on its temperature rangemap can be zoomed in, zoomed outevery country tile can be clicked to open a country-specific activitySomething of this form https://leafletjs.com/examples/map-panes/example.html

March 05, 2020 at 03:42PM by sharma1987
https://ift.tt/2TnJXiv
New post on /r/flutterdev subreddit:

Text Recognition
Hi, I need text recognition for some documents in my app. I read about the firebase ML kit but I want to know if there is other library out there for approaching this in Flutter. Any recommendation will be appreciated.

March 05, 2020 at 03:39PM by Ridyckz
https://ift.tt/2x7ZdHu
New post on Flutter Dev Google group:

can anyone help me out with this error?
Launching lib\main.dart on Android SDK built for x86 in debug mode... Running Gradle task 'assembleDebug'... D8: Cannot fit requested classes in a single dex file (# methods: 87865 > 65536) com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives: The number of

March 05, 2020 at 03:48PM by Sharwan Solanki
https://ift.tt/39pOKFz
New post on /r/flutterdev subreddit:

stratis_flutter | Flutter Package
https://ift.tt/33cShUX

March 05, 2020 at 05:06PM by carminezacc
https://ift.tt/32QaGHE
New post on /r/flutterdev subreddit:

Is there an ORM for Cloud Firestore in Flutter?
I find myself writing boilerplate code to create records, update records and deleting records with Cloud Firestore instead of writing my app's logic.Is there an ORM in Dart for Cloud Firestore that can be used in Flutter? Somethings I was interested in:Be able to serialize to/from JSONWrite all the boilerplate code to save records and retrieve themAdd validators on each field so that I'm not checking logic such as if the field is empty or notIs there something like this that already exists in Dart/Flutter? I haven't been able to find it so far in my search.

March 05, 2020 at 07:03PM by davydany
https://ift.tt/32QD1xu