Flutter Heroes
25.9K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: How to download full page from the web
How to load full web page I'm trying to download content from https://ift.tt/1MypKMD to extract information about lottery numbers. I have tried many times, and in all, I had the problem with RedirectException. Does anyone know how to load the page into a

Submitted July 27, 2018 at 04:10PM by pce...@gmail.com
via Flutter Dev https://ift.tt/2va1xco
Reddit: Anyone had luck wrapping Flutter in a React-Native app?
So I am trying to add in-app purchases (auto-renewing subscriptions) to my Flutter app and there are currently no packages out there with this functionality that are ready for production. But there are a few out there for React Native. I don't have any experience with Java/Swift, but I do have experience with React Native.I'm wondering if there is any way to wrap Flutter with a React Native app and provide a bridge similar to the native-bridge that is built into Flutter with the specific purpose of enabling me to handle IAPs in RN and then expose a method (isSubscribed()) which hands off a boolean (subscribed/not subscribed).Any ideas for how something like this might work?

Submitted July 27, 2018 at 05:05PM by lukepighetti
via reddit https://ift.tt/2LqQM0c
Reddit: What do you like or not like about the Dart language? How does Dart stack up against other native languages?
Two part question, but feel free to answer either one :)

Submitted July 27, 2018 at 05:02PM by phriend2spin
via reddit https://ift.tt/2K0yWvB
GGroup: Timer.periodic
I'm hitting a web endpoint and getting JSON data back for display. I'm relying on a periodic timer to do updates. I'd like updates at around 10 seconds. However, since I'm relying on the timer to trigger the read, I have to wait initially for the timer to cycle. Is there a way I can trigger

Submitted July 27, 2018 at 05:59PM by K Wilde
via Flutter Dev https://ift.tt/2vc15KG
GGroup: How to push notification without firebase ?
Hello, I am working on weather app project, and I would like to get a notification of the weather, *even if my application is turn off* (1 notification per day, or 1 notification when you turn on your device). However, I don't use Firebase or any cloud, and I don't want. How can I do that with

Submitted July 27, 2018 at 06:43PM by fab...@metadot.com
via Flutter Dev https://ift.tt/2LDHsFE
GGroup: IOWebSocketChannel with self signed cert
Is it possible to allow a self signed cert when creating an IOWebSocketChannel using the example on https://ift.tt/2y4VVVH works fine with no ssl or a valid ssl, but I need to be able to allow users to accept a self signed cert if that is what their own system has.

Submitted July 27, 2018 at 07:51PM by James Peterson
via Flutter Dev https://ift.tt/2LtPO3z
Reddit: Card Settings - A flutter package for building card based settings forms.
https://ift.tt/2LFJEwq

Submitted July 27, 2018 at 07:32PM by CodyLeet
via reddit https://ift.tt/2K670X4
Want to give focus to a widget, such as an input field? You can use autofocus in simple cases, but you can also use FocusNode to do this programmatically. #FlutterFriday

Learn more → https://t.co/5cj9I7zg13

See an example →https://t.co/pB1My989R1 pic.twitter.com/s5K4bcGP6s— Flutter (@flutterio) July 27, 2018

July 27, 2018 at 08:20PM
via Twitter https://twitter.com/flutterio
GGroup: Best way of implement State Management in Flutter
I've spent some time searching around the web about this, but I still have not a clear idea about how we should implement the state management of our applications. 1) Flutter style: The easiest way is passing down to children variables and functions, just like in ReactJs, but honestly I found

Submitted July 28, 2018 at 12:11AM by Gabriele Mazzola
via Flutter Dev https://ift.tt/2LrJA3W
GGroup: Is AnimatedOpacity really faster then rebuilding Opacity with cached child?
The documentation suggests using AnimatedOpacity during animations, but is this really that much different compared to rebuilding Opacity widget while caching the child widget? As far as I can tell flutter is does the right thing here - RenderOpacity is only created once and only updated on

Submitted July 28, 2018 at 01:35AM by Matt K.
via Flutter Dev https://ift.tt/2LulWUr
Reddit: Handling state in a Flux model through Streams by joining Redux and RxDart.
So, my experiment on building a Redux version of a Store on top of the RxStart has become a package with two flavors of clients.Library is ReduRx: https://github.com/leocavalcante/ReduRxMobile bindings for Flutter: https://github.com/leocavalcante/Flutter-ReduRxWeb bindings for React: https://github.com/leocavalcante/React-ReduRxI'd love to hear some feedback!

Submitted July 28, 2018 at 06:59AM by leocavalcantee
via reddit https://ift.tt/2veRNxu
GGroup: Firestore Fetch Data Issue
If anyone could help... I am having an issue fetching data from Firestore. I'm able to update data just fine and create entire documents and collections using: void _updateBullwinklesDrinkTicketAmount(){ Map data = { '$bullwinkles Drink Ticket(s) Remaining' : bullwinkles

Submitted July 28, 2018 at 02:13PM by packapp...@gmail.com
via Flutter Dev https://ift.tt/2uZ5Sji
GGroup: Text field losing focus
Has anyone come across textfield widgets and keyboards losing focus when the user touches the input textfield box? It seems my widget is rebuilt each time on touch and essentially causing the user to be unable to input information. Any ideas are much appreciated!

Submitted July 29, 2018 at 04:23AM by Barrett Studdard
via Flutter Dev https://ift.tt/2OqWRI2
GGroup: Is it easier to manage app lifecycle with Flutter than with Java?
Using traditional way of development we have to write code that will preserve state of application after device orientation changed, in case of another application pop up... There a several lifecycle methods and a lot of additional code you may need to write. Is it the same way in Flutter or

Submitted July 29, 2018 at 04:58AM by Jack J
via Flutter Dev https://ift.tt/2LUP7MJ
GGroup: Offstage Widget
I am new to flutter. Does Offstage Widget lazy build (when first time visible) the child or it is loaded at the beginning only? -- Harsh Bhikadia bhikadia.com

Submitted July 29, 2018 at 07:52AM by Harsh Bhikadia
via Flutter Dev https://ift.tt/2AfJhEe
GGroup: Text Field focus issue
Hi, When putting textField in ListView, the text field does not focus even with focus node has been set. However, the text field is able to focus when put in a Centre widget directly under scaffold. This causes the keyboard to block the text field. Anyone having this issue? Need help please.

Submitted July 29, 2018 at 12:03PM by Mozes ong
via Flutter Dev https://ift.tt/2LWjH8x