Flutter Heroes
25.6K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
GGroup: Does Flutter have a plan to target Windows applications for mobile or tablet?
Does Flutter have a plan to target Windows applications for mobile or tablet?

Submitted May 18, 2018 at 11:03AM by Tamajit Chakraborty
via Flutter Dev https://ift.tt/2wTkXXf
GGroup: TLS exception
Hello, I try to load my server certificate to socket/connection be able to make ssl pinning. Future loadAssetCertificateBytes() async { return await rootBundle.load('assets/server-cert.der'); } fillCert(ByteData data) { if(certByteData==null) { certByteData = data; } }

Submitted May 18, 2018 at 03:22PM by Goksel Uyulmaz
via Flutter Dev https://ift.tt/2IQyVxG
GGroup: What I expect from Flutter before production
Hi, Hope someone really can read this and give me a right answer. I expect to get *information*, *demo*, *examples*, *plugins* etc before my app production. And even if there is a paid subscription please feel free to give me an answer. *1) *Good Google Map integration with Flutter for

Submitted May 18, 2018 at 03:58PM by Niyazi Toros
via Flutter Dev https://ift.tt/2IuTRLi
GGroup: A new public reverse proxy of flutter_infra and dart packeges in China (and questions)
Hello, We are Shanghai Jiaotong University Linux User Group. Recently, we set up a new reverse proxy for flutter_infra and dart packages at https://ift.tt/2GtMHBn and https://ift.tt/2IP26Bs and expect it to improve the download speed of universit

Submitted May 18, 2018 at 05:52PM by Vic Luo
via Flutter Dev https://ift.tt/2GtVLpP