New post on /r/flutterdev subreddit:
Sharing Data in Flutter: InheritedModel vs InheritedWidget
https://ift.tt/2T7fI0Q
March 01, 2019 at 04:12PM by Elixane
https://ift.tt/2EntHFq
Sharing Data in Flutter: InheritedModel vs InheritedWidget
https://ift.tt/2T7fI0Q
March 01, 2019 at 04:12PM by Elixane
https://ift.tt/2EntHFq
Flutter Institute
Sharing Data in Flutter: InheritedModel vs InheritedWidget
An InheritedModel is a way of sharing data across your whole app. The subscribing widget has some control over when it updates, and can be intelligently notified of those updates only when data it cares about has been changed.
New post on Flutter Dev Google group:
Webview Flutter : Is it possible to apply a transparent background
Hi, I'm trying to display a webview in my widget tree but I would like the background color to be transparent instead of white. I tried using webView.setBackgroundColor(0x00000000) direcly inside FlutterWebView.java without success. I'm using : https://ift.tt/2SfExCy
March 01, 2019 at 06:19PM by Marc-André Lanteigne
https://ift.tt/2VtXUJN
Webview Flutter : Is it possible to apply a transparent background
Hi, I'm trying to display a webview in my widget tree but I would like the background color to be transparent instead of white. I tried using webView.setBackgroundColor(0x00000000) direcly inside FlutterWebView.java without success. I'm using : https://ift.tt/2SfExCy
March 01, 2019 at 06:19PM by Marc-André Lanteigne
https://ift.tt/2VtXUJN
Dart Packages
webview_flutter | Flutter Package
webview_flutter Flutter and Dart package - A Flutter plugin that provides a WebView widget on Android and iOS.
New post on Flutter Dev Google group:
slack group
What was the slack group for flutter ? 2. after today update more conflict between Center and Placeholder Widgets ?
March 01, 2019 at 06:37PM by Bambang Soetanto
https://ift.tt/2tKMkOA
slack group
What was the slack group for flutter ? 2. after today update more conflict between Center and Placeholder Widgets ?
March 01, 2019 at 06:37PM by Bambang Soetanto
https://ift.tt/2tKMkOA
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Flutter 2019: Securing your Flutter Apps Part - 1 | Prevent Screenshot etc
https://youtu.be/iVNTTX5GrUc
March 01, 2019 at 07:29PM by imthepk
https://ift.tt/2IMi9kq
Flutter 2019: Securing your Flutter Apps Part - 1 | Prevent Screenshot etc
https://youtu.be/iVNTTX5GrUc
March 01, 2019 at 07:29PM by imthepk
https://ift.tt/2IMi9kq
YouTube
Flutter 2019: Securing your Flutter Apps Part - 1 | Prevent Screenshot etc
In this video, I will explain how to secure your flutter app in multiple ways. This is just part 1.
#Trending #Flutter #Security
Please give stars for this project on git and like the video.
Source Code - https://github.com/iampawan/Flutter-UI-Kit
Article…
#Trending #Flutter #Security
Please give stars for this project on git and like the video.
Source Code - https://github.com/iampawan/Flutter-UI-Kit
Article…
New tweet from flutterio:
Power Predictor, the fantasy 🏏🏀 game score prediction app from @Dream11 was created by three developers in two days with Flutter to enhance the user sports experience!
Watch here to learn more → https://t.co/I6le9tNciU pic.twitter.com/kOReKSsITM— Flutter (@flutterio) March 1, 2019
March 01, 2019 at 09:08PM
http://twitter.com/flutterio/status/1101574968972886017
Power Predictor, the fantasy 🏏🏀 game score prediction app from @Dream11 was created by three developers in two days with Flutter to enhance the user sports experience!
Watch here to learn more → https://t.co/I6le9tNciU pic.twitter.com/kOReKSsITM— Flutter (@flutterio) March 1, 2019
March 01, 2019 at 09:08PM
http://twitter.com/flutterio/status/1101574968972886017
X (formerly Twitter)
Dream11 (@Dream11) on X
Dream11 is India’s biggest Fantasy Sports platform with 20 Crore+ users offering 11 different sports.
New tweet from flutterio:
See how @Dream11, with over 50M+ users, built and shipped their Power Predictor 🏏🏀 app using #Flutter with just three developers!
Watch here → https://t.co/xIkq7E3nZ6 pic.twitter.com/Tt1MlH90n0— Flutter (@flutterio) March 1, 2019
March 01, 2019 at 10:44PM
http://twitter.com/flutterio/status/1101599017392357376
See how @Dream11, with over 50M+ users, built and shipped their Power Predictor 🏏🏀 app using #Flutter with just three developers!
Watch here → https://t.co/xIkq7E3nZ6 pic.twitter.com/Tt1MlH90n0— Flutter (@flutterio) March 1, 2019
March 01, 2019 at 10:44PM
http://twitter.com/flutterio/status/1101599017392357376
X (formerly Twitter)
Dream11 (@Dream11) on X
Dream11 is India’s biggest Fantasy Sports platform with 20 Crore+ users offering 11 different sports.
New post on Flutter Dev Google group:
Bloc data isn't persistent
Hi guys, I'm new with flutter and i'm trying to develop something with an api that a friend have developed for me. I don't know why but every time that i change the screen on my flutter app, bloc rebuild itself. Can you help me please? this is my repo with the code: https://ift.tt/2EJO01r
March 02, 2019 at 01:31PM by gabriele de trane
https://ift.tt/2VzIELJ
Bloc data isn't persistent
Hi guys, I'm new with flutter and i'm trying to develop something with an api that a friend have developed for me. I don't know why but every time that i change the screen on my flutter app, bloc rebuild itself. Can you help me please? this is my repo with the code: https://ift.tt/2EJO01r
March 02, 2019 at 01:31PM by gabriele de trane
https://ift.tt/2VzIELJ
New post on Flutter Dev Google group:
How to implement onTap function for Grids in Gridview in flutter
I want to achieve navigations from Gridview page to different Grid Pages. I don't understand how to do that. How to use index to trigger ontap function. Please Somebody make me understand. the code as follows, import 'package:flutter/material.dart'; import 'package:funda_faisal/constants/constant
March 02, 2019 at 02:13PM by Utsabdeep Ray
https://ift.tt/2Er72bg
How to implement onTap function for Grids in Gridview in flutter
I want to achieve navigations from Gridview page to different Grid Pages. I don't understand how to do that. How to use index to trigger ontap function. Please Somebody make me understand. the code as follows, import 'package:flutter/material.dart'; import 'package:funda_faisal/constants/constant
March 02, 2019 at 02:13PM by Utsabdeep Ray
https://ift.tt/2Er72bg
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on Flutter Dev Google group:
When to use flutter key? https://www.youtube.com/watch?v=kn0EOS-ZiIc
https://www.youtube.com/watch?v=kn0EOS-ZiIc I watched this flutter, I am confused with that why stateless don't need key and also right reused? and stateless just will don't reused forever? if that,why stateless have a key property?
March 02, 2019 at 02:13PM by liutia...@gmail.com
https://ift.tt/2Td4PdE
When to use flutter key? https://www.youtube.com/watch?v=kn0EOS-ZiIc
https://www.youtube.com/watch?v=kn0EOS-ZiIc I watched this flutter, I am confused with that why stateless don't need key and also right reused? and stateless just will don't reused forever? if that,why stateless have a key property?
March 02, 2019 at 02:13PM by liutia...@gmail.com
https://ift.tt/2Td4PdE
YouTube
When to Use Keys - Flutter Widgets 101 Ep. 4
In this episode, you will learn about key parameters on widgets: when you need keys, where to put keys in your widget tree, and which key is right for you. More specifically, you'll learn about he nuances of how keys work, discern when to use keys in your…
New post on Flutter Dev Google group:
plugin error after AndroidX migration
Initializing gradle... Resolving dependencies... Running Gradle task 'assembleDebug'... registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) registerResGeneratingTask is
March 02, 2019 at 02:43PM by Nidhin Mahesh
https://ift.tt/2Erda3g
plugin error after AndroidX migration
Initializing gradle... Resolving dependencies... Running Gradle task 'assembleDebug'... registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) registerResGeneratingTask is
March 02, 2019 at 02:43PM by Nidhin Mahesh
https://ift.tt/2Erda3g
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
how do i create a Iphone device to run flutter app in Android studio
, am following the "The Boring Flutter". i saw the developers running it in first episode but couldnt find out how.
March 02, 2019 at 12:49PM by sujayssa13
https://ift.tt/2Vz0jTQ
how do i create a Iphone device to run flutter app in Android studio
, am following the "The Boring Flutter". i saw the developers running it in first episode but couldnt find out how.
March 02, 2019 at 12:49PM by sujayssa13
https://ift.tt/2Vz0jTQ
reddit
r/FlutterDev - how do i create a Iphone device to run flutter app in Android studio
1 vote and 6 comments so far on Reddit
New post on Flutter Dev Google group:
How to focus the screen in a specific point?
Hi everyone, I am using CustomPaint widget to draw a polygon but the points are out of the screen. I would like to know how i can focus the screen in one of the polygon's points
March 02, 2019 at 03:52PM by Santiago Taco
https://ift.tt/2BYkaEs
How to focus the screen in a specific point?
Hi everyone, I am using CustomPaint widget to draw a polygon but the points are out of the screen. I would like to know how i can focus the screen in one of the polygon's points
March 02, 2019 at 03:52PM by Santiago Taco
https://ift.tt/2BYkaEs
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
flutter_hooks | A Flutter implementation of React Hooks.
https://ift.tt/2Epx0xE
March 02, 2019 at 03:26PM by Purple_Pizzazz
https://ift.tt/2IKIlfm
flutter_hooks | A Flutter implementation of React Hooks.
https://ift.tt/2Epx0xE
March 02, 2019 at 03:26PM by Purple_Pizzazz
https://ift.tt/2IKIlfm
Dart Packages
flutter_hooks | Flutter Package
flutter_hooks Flutter and Dart package - A flutter implementation of React hooks. It adds a new kind of widget with enhanced code reuse.
New post on Flutter Dev Google group:
Flutter Create developers contest and exclusion in Brazil
Hello there, This note is related to the Flutter contest [1] but not related to development. I am posting here because this was the only channel for contact that I could see in the contest page. I appreciate if you can put me in contact with the right group or google manager responsible for the
March 02, 2019 at 05:26PM by Marcio Galli
https://ift.tt/2NH4OJi
Flutter Create developers contest and exclusion in Brazil
Hello there, This note is related to the Flutter contest [1] but not related to development. I am posting here because this was the only channel for contact that I could see in the contest page. I appreciate if you can put me in contact with the right group or google manager responsible for the
March 02, 2019 at 05:26PM by Marcio Galli
https://ift.tt/2NH4OJi
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Managing state with rxdart
Disclaimer: I am a beginner, deceloping my first app.I read about using Bloc pattern abd providers and implemented that in my solution, what I am not sure about is where can I save the state.So user opens the app, bloc is created and stream is kicked off with the seeded value. User adds some filters I send them to bloc the data is presented. Now user switches to another tab, comes back now build method is run again as the stream has nothing new it keep on loading. Question is how to store the state about the filters so that when user comes back I can just add the filter to the sink again. Planning to manage the caching in the bloc e.g. if same filter wouldn't want to make a http call again
March 02, 2019 at 05:23PM by ahasnaini
https://ift.tt/2EGKZii
Managing state with rxdart
Disclaimer: I am a beginner, deceloping my first app.I read about using Bloc pattern abd providers and implemented that in my solution, what I am not sure about is where can I save the state.So user opens the app, bloc is created and stream is kicked off with the seeded value. User adds some filters I send them to bloc the data is presented. Now user switches to another tab, comes back now build method is run again as the stream has nothing new it keep on loading. Question is how to store the state about the filters so that when user comes back I can just add the filter to the sink again. Planning to manage the caching in the bloc e.g. if same filter wouldn't want to make a http call again
March 02, 2019 at 05:23PM by ahasnaini
https://ift.tt/2EGKZii
reddit
r/FlutterDev - Managing state with rxdart
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Career in IT after flutter
I’ve never done any coding and am not in the IT industry. But recently I began learning to use flutter/dart to create an app I need for my business.Once I learn how to create apps using this platform is there anything else specifically that I can learn and pair with this knowledge to have an opportunity at an IT job down the road?I’m not saying that after learning flutter and making one app that I would be qualified but I assume after learning it and other possible programs and after becoming proficient in coding i could possibly be qualified at certain jobs.Currently, I own a small business and am not looking to switch careers but I figured if I become good at this would I have a shot?
March 02, 2019 at 07:10PM by freshbalk2
https://ift.tt/2ToSiTT
Career in IT after flutter
I’ve never done any coding and am not in the IT industry. But recently I began learning to use flutter/dart to create an app I need for my business.Once I learn how to create apps using this platform is there anything else specifically that I can learn and pair with this knowledge to have an opportunity at an IT job down the road?I’m not saying that after learning flutter and making one app that I would be qualified but I assume after learning it and other possible programs and after becoming proficient in coding i could possibly be qualified at certain jobs.Currently, I own a small business and am not looking to switch careers but I figured if I become good at this would I have a shot?
March 02, 2019 at 07:10PM by freshbalk2
https://ift.tt/2ToSiTT
reddit
r/FlutterDev - Career in IT after flutter
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
flutter firebase Analytics issue
hi, i added firebase Analytics to my app, in firebase console i dont see data in dashborad .firebase Crashlytics works fine i am able to see data, but Analytics and performance i dont see it even i implemented it correctly.
March 02, 2019 at 07:40PM by Kotaibaw
https://ift.tt/2EJywdL
flutter firebase Analytics issue
hi, i added firebase Analytics to my app, in firebase console i dont see data in dashborad .firebase Crashlytics works fine i am able to see data, but Analytics and performance i dont see it even i implemented it correctly.
March 02, 2019 at 07:40PM by Kotaibaw
https://ift.tt/2EJywdL
reddit
r/FlutterDev - flutter firebase Analytics issue
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Dynamic Tabs - Customized, Recordable, Persisted Tabbed Navigation
https://ift.tt/2VuKBJe
March 02, 2019 at 07:36PM by SoundDr
https://ift.tt/2IMMy2b
Dynamic Tabs - Customized, Recordable, Persisted Tabbed Navigation
https://ift.tt/2VuKBJe
March 02, 2019 at 07:36PM by SoundDr
https://ift.tt/2IMMy2b
Dart Packages
dynamic_tabs | Flutter Package
dynamic_tabs Flutter and Dart package - A Flutter plugin for letting the user edit the bottom tabs like the Curpertino iTunes App.
New post on /r/flutterdev subreddit:
Understanding Flutters Future and async/await
A bit of an amateur QuestionI'm currently using an asynchronous method to read from a JSON document, and this is being done in a none asynchronous function (it's a limitation)Problem is, I want synchronous behaviour, for the function to wait until the asynchronous method has read and passed the data before returning.Searching online, this doesn't seem to be possible in flutter, the only option I've found is a widget called FutureBuilder (and sadly, I can't use widgets in this scope of the project), it's starting to seem like my only option is to find a different way to read my JSON data, one that's synchronous but before I head down this path, I wanted to be sureIs it really not possible to make a Future behave synchronously? To use an asynchronous function in a synchronous manner?Also, if this isn't the right place to post these kind of questions, let me know! 😅
March 03, 2019 at 08:03AM by ChaseMayne
https://ift.tt/2C2OpKn
Understanding Flutters Future and async/await
A bit of an amateur QuestionI'm currently using an asynchronous method to read from a JSON document, and this is being done in a none asynchronous function (it's a limitation)Problem is, I want synchronous behaviour, for the function to wait until the asynchronous method has read and passed the data before returning.Searching online, this doesn't seem to be possible in flutter, the only option I've found is a widget called FutureBuilder (and sadly, I can't use widgets in this scope of the project), it's starting to seem like my only option is to find a different way to read my JSON data, one that's synchronous but before I head down this path, I wanted to be sureIs it really not possible to make a Future behave synchronously? To use an asynchronous function in a synchronous manner?Also, if this isn't the right place to post these kind of questions, let me know! 😅
March 03, 2019 at 08:03AM by ChaseMayne
https://ift.tt/2C2OpKn
reddit
r/FlutterDev - Understanding Flutters Future and async/await
0 votes and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
FlutterForce — Week 16
https://ift.tt/2tMuXgp
March 03, 2019 at 09:09AM by flutterist
https://ift.tt/2H9eMBE
FlutterForce — Week 16
https://ift.tt/2tMuXgp
March 03, 2019 at 09:09AM by flutterist
https://ift.tt/2H9eMBE
Medium
FlutterForce — #Week 16
Weekly Flutter Resources