New post on Flutter Dev Google group:
Remove overlay on navigator push not working
I have an overlay image which I need to remove on GestureDetector tap, I called overlayEntry.remove() but it doesn't work outside of the method. details here https://ift.tt/2FMSpRu
March 31, 2019 at 04:42PM by Dshah H
https://ift.tt/2OyxGDX
Remove overlay on navigator push not working
I have an overlay image which I need to remove on GestureDetector tap, I called overlayEntry.remove() but it doesn't work outside of the method. details here https://ift.tt/2FMSpRu
March 31, 2019 at 04:42PM by Dshah H
https://ift.tt/2OyxGDX
Stack Overflow
Remove overlay on navigator push
I have an overlay image which I need to remove on GestureDetector tap, I called overlayEntry.remove() but it doesn't work outside of the method.
class _Home extends State with
class _Home extends State with
New post on /r/flutterdev subreddit:
webview_flutter vs flutter_webview_plugin
Has anyone compared these two packages? The webview_flutter instance was developed by the Flutter Team, and the flutter_webview_plugin instance was developed by the Flutter Community.
March 31, 2019 at 06:18PM by slj3458
https://ift.tt/2CMAg4u
webview_flutter vs flutter_webview_plugin
Has anyone compared these two packages? The webview_flutter instance was developed by the Flutter Team, and the flutter_webview_plugin instance was developed by the Flutter Community.
March 31, 2019 at 06:18PM by slj3458
https://ift.tt/2CMAg4u
Dart packages
webview_flutter | Flutter Package
A Flutter plugin that provides a WebView widget on Android and iOS.
New post on /r/flutterdev subreddit:
Listen to location permissions
Hi all,I want to listen to permission events real time even if the user manually revokes location permission. I want to detect it when my app is in view again.I am a beginner and any advice here is really appreciated.
March 31, 2019 at 06:16PM by _suspicious_alpaca
https://ift.tt/2V49HP7
Listen to location permissions
Hi all,I want to listen to permission events real time even if the user manually revokes location permission. I want to detect it when my app is in view again.I am a beginner and any advice here is really appreciated.
March 31, 2019 at 06:16PM by _suspicious_alpaca
https://ift.tt/2V49HP7
reddit
r/FlutterDev - Listen to location permissions
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter devtools by google
https://ift.tt/2CL3SPu
March 31, 2019 at 05:41PM by aytunch
https://ift.tt/2Oygnme
Flutter devtools by google
https://ift.tt/2CL3SPu
March 31, 2019 at 05:41PM by aytunch
https://ift.tt/2Oygnme
GitHub
flutter/devtools
Performance tools for Flutter. Contribute to flutter/devtools development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
sliding_up_panel package for Flutter!
https://ift.tt/2uyyEqy
March 31, 2019 at 06:55PM by akshathjain
https://ift.tt/2I4gtkC
sliding_up_panel package for Flutter!
https://ift.tt/2uyyEqy
March 31, 2019 at 06:55PM by akshathjain
https://ift.tt/2I4gtkC
Dart Packages
sliding_up_panel | Flutter Package
A draggable Flutter widget that makes implementing a SlidingUpPanel much easier!
New post on /r/flutterdev subreddit:
I made a local music player in flutter
https://ift.tt/2I3fnFB
March 31, 2019 at 06:28PM by SweatyRaccoon
https://ift.tt/2UdkACc
I made a local music player in flutter
https://ift.tt/2I3fnFB
March 31, 2019 at 06:28PM by SweatyRaccoon
https://ift.tt/2UdkACc
GitHub
janhrastnik/flutter-music-player
Minimalistic local music player built with flutter for android. - janhrastnik/flutter-music-player
New post on /r/flutterdev subreddit:
BLoC pattern how to access credentials for the API client?
I'm trying BLoC pattern in flutter, I created a repository and API client to access remote REST API.I'm creating an instance of the client and the repository in my main function and i'm passing the client as an argument to the repository.Here my problem is my API client requires some credentials to access the remote server and I'm thinking it should read the credentials from a JSON file.Also I'm confused from where I should read the JSON file, in the main function or in the API clientAlso where should I place the JSON file?
March 31, 2019 at 07:46PM by ukri_b
https://ift.tt/2YEvIq8
BLoC pattern how to access credentials for the API client?
I'm trying BLoC pattern in flutter, I created a repository and API client to access remote REST API.I'm creating an instance of the client and the repository in my main function and i'm passing the client as an argument to the repository.Here my problem is my API client requires some credentials to access the remote server and I'm thinking it should read the credentials from a JSON file.Also I'm confused from where I should read the JSON file, in the main function or in the API clientAlso where should I place the JSON file?
March 31, 2019 at 07:46PM by ukri_b
https://ift.tt/2YEvIq8
reddit
r/FlutterDev - BLoC pattern how to access credentials for the API client?
0 votes and 0 comments so far on Reddit
New post on Flutter Dev Google group:
Unable to launch with other than ${file} in launch.json
Using VS Code. My project folder has a lib/main.dart that I'd like to launch. My launch.json looks like this: { "version": "0.2.0", "configurations": [ { "name": "Flutter", "request": "launch", "type": "dart", "program":
March 31, 2019 at 08:05PM by Guyren Howe
https://ift.tt/2I3mwFV
Unable to launch with other than ${file} in launch.json
Using VS Code. My project folder has a lib/main.dart that I'd like to launch. My launch.json looks like this: { "version": "0.2.0", "configurations": [ { "name": "Flutter", "request": "launch", "type": "dart", "program":
March 31, 2019 at 08:05PM by Guyren Howe
https://ift.tt/2I3mwFV
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 in Practice - Simple Forms
https://www.youtube.com/watch?v=VaWobMmVOWQ&feature=youtu.be
March 31, 2019 at 09:47PM by zaiste
https://ift.tt/2FGa7Vw
Flutter in Practice - Simple Forms
https://www.youtube.com/watch?v=VaWobMmVOWQ&feature=youtu.be
March 31, 2019 at 09:47PM by zaiste
https://ift.tt/2FGa7Vw
YouTube
Flutter in Practice - E11: Simple Forms
Flutter in Practice is a free programming course that teaches how to write a mobile application using Flutter framework and Dart programming language. Instea...
New post on /r/flutterdev subreddit:
Why pushing a page/screen/widget into the navigator rebuilds the previous page?
In flutter, when I do
March 31, 2019 at 10:38PM by KhaleelShaheen
https://ift.tt/2UexNd9
Why pushing a page/screen/widget into the navigator rebuilds the previous page?
In flutter, when I do
Navigator.of(context).push(route)
the new page is shown/built, but the old one is rebuilt also!. In the new page, if I navigate to a third page, the third page is shown/built, the previous one is rebuilt, and even the first one is rebuilt!!! Is this a normal situation? I have some widgets that call the server on the first page, every time I push a new page, a not-needed request is sent to the server. I don't use any state management systems except for stateful widgets. I just need clarification on how the navigator works, and why previous pages are rebuilt. Thank you.March 31, 2019 at 10:38PM by KhaleelShaheen
https://ift.tt/2UexNd9
reddit
r/FlutterDev - Why pushing a page/screen/widget into the navigator rebuilds the previous page?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Integrating Flutter within Unity?
Has someone found a way to integrate a flutter widget (the android flutter view) within Unity?I saw this project: https://pub.dartlang.org/packages/flutter_unity_widgetThis allows unity to render within flutter. But I would like the reverse. A flutter widget to render (as a texture?) inside of unity plane/cube,etc.Any ideas of the feasibility and approach to take?
March 31, 2019 at 11:36PM by yabadababoo
https://ift.tt/2I2BGLt
Integrating Flutter within Unity?
Has someone found a way to integrate a flutter widget (the android flutter view) within Unity?I saw this project: https://pub.dartlang.org/packages/flutter_unity_widgetThis allows unity to render within flutter. But I would like the reverse. A flutter widget to render (as a texture?) inside of unity plane/cube,etc.Any ideas of the feasibility and approach to take?
March 31, 2019 at 11:36PM by yabadababoo
https://ift.tt/2I2BGLt
Dart Packages
flutter_unity_widget | Flutter Package
Flutter unity 3D widget for embedding unity in flutter
New post on /r/flutterdev subreddit:
UI Dev Needed For DahliaOS (flutter / dart) !Apply Within!
Contact Our Head UI Dev: [nmcain@gmail.com](mailto:nmcain@gmail.com)Or Me: camden.o.b@gmail.com
March 31, 2019 at 11:49PM by EnderNightLord
https://ift.tt/2U6071U
UI Dev Needed For DahliaOS (flutter / dart) !Apply Within!
Contact Our Head UI Dev: [nmcain@gmail.com](mailto:nmcain@gmail.com)Or Me: camden.o.b@gmail.com
March 31, 2019 at 11:49PM by EnderNightLord
https://ift.tt/2U6071U
reddit
r/FlutterDev - UI Dev Needed For DahliaOS (flutter / dart) !Apply Within!
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
3d vs 2d apps
I read that flutter is most suitable for 2d apps (can’t do 3d apps?)Can someone define what “3d” apps are? Do you mean like e.g PUBG?
April 01, 2019 at 03:23AM by colorfulspace
https://ift.tt/2V9UDQi
3d vs 2d apps
I read that flutter is most suitable for 2d apps (can’t do 3d apps?)Can someone define what “3d” apps are? Do you mean like e.g PUBG?
April 01, 2019 at 03:23AM by colorfulspace
https://ift.tt/2V9UDQi
reddit
r/FlutterDev - 3d vs 2d apps
0 votes and 2 comments so far on Reddit
New post on /r/flutterdev subreddit:
Navigating to another page , results in previous page rebuilding.
i have a http call to upload image to server , after navigating from this page to another page , results in another http call , thus uploading the same image multiple times and this process continues . I am navigating to another page using Navigator.push method , can anybody help me in figuring out the solution to this problem.I believe this is a known issue with flutter , while we should assume that rebuilding is as intended but it results in unnecessary http calls.i have tried calling http request in initState , but did'nt worked.Thanks
April 01, 2019 at 09:23AM by FesterLord
https://ift.tt/2U7ffwb
Navigating to another page , results in previous page rebuilding.
i have a http call to upload image to server , after navigating from this page to another page , results in another http call , thus uploading the same image multiple times and this process continues . I am navigating to another page using Navigator.push method , can anybody help me in figuring out the solution to this problem.I believe this is a known issue with flutter , while we should assume that rebuilding is as intended but it results in unnecessary http calls.i have tried calling http request in initState , but did'nt worked.Thanks
April 01, 2019 at 09:23AM by FesterLord
https://ift.tt/2U7ffwb
reddit
r/FlutterDev - Navigating to another page , results in previous page rebuilding.
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter - Using StreamController and StreamSubscription
http://on.geeklearn.net/9d20a4a21d
April 01, 2019 at 10:12AM by Rogers911z
https://ift.tt/2JU3cxt
Flutter - Using StreamController and StreamSubscription
http://on.geeklearn.net/9d20a4a21d
April 01, 2019 at 10:12AM by Rogers911z
https://ift.tt/2JU3cxt
Morioh
Flutter - Using StreamController and StreamSubscription
New post on Flutter Dev Google group:
Flutter CI/CD video tutorial (ASMR)
We just released a 12 minute video detailing how to onboard your Flutter project onto Bitrise (mobile specific CI/CD platform), including how to deploy to Google Play and the App Store. Also, it's completely whispered, because ASMR: https://www.youtube.com/watch?v=Gq5dJNQGmJs
April 01, 2019 at 10:45AM by rik.haa...@bitrise.io
https://ift.tt/2uACsre
Flutter CI/CD video tutorial (ASMR)
We just released a 12 minute video detailing how to onboard your Flutter project onto Bitrise (mobile specific CI/CD platform), including how to deploy to Google Play and the App Store. Also, it's completely whispered, because ASMR: https://www.youtube.com/watch?v=Gq5dJNQGmJs
April 01, 2019 at 10:45AM by rik.haa...@bitrise.io
https://ift.tt/2uACsre
YouTube
Automating Flutter development with Bitrise, an ASMR tutorial
Continuous integration and delivery makes building amazing apps with Google’s Flutter even easier, faster and way more efficient. Check out this quick ASMR video tutorial that explains how to onboard your Flutter project on Bitrise: Automate everything from…
New post on /r/flutterdev subreddit:
Visual Studio Code autoformat line width
Anybody know how to change the autoformatting line width? It defaults to 80 chars. Tried the prettier extension along with changing prettier.printWidth... no dice. Anybody know?
April 01, 2019 at 11:14AM by starblazer13
https://ift.tt/2K4irnI
Visual Studio Code autoformat line width
Anybody know how to change the autoformatting line width? It defaults to 80 chars. Tried the prettier extension along with changing prettier.printWidth... no dice. Anybody know?
April 01, 2019 at 11:14AM by starblazer13
https://ift.tt/2K4irnI
reddit
r/FlutterDev - Visual Studio Code autoformat line width
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
ASMR video tutorial: Automating Flutter development with Bitrise, whispered
https://www.youtube.com/watch?v=Gq5dJNQGmJs
April 01, 2019 at 11:11AM by HHendrik
https://ift.tt/2UqsI1h
ASMR video tutorial: Automating Flutter development with Bitrise, whispered
https://www.youtube.com/watch?v=Gq5dJNQGmJs
April 01, 2019 at 11:11AM by HHendrik
https://ift.tt/2UqsI1h
YouTube
Automating Flutter development with Bitrise, an ASMR tutorial
Continuous integration and delivery makes building amazing apps with Google’s Flutter even easier, faster and way more efficient. Check out this quick ASMR video tutorial that explains how to onboard your Flutter project on Bitrise: Automate everything from…
New post on /r/flutterdev subreddit:
Know Your Widgets: Cupertino PageScaffold in Flutter
https://ift.tt/2WDNWGw
April 01, 2019 at 11:59AM by aeologic
https://ift.tt/2HRWbeL
Know Your Widgets: Cupertino PageScaffold in Flutter
https://ift.tt/2WDNWGw
April 01, 2019 at 11:59AM by aeologic
https://ift.tt/2HRWbeL
New post on /r/flutterdev subreddit:
Parsing JSON | Flutter
https://ift.tt/2WDFgQw
April 01, 2019 at 11:35AM by ashishrawat2911
https://ift.tt/2HQdI6V
Parsing JSON | Flutter
https://ift.tt/2WDFgQw
April 01, 2019 at 11:35AM by ashishrawat2911
https://ift.tt/2HQdI6V
Medium
Parsing JSON in Flutter
It is really confusing for beginners to understand how to parse JSON data.