Flutter Heroes
25.6K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Reddit: Login With Firebase
Hello everybody i am a reddit and flutter super newbie, i wanted some ideas on how i should go about using Firebase auth with my flutter app if i wanted to use the login model that the shrine app used in googleio '18 here is what i have so far https://pastebin.com/56JMT6Ty

Submitted May 17, 2018 at 08:11AM by amaan75
via reddit https://ift.tt/2Gpbari
Reddit: Lets talk about monetization - how well does Flutter integrate?
How is integration done with the more popular means of monetization on mobile ? Are there plugins already written?I know this is an opened question but curious if flutter can integrate well with the existing methods of monetization. Particularly important for clients if I wish to convince them to redo their apps to flutter

Submitted May 17, 2018 at 07:18AM by movdev
via reddit https://ift.tt/2KwLhbC
Reddit: Continuous delivery with Flutter
https://ift.tt/2k56Qoz

Submitted May 17, 2018 at 08:42AM by KingBaal
via reddit https://ift.tt/2KwWJEa
GGroup: Flutter: Internationlization not working from my end. What should I do?
I am trying to build small demo app to test Flutter internationalisation. I found https://ift.tt/2rPvywy and try to test it. I am getting error that is in blow. *ERROR:* > > - Launching lib/main.dart on Android SDK built for x86 in debug > mode...

Submitted May 17, 2018 at 02:07PM by Niyazi Toros
via Flutter Dev https://ift.tt/2k909lr
Reddit: Flutter calculator in 90 lines of code
This morning I read a Tweet about a Xamarin Forms calculator written in F# in 118 lines of code.https://github.com/nosami/Elmish.CalculatorSo I decided to give it a try in Flutter:https://github.com/escamoteur/flutter_calculator

Submitted May 17, 2018 at 02:23PM by escamoteur
via reddit https://ift.tt/2k6ape4
GGroup: Flutter Navigation animation is not smooth
In lower en android mobile flutter application page navigation is not moving smoothly even fullscreendialog also.

Submitted May 17, 2018 at 02:55PM by Sel Vam
via Flutter Dev https://ift.tt/2KzcY3B
GGroup: Navigation is not smooth
In lower end android mobile, flutter application page navgiation is not smoot even fullscreen dialog also

Submitted May 17, 2018 at 03:10PM by Sel Vam
via Flutter Dev https://ift.tt/2rNQDYd
GGroup: Flutter - Convert a Small Website to An Material APP
My Target website is a *Simple Website which has no API Urls and Json Files.* I just want to *Fetch Text,Imgae and video Content,* then to show that things in My App as in different alignment or as my wish[ie just want to show them in a materialiased UI] Best Example Is opening m.youtube.com in

Submitted May 17, 2018 at 05:55PM by Rajesh S
via Flutter Dev https://ift.tt/2KymOTe
Reddit: BLE TPMS app on Play store is super sketchy. Need info on making my own app with Flutter that can communicate with these BLE sensors
The devices are valve stem caps that measure tire pressure and transmit the data over BLE. The chinese app (https://play.google.com/store/apps/details?id=com.po.tyrecheck&hl=en_US) on the play store wants permission to re-route calls, camera, GPS, and a bunch of other things that it definitely does not need unless it was doing some shady stuff. It also gets bad reviews.I can see the sensors with BLE Scanner (https://play.google.com/store/apps/details?id=com.macdom.ble.blescanner), but I cannot connect to them. I'm looking for some info on the communication/pairing for BLE and any pointers on developing an app in flutter.

Submitted May 17, 2018 at 11:08PM by signal15
via reddit https://ift.tt/2k4McER
Reddit: Can a Flutter app receive URL shared from browser?
I want to build an app that receives URLs from a device web browser. The idea is to use the share action that exist om both IOS and Android. It seems it is not possible but I hope I am wrong. I have just heard about Flutter and was very excited about it but if this is currently not possible to do I guess I will have to invest my time in React Native instead. I find it hard to believe it's not possible and that I am the only one wanting to do this. Any ideas on how to implement this in Flutter: 1. Browse web in Safari 2. Press share button in Safari 3. Choose Flutter app (how does this app get to this menu???) 4. Receive URL in Flutter app

Submitted May 17, 2018 at 10:37PM by dentnile
via reddit https://ift.tt/2IRC5Bl
Reddit: Camera plugin 0.2.0 now supports video recording!
https://ift.tt/2Gtnh6K

Submitted May 17, 2018 at 09:52PM by Purple_Pizzazz
via reddit https://ift.tt/2rR4Moc
GGroup: Dart 2 Breaking Change: mixin and interface are built-in identifiers
*TLDR:* If your code uses mixin or interface as a prefix, class, type parameter or typedef name, then your code will soon break. Otherwise you can stop reading. *What's changing?* We are adding mixin and interface to the list of built-in identifiers in Dart. This means that those names will

Submitted May 18, 2018 at 12:24AM by Leaf Petersen
via Flutter Dev https://ift.tt/2wNm3nj
GGroup: Dart 2 Breaking Bug Fix: Instance members shadow prefixes
*TLDR*: Dart 2 tools are fixing a long-standing bug in name resolution. If you have code which refers to a prefix while an instance member of the same name is in scope, you will see new compile time errors. *What's changing?* Technically nothing. In Dart 1, prefixes and instance members share

Submitted May 18, 2018 at 12:41AM by Leaf Petersen
via Flutter Dev https://ift.tt/2It0uxG
GGroup: Dart 2 Breaking Change: noSuchMethod mocking passes default arguments
*TLDR:* Invocations of abstract methods using noSuchMethod will now fill in default values for missing arguments. If you have code that assumes that a method which is implemented via noSuchMethod and which is invoked with missing optional parameters will not receive the default parameter values

Submitted May 18, 2018 at 02:21AM by Leaf Petersen
via Flutter Dev https://ift.tt/2rOXzoy
Reddit: Recommendations on how to try out flutter code I find without new project every time?
Most flutter examples I find are just one main.dart file. Id like to find a way to quickly run the code I find (or parts) without having to create a new project each time. They take up to 250+megs each time!So whats a recommended structure I can use to do this? I was thinking of using tabs and putting each code in its own class/file? Or is there an easier way?

Submitted May 18, 2018 at 05:42AM by movdev
via reddit https://ift.tt/2rW20NY
GGroup: How to get pub to list package as compatible with Flutter
I have a package I've published on pub at: https://ift.tt/2v5WJYS Which contains Dart HTTP Client library with JSON serializeration support. Unfortunately pub is flagging it incorrectly that it only works in Dart *WEB*. The library was primarily designed to work in

Submitted May 18, 2018 at 07:43AM by Demis Bellot
via Flutter Dev https://ift.tt/2x0EYLF