New post on /r/flutterdev subreddit:
MiBand and Flutter
Guys, how to create an app that connects to the MiBand in Flutter?
February 27, 2019 at 04:33AM by blesing79
https://ift.tt/2GOkA4p
MiBand and Flutter
Guys, how to create an app that connects to the MiBand in Flutter?
February 27, 2019 at 04:33AM by blesing79
https://ift.tt/2GOkA4p
reddit
r/FlutterDev - MiBand and Flutter
0 votes and 0 comments so far on Reddit
New post on Flutter Dev Google group:
Mopub banner integration in Flutter
Hi I'm trying to create a MoPub banner ad plugin for Flutter (Android specifically). I successfully create an AndroidView and MethodCall to trigger loadAd() on moPubView in Java native code. The thing is, even though the AndroidView is rendered and bannerAdListener is working in plugin example
February 27, 2019 at 06:12AM by Riva Farabi
https://ift.tt/2IGAMq1
Mopub banner integration in Flutter
Hi I'm trying to create a MoPub banner ad plugin for Flutter (Android specifically). I successfully create an AndroidView and MethodCall to trigger loadAd() on moPubView in Java native code. The thing is, even though the AndroidView is rendered and bannerAdListener is working in plugin example
February 27, 2019 at 06:12AM by Riva Farabi
https://ift.tt/2IGAMq1
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:
AnimatedBuilder (Flutter Widget of the Week)
https://www.youtube.com/attribution_link?a=npqN-iDgloA&u=%2Fwatch%3Fv%3DN-RiyZlv8v8%26feature%3Dshare
February 27, 2019 at 06:04AM by Pixelreddit
https://ift.tt/2GOdxIH
AnimatedBuilder (Flutter Widget of the Week)
https://www.youtube.com/attribution_link?a=npqN-iDgloA&u=%2Fwatch%3Fv%3DN-RiyZlv8v8%26feature%3Dshare
February 27, 2019 at 06:04AM by Pixelreddit
https://ift.tt/2GOdxIH
YouTube
AnimatedBuilder (Flutter Widget of the Week)
Flutter has great animation support - use the AnimatedBuilder widget to create animations. You can also manage the AnimatedController with a StatefulWidget. ...
New post on Flutter Dev Google group:
VS Code Extensions v2.24.0 - Dart DevTools w/ Inspector
Hey all, v2.24 of the VS Code extensions are available, adding the ability to launch the recently-announced Dart DevTools preview 🙂 Dart DevTools A new command *Dart: Open DevTools* has been added that allows you to launch the Dart DevTools
February 27, 2019 at 10:15AM by Danny Tuppeny
https://ift.tt/2IAZgRl
VS Code Extensions v2.24.0 - Dart DevTools w/ Inspector
Hey all, v2.24 of the VS Code extensions are available, adding the ability to launch the recently-announced Dart DevTools preview 🙂 Dart DevTools A new command *Dart: Open DevTools* has been added that allows you to launch the Dart DevTools
February 27, 2019 at 10:15AM by Danny Tuppeny
https://ift.tt/2IAZgRl
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:
resizeToAvoidBottomPadding: false,
resizeToAvoidBottomPadding: false works but it is said to be deprecated: bool resizeToAvoidBottomPadding @Deprecated ('Use resizeToAvoidBottomInset to specify if the body
February 27, 2019 at 11:20AM by Bened
https://ift.tt/2TkLMgR
resizeToAvoidBottomPadding: false,
resizeToAvoidBottomPadding: false works but it is said to be deprecated: bool resizeToAvoidBottomPadding @Deprecated ('Use resizeToAvoidBottomInset to specify if the body
February 27, 2019 at 11:20AM by Bened
https://ift.tt/2TkLMgR
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:
Need help
I want to make a custom social network for twitch, so need to implement “sign-in with twitch”, but don’t know how to do it. Looked at examples for “sign-in with google” but still a no-go.Can anyone please direct me here? :)
February 27, 2019 at 11:26AM by Din_Sunrise
https://ift.tt/2GQ3Md2
Need help
I want to make a custom social network for twitch, so need to implement “sign-in with twitch”, but don’t know how to do it. Looked at examples for “sign-in with google” but still a no-go.Can anyone please direct me here? :)
February 27, 2019 at 11:26AM by Din_Sunrise
https://ift.tt/2GQ3Md2
reddit
r/FlutterDev - Need help
0 votes and 0 comments so far on Reddit
New post on Flutter Dev Google group:
Read phone number, ssid, and location
Hi, I would like to check how I can read Phone Number, WIFI SSID, and Location when I launch Flutter app. TIA. Regards, Setiaman
February 27, 2019 at 12:08PM by Setiaman Lee
https://ift.tt/2H3Tbe4
Read phone number, ssid, and location
Hi, I would like to check how I can read Phone Number, WIFI SSID, and Location when I launch Flutter app. TIA. Regards, Setiaman
February 27, 2019 at 12:08PM by Setiaman Lee
https://ift.tt/2H3Tbe4
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:
incorrect use of parent data widget. expanded widgets must be placed inside flex widgets
0 I am getting the following error: i.e.., Another exception was thrown: Incorrect use of ParentDataWidget. showing error on the mobile screen. @override Widget build(BuildContext context) { return MaterialApp( title: widget.title, theme: ThemeData.light().copyWith(
February 27, 2019 at 01:29PM by Mounika
https://ift.tt/2EBGnKc
incorrect use of parent data widget. expanded widgets must be placed inside flex widgets
0 I am getting the following error: i.e.., Another exception was thrown: Incorrect use of ParentDataWidget. showing error on the mobile screen. @override Widget build(BuildContext context) { return MaterialApp( title: widget.title, theme: ThemeData.light().copyWith(
February 27, 2019 at 01:29PM by Mounika
https://ift.tt/2EBGnKc
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:
New flutter developer questions?
Hello, I'm new to flutter development. Can anyone please clarify few doubtsDo I have to write widget for each page in general? E.g. if I'm building an app with drawer do I have to include drawer in every page?What is good practice to do rerender the widget or try to replace part of widget if possible?How you pass data around between two widgetsThanks Sorry if they are trivial questions.
February 27, 2019 at 03:35PM by BlueBoxxx
https://ift.tt/2GKFu4c
New flutter developer questions?
Hello, I'm new to flutter development. Can anyone please clarify few doubtsDo I have to write widget for each page in general? E.g. if I'm building an app with drawer do I have to include drawer in every page?What is good practice to do rerender the widget or try to replace part of widget if possible?How you pass data around between two widgetsThanks Sorry if they are trivial questions.
February 27, 2019 at 03:35PM by BlueBoxxx
https://ift.tt/2GKFu4c
reddit
r/FlutterDev - New flutter developer questions?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter: How to Bug Report
https://ift.tt/2NxR6bg
February 27, 2019 at 02:55PM by Purple_Pizzazz
https://ift.tt/2T0l2D7
Flutter: How to Bug Report
https://ift.tt/2NxR6bg
February 27, 2019 at 02:55PM by Purple_Pizzazz
https://ift.tt/2T0l2D7
Medium
Flutter: How to Bug Report
The Flutter Development Team is eager to get useful bug reports from the community. Please see the steps below if you found a bug within…
New post on /r/flutterdev subreddit:
State management and BLOC pattern
What is the best video(article) talk about state management? I'm very confuse in this term.
February 27, 2019 at 04:55PM by thuan14121999
https://ift.tt/2XviGKO
State management and BLOC pattern
What is the best video(article) talk about state management? I'm very confuse in this term.
February 27, 2019 at 04:55PM by thuan14121999
https://ift.tt/2XviGKO
reddit
r/FlutterDev - State management and BLOC pattern
0 votes and 0 comments so far on Reddit
New post on Flutter Dev Google group:
How to add titles to the markers
I want to display my markers with some titles and subtitles. Can someone help?
February 27, 2019 at 06:31PM by jijo...@gmail.com
https://ift.tt/2Xt7MWb
How to add titles to the markers
I want to display my markers with some titles and subtitles. Can someone help?
February 27, 2019 at 06:31PM by jijo...@gmail.com
https://ift.tt/2Xt7MWb
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:
FlutterUI - Clean Designs - Car Service
https://youtu.be/yjij9H2KS-Q
February 27, 2019 at 07:20PM by rajayogan27
https://ift.tt/2BUivjo
FlutterUI - Clean Designs - Car Service
https://youtu.be/yjij9H2KS-Q
February 27, 2019 at 07:20PM by rajayogan27
https://ift.tt/2BUivjo
YouTube
FlutterUI - Clean Designs - Car Service
Support me - https://paypal.me/RajaYogan Buy my course - https://www.udemy.com/learn-flutter-from-scratch/?couponCode=SPECOFF Follow me on twitter - https://...
New post on /r/flutterdev subreddit:
LIVE Hump Day Q&A: Kathy Walrath from Dart team is here!
https://ift.tt/2UfwxDm
February 27, 2019 at 07:01PM by MarkOSullivan
https://ift.tt/2VpSqj9
LIVE Hump Day Q&A: Kathy Walrath from Dart team is here!
https://ift.tt/2UfwxDm
February 27, 2019 at 07:01PM by MarkOSullivan
https://ift.tt/2VpSqj9
Zoom Video
Join our Cloud HD Video Meeting now
Zoom is the leader in modern enterprise video communications, with an easy, reliable cloud platform for video and audio conferencing, chat, and webinars across mobile, desktop, and room systems. Zoom Rooms is the original software-based conference room solution…
New post on /r/flutterdev subreddit:
Extracting widgets to a function is not an anti-pattern
I had a debate on here a while back with some other redditors who were saying that splitting your build function into separate functions within a class is an anti-pattern and will negatively effect the performance of your app. I argued that this cannot be true since Flutter doesn't know the difference between a function returning a new widget like this:
February 27, 2019 at 09:16PM by recursiveG
https://ift.tt/2ThBRJ3
Extracting widgets to a function is not an anti-pattern
I had a debate on here a while back with some other redditors who were saying that splitting your build function into separate functions within a class is an anti-pattern and will negatively effect the performance of your app. I argued that this cannot be true since Flutter doesn't know the difference between a function returning a new widget like this:
Widget _myWidget() { return MyWidget(); }Or just having the initialization in the build function like this
MyWidget(),I stand by my argument but now I have some additional proof.The Flutter Outline view of the IntelliJ plugin has an "Extract Method" button that will only work when you have a widget highlighted in the outline's tree. This button does exactly what it sounds like. It removes the highlighted widget from the build function and places it in its own function within the class. Why would the official Flutter plugin developed by the Flutter team have this feature if moving your widgets into separate functions is an anti-pattern?
February 27, 2019 at 09:16PM by recursiveG
https://ift.tt/2ThBRJ3
reddit
r/FlutterDev - Extracting widgets to a function is not an anti-pattern
0 votes and 4 comments so far on Reddit
New post on /r/flutterdev subreddit:
Trouble getting Flutter app to run on iPhone
I'm trying to get my dev setup on my Mac working. I followed all of the instructions on the tutorial but I'm having trouble at this step:Then, go to the Settings app on the iOS device, select General > Device Management and trust your Certificate.When I go to the general settings, the "Device Management" option does not appear in any way. I've done all the other steps like plugging in my iPhone, setting up signing in Xcode, and hitting "Trust" on the popup. Trying to run the debug app on my device predictably does not work (it works in the simulator).Any ideas on what's wrong?
February 27, 2019 at 11:15PM by the_j_
https://ift.tt/2Uctrjh
Trouble getting Flutter app to run on iPhone
I'm trying to get my dev setup on my Mac working. I followed all of the instructions on the tutorial but I'm having trouble at this step:Then, go to the Settings app on the iOS device, select General > Device Management and trust your Certificate.When I go to the general settings, the "Device Management" option does not appear in any way. I've done all the other steps like plugging in my iPhone, setting up signing in Xcode, and hitting "Trust" on the popup. Trying to run the debug app on my device predictably does not work (it works in the simulator).Any ideas on what's wrong?
February 27, 2019 at 11:15PM by the_j_
https://ift.tt/2Uctrjh
docs.flutter.dev
Choose your first type of app
Configure your system to develop Flutter on macOS.
New post on /r/flutterdev subreddit:
Date AND Time picker in Flutter?
I currently am making an app which will remind the user at a time. This time could be any time, down to the minute. Ex. March 14 at 10:17 AM. I have tried showTimePicker and showDatePicker. showTimePicker only does time of day, and showDatePicker only does a day of the year. Are there any packages or something that will prompt the user for a day of the year/month and a time of day?
February 27, 2019 at 11:38PM by dan-danny-daniel
https://ift.tt/2tPA1Rr
Date AND Time picker in Flutter?
I currently am making an app which will remind the user at a time. This time could be any time, down to the minute. Ex. March 14 at 10:17 AM. I have tried showTimePicker and showDatePicker. showTimePicker only does time of day, and showDatePicker only does a day of the year. Are there any packages or something that will prompt the user for a day of the year/month and a time of day?
February 27, 2019 at 11:38PM by dan-danny-daniel
https://ift.tt/2tPA1Rr
reddit
r/FlutterDev - Date AND Time picker in Flutter?
0 votes and 0 comments so far on Reddit
New post on Flutter Dev Google group:
Flutter and native device resources access
Hi, i'm new with Flutter, i'm coming from Ionic.. Looking Flutter docs i don't understand how to access to device resources like camera, network, geolocalization, push notifications... by plugings ? is there some docs about it ? Thanks for help..
February 28, 2019 at 12:38AM by Mauro Miotello
https://ift.tt/2UcxWub
Flutter and native device resources access
Hi, i'm new with Flutter, i'm coming from Ionic.. Looking Flutter docs i don't understand how to access to device resources like camera, network, geolocalization, push notifications... by plugings ? is there some docs about it ? Thanks for help..
February 28, 2019 at 12:38AM by Mauro Miotello
https://ift.tt/2UcxWub
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’s Cupertino Package for iOS devs - Flutter In Focus
https://www.youtube.com/attribution_link?a=JW8GYFO90LY&u=%2Fwatch%3Fv%3D3PdUaidHc-E%26feature%3Dshare
February 28, 2019 at 01:39AM by Pixelreddit
https://ift.tt/2VsinyW
Flutter’s Cupertino Package for iOS devs - Flutter In Focus
https://www.youtube.com/attribution_link?a=JW8GYFO90LY&u=%2Fwatch%3Fv%3D3PdUaidHc-E%26feature%3Dshare
February 28, 2019 at 01:39AM by Pixelreddit
https://ift.tt/2VsinyW
YouTube
Flutter’s Cupertino Package for iOS devs - Flutter In Focus
In this video, Andrew dives into the Flutter Cupertino widget package. The Cupertino package is built and maintained by the Flutter team and it ships with the SDK - if you’ve got Flutter on your machine, you’ve got Cupertino. Learn how you can use Cupertino…
New post on /r/flutterdev subreddit:
How to fetch multiple JSON endpoints in async manner, then get results at end?
I am struggling with isolates and Futures. All I want is iterating through a list of urls, which will return JSON arrays of anything.And then funnelling all JSON array items into my own list of items in an async way.I am not sure how to proceed, but it seems _fetchAndParse() is not constructed properly (expecting future), and I am on the end of the rope :)Flutter docs examples are fetching on main thread, and then moving to parse and return data in a separate isolate via compute().I am trying to fetch and parse in a separate isolate.Any advice is welcome.​
February 28, 2019 at 02:19AM by dimitar71
https://ift.tt/2tG1Ifh
How to fetch multiple JSON endpoints in async manner, then get results at end?
I am struggling with isolates and Futures. All I want is iterating through a list of urls, which will return JSON arrays of anything.And then funnelling all JSON array items into my own list of items in an async way.I am not sure how to proceed, but it seems _fetchAndParse() is not constructed properly (expecting future), and I am on the end of the rope :)Flutter docs examples are fetching on main thread, and then moving to parse and return data in a separate isolate via compute().I am trying to fetch and parse in a separate isolate.Any advice is welcome.​
import 'package:flutter/material.dart'; import 'dart:async'; import 'dart:convert'; import 'package:flutter/foundation.dart'; import 'package:http/http.dart' as http; void main() => runApp(MyApp()); class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { _getJson(); return MaterialApp( title: 'Flutter Demo', home: Text('Hello')); } Future<List<dynamic>> _getJson() async { final List<String> urls = [ 'https://api.github.com/users/mralexgray/repos', 'https://api.github.com/users/mralexgray/repos', 'https://api.github.com/users/mralexgray/repos' ]; final List<dynamic> result = []; urls.forEach((url) async { await compute(_fetchAndParse, url).then((items) => result.addAll(items)); }); return result; } List<dynamic> _fetchAndParse(String url) { var client = http.Client(); final response = client.get(url); return json.decode(response.body); } }​
February 28, 2019 at 02:19AM by dimitar71
https://ift.tt/2tG1Ifh
reddit
r/FlutterDev - How to fetch multiple JSON endpoints in async manner, then get results at end?
0 votes and 0 comments so far on Reddit