New post on /r/flutterdev subreddit:
Flutter Test Cookbook
https://ift.tt/3aJDN25
March 09, 2020 at 01:10PM by gadfly361
https://ift.tt/2vT6w5z
Flutter Test Cookbook
https://ift.tt/3aJDN25
March 09, 2020 at 01:10PM by gadfly361
https://ift.tt/2vT6w5z
GitHub
gadfly361/flutter_test_cookbook
A community driven cookbook with recipes (i.e., examples) on how to test your flutter application. - gadfly361/flutter_test_cookbook
New post on /r/flutterdev subreddit:
Material Theme System Updates
https://ift.tt/334kYnA
March 09, 2020 at 01:09PM by themindstorm
https://ift.tt/2TRUMs2
Material Theme System Updates
https://ift.tt/334kYnA
March 09, 2020 at 01:09PM by themindstorm
https://ift.tt/2TRUMs2
Google Docs
Theme System Updates (PUBLICLY SHARED)
SUMMARY Update the Material library classes related to themes, to make them easier to understand and use. Author: Hans Muller (@hansmuller) Go Link: flutter.dev/go/material-theme-system-updates Created: January 2020 / Last updated: January 2020 OBJECTIVE…
New post on /r/flutterdev subreddit:
Issue 29 - Flutter Tap Weekly Newsletter - Happy #IWD2020 to all the great women out there!
https://ift.tt/2wJ1okw
March 09, 2020 at 01:05PM by vensign
https://ift.tt/2TPjsS1
Issue 29 - Flutter Tap Weekly Newsletter - Happy #IWD2020 to all the great women out there!
https://ift.tt/2wJ1okw
March 09, 2020 at 01:05PM by vensign
https://ift.tt/2TPjsS1
Fluttertap
Newsletter Issue 29
Flutter Tap newsletter with the latest of Flutter. Articles, tutorials, videos and much more - Issue 29
New post on /r/flutterdev subreddit:
Ubuntu 19.10+Android emulator + flutter app question
Hey there, I am quite new at developing flutter app and using the emulator. Does anyone experienced something slow ? If so, have you found a trick to it ?Ps: i have already tried using host’s gpus when launching the emulator and it made a minor improvement but nothing marginal. Thank you !
March 09, 2020 at 02:37PM by golfer514
https://ift.tt/2IwntWb
Ubuntu 19.10+Android emulator + flutter app question
Hey there, I am quite new at developing flutter app and using the emulator. Does anyone experienced something slow ? If so, have you found a trick to it ?Ps: i have already tried using host’s gpus when launching the emulator and it made a minor improvement but nothing marginal. Thank you !
March 09, 2020 at 02:37PM by golfer514
https://ift.tt/2IwntWb
reddit
Ubuntu 19.10+Android emulator + flutter app question
Hey there, I am quite new at developing flutter app and using the emulator. Does anyone experienced something slow ? If so, have you found a trick...
New tweet from FlutterDev:
Happy #IWD2020!
To celebrate, @googledevs put together a post featuring 20 female-identifying trailblazers who are contributing to the world of tech.
Check out the @googledevs roundup to learn more about them ↓ https://t.co/pTQVWVQltg— Flutter (@FlutterDev) March 9, 2020
March 09, 2020 at 05:15PM
http://twitter.com/FlutterDev/status/1237049487262011392
Happy #IWD2020!
To celebrate, @googledevs put together a post featuring 20 female-identifying trailblazers who are contributing to the world of tech.
Check out the @googledevs roundup to learn more about them ↓ https://t.co/pTQVWVQltg— Flutter (@FlutterDev) March 9, 2020
March 09, 2020 at 05:15PM
http://twitter.com/FlutterDev/status/1237049487262011392
Twitter
#iwd2020 hashtag on Twitter
On Oct 22 @UN_Women tweeted: "Drumroll please!
🥁
🥁
🥁
The 2021 theme.." - read what others are saying and join the conversation.
🥁
🥁
🥁
The 2021 theme.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
Leading or trailing elements for the ListView.builder() widget
Hi!For my own needs I had to add elements as firsts and lasts elements of a ListView. These elements had to be scrollable with the whole list and I couldn't use the default constructor because I had no idea how many dynamic elements will be build in this list. To do so, I made a custom widget using ListView.builder() constructor to achieve that!This snippets isn't worth a whole library so I made a gist because I saw people talking about the issue on Stackoverflow / Twitter.https://gist.github.com/Christopher2K/f0b8c3d1b6c818937af4c9c4877a0e61
March 09, 2020 at 05:15PM by christopher2k
https://ift.tt/2VYPIFa
Leading or trailing elements for the ListView.builder() widget
Hi!For my own needs I had to add elements as firsts and lasts elements of a ListView. These elements had to be scrollable with the whole list and I couldn't use the default constructor because I had no idea how many dynamic elements will be build in this list. To do so, I made a custom widget using ListView.builder() constructor to achieve that!This snippets isn't worth a whole library so I made a gist because I saw people talking about the issue on Stackoverflow / Twitter.https://gist.github.com/Christopher2K/f0b8c3d1b6c818937af4c9c4877a0e61
March 09, 2020 at 05:15PM by christopher2k
https://ift.tt/2VYPIFa
Gist
Allow ListView.builder() to have leading / trailling elements
Allow ListView.builder() to have leading / trailling elements - list_view_with_extra_elements.dart
New post on /r/flutterdev subreddit:
Quick silent coding: SelectableText and SelectableText.rich in Flutter
https://youtu.be/z2RtcEx8EGs
March 09, 2020 at 06:02PM by codeify2019
https://ift.tt/2vRn8e6
Quick silent coding: SelectableText and SelectableText.rich in Flutter
https://youtu.be/z2RtcEx8EGs
March 09, 2020 at 06:02PM by codeify2019
https://ift.tt/2vRn8e6
YouTube
Quick Silent Coding: SelectableText and SelectableText.rich in Flutter
This is a 1st video of series `Quick Silent Coding`, Where I will be coding and showing a Flutter widget and use of them.
In this video, we will learn about `SelectableText` and how to use it in our flutter application.
Checkout below link to learn about…
In this video, we will learn about `SelectableText` and how to use it in our flutter application.
Checkout below link to learn about…
New post on /r/flutterdev subreddit:
Troubles Styling DropdownButton
Hey guys, I'm kinda new to Flutter and I'm building an app for a college project, but I'm having problems with this widget.This is my DropdownButton code, it appears with the Hint in white color, but when I select an item the value in the button appears as black. If I change the DropdownButton color to white, then when the popup appears the background-color is white and so the font-color. This way I can't see the items, because they're the same color as the background.
March 09, 2020 at 07:05PM by caioap25
https://ift.tt/331A1OU
Troubles Styling DropdownButton
Hey guys, I'm kinda new to Flutter and I'm building an app for a college project, but I'm having problems with this widget.This is my DropdownButton code, it appears with the Hint in white color, but when I select an item the value in the button appears as black. If I change the DropdownButton color to white, then when the popup appears the background-color is white and so the font-color. This way I can't see the items, because they're the same color as the background.
class DropdownWidget extends StatelessWidget { final IconData icon; final String hint; final List<String> items; final Stream<String> stream; final Function(String) onChanged; DropdownWidget({this.icon, this.hint, this.items, this.stream, this.onChanged}); @override Widget build(BuildContext context) { return StreamBuilder<String>( stream: stream, builder: (context, snapshot) { return InputDecorator( child: DropdownButton( icon: Icon( icon, color: Colors.white,), hint: Text( hint, style: TextStyle(color: Colors.white),), items: items.map((String value) { return DropdownMenuItem<String>( value: value, child: Text(value), ); }).toList(), onChanged: onChanged, value: snapshot.data, isExpanded: true, style: TextStyle( color: Colors.black, fontSize: 18.0, ), underline: Container(), isDense: true, ), decoration: InputDecoration( icon: Icon(Icons.filter_list, color: Colors.white,), hintText: hint, hintStyle: TextStyle(color: Colors.white), focusedBorder: UnderlineInputBorder( borderSide: BorderSide(color: Theme.of(context).primaryColor) ), contentPadding: EdgeInsets.only( left: 5, right: 0, bottom: 24, top: 30 ), errorText: snapshot.hasError ? snapshot.error : null, ), ); } ); } }What could I do to solve this? Is there a way to make the popup's background-color darker or just the value inside the button in a different color from the item's color?
March 09, 2020 at 07:05PM by caioap25
https://ift.tt/331A1OU
reddit
Troubles Styling DropdownButton
A subreddit for Google's crossplatform UI toolkit.
New tweet from FlutterDev:
We are postponing the LATAM Roadshow. The health and safety of our community is our priority. We'll be sure to update you as soon as we have more information.
💙Thank you for keeping this community thriving, and stay tuned!
- The Flutter Team— Flutter (@FlutterDev) March 9, 2020
March 09, 2020 at 07:30PM
http://twitter.com/FlutterDev/status/1237083230249136136
We are postponing the LATAM Roadshow. The health and safety of our community is our priority. We'll be sure to update you as soon as we have more information.
💙Thank you for keeping this community thriving, and stay tuned!
- The Flutter Team— Flutter (@FlutterDev) March 9, 2020
March 09, 2020 at 07:30PM
http://twitter.com/FlutterDev/status/1237083230249136136
Twitter
Flutter
We are postponing the LATAM Roadshow. The health and safety of our community is our priority. We'll be sure to update you as soon as we have more information. 💙Thank you for keeping this community thriving, and stay tuned! - The Flutter Team
New post on /r/flutterdev subreddit:
RxDart Explained - The Flutter Way
https://youtu.be/8fOoF7icyn0
March 09, 2020 at 07:12PM by imthepk
https://ift.tt/2VYMst6
RxDart Explained - The Flutter Way
https://youtu.be/8fOoF7icyn0
March 09, 2020 at 07:12PM by imthepk
https://ift.tt/2VYMst6
YouTube
RxDart Explained - The Flutter Way
In this video, I will explain how to use RxDart and it's operators. We will also learn about StreamBuilder, StreamController, and StreamTransformer in this video.
#Flutter #RxDart
Please give stars for this project on git and like the video.
Source Code…
#Flutter #RxDart
Please give stars for this project on git and like the video.
Source Code…
New post on Flutter Dev Google group:
[Breaking Change Proposal] Text Selection Menu Visual Updates
Hello Flutter, If your app doesn't involve selectable or editable text, you can stop reading now. I'm modernizing a few things about the text selection menu, and if you use any visual diff tests with the text selection menu open, you may encounter failures. See the full design doc <
March 09, 2020 at 09:21PM by Justin McCandless
https://ift.tt/2IvDw6z
[Breaking Change Proposal] Text Selection Menu Visual Updates
Hello Flutter, If your app doesn't involve selectable or editable text, you can stop reading now. I'm modernizing a few things about the text selection menu, and if you use any visual diff tests with the text selection menu open, you may encounter failures. See the full design doc <
March 09, 2020 at 09:21PM by Justin McCandless
https://ift.tt/2IvDw6z
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:
Android Test Phone
Does anyone have a recommendation for a cheap Android phone that would be good for Flutter testing? I found this on Amazon - BLU Advance A4 2019- Unlocked Dual Sim, 16GB -Black - for $40. I don't need a lot of space for apps - only the one I am currently developing. Thank you in advance.
March 09, 2020 at 10:30PM by Rex Bloom
https://ift.tt/39yyvpQ
Android Test Phone
Does anyone have a recommendation for a cheap Android phone that would be good for Flutter testing? I found this on Amazon - BLU Advance A4 2019- Unlocked Dual Sim, 16GB -Black - for $40. I don't need a lot of space for apps - only the one I am currently developing. Thank you in advance.
March 09, 2020 at 10:30PM by Rex Bloom
https://ift.tt/39yyvpQ
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:
faker | A library for Dart that generates fake data.
https://ift.tt/2Yj4hlh
March 09, 2020 at 10:10PM by Elixane
https://ift.tt/38DwveP
faker | A library for Dart that generates fake data.
https://ift.tt/2Yj4hlh
March 09, 2020 at 10:10PM by Elixane
https://ift.tt/38DwveP
Dart packages
faker | Dart Package
A library for generating fake data. faker is heavily inspired by the Python package faker and, the Ruby package ffaker.
New post on Flutter Dev Google group:
URGENT Flutter BLE App Development
I am completely new to Flutter but am working on building an application for a capstone project which will detect when a user has bad posture. We would like to make significant progress with the app before spring break, since school might shut down after spring break due to the coronavirus
March 10, 2020 at 02:36AM by Madeline Fain
https://ift.tt/2VUM4Mt
URGENT Flutter BLE App Development
I am completely new to Flutter but am working on building an application for a capstone project which will detect when a user has bad posture. We would like to make significant progress with the app before spring break, since school might shut down after spring break due to the coronavirus
March 10, 2020 at 02:36AM by Madeline Fain
https://ift.tt/2VUM4Mt
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 performance run for some basic operations such as forms, input event, popup, transitions
Recently I thought to fiddle with Flutter. I wanted to experience how it performs during form input, transition, navigation, popup and other simple operations that are commonly used in almost all the apps. This article is the summary of what I found during this sample run, I am excited to show this to the community.Have a look and tell your viewes,https://medium.com/@deepakjha14.ex/flutter-form-performance-19c79da176a6?source=friends_link&sk=4dcb5089219b2453b57b73be1a088bcf
March 10, 2020 at 07:27AM by deepakjha14
https://ift.tt/2W1wrTk
Flutter performance run for some basic operations such as forms, input event, popup, transitions
Recently I thought to fiddle with Flutter. I wanted to experience how it performs during form input, transition, navigation, popup and other simple operations that are commonly used in almost all the apps. This article is the summary of what I found during this sample run, I am excited to show this to the community.Have a look and tell your viewes,https://medium.com/@deepakjha14.ex/flutter-form-performance-19c79da176a6?source=friends_link&sk=4dcb5089219b2453b57b73be1a088bcf
March 10, 2020 at 07:27AM by deepakjha14
https://ift.tt/2W1wrTk
Medium
Flutter Form Performance
My view as to how a simple form performs in the Flutter
New post on /r/flutterdev subreddit:
Firebase Arrays
One of my firebase document fields is an array that holds a number of elements, is it possible to check if a certain element exists in the array without fetching the entire document? Basically what I want to do is say, if element exist in array, run this function, if it doesn't, run this other function... all this without actually fetching the document.
March 10, 2020 at 09:59AM by A-PRYME
https://ift.tt/2TFfcWp
Firebase Arrays
One of my firebase document fields is an array that holds a number of elements, is it possible to check if a certain element exists in the array without fetching the entire document? Basically what I want to do is say, if element exist in array, run this function, if it doesn't, run this other function... all this without actually fetching the document.
March 10, 2020 at 09:59AM by A-PRYME
https://ift.tt/2TFfcWp
reddit
Firebase Arrays
One of my firebase document fields is an array that holds a number of elements, is it possible to check if a certain element exists in the array...
New post on /r/flutterdev subreddit:
From Package to Pub: Creating Flutter API's, by Jose Vila
https://www.youtube.com/watch?v=w8YnEN0xml4
March 10, 2020 at 11:58AM by Elixane
https://ift.tt/2wMKvFW
From Package to Pub: Creating Flutter API's, by Jose Vila
https://www.youtube.com/watch?v=w8YnEN0xml4
March 10, 2020 at 11:58AM by Elixane
https://ift.tt/2wMKvFW
YouTube
From Package to Pub: Creating Flutter API's, by Jose Vila
As Flutter and Dart break new ground in the world of mobile development, it's up to the open source developer community to build additional tools not current...
New post on Flutter Dev Google group:
ROLE BASED AUTHORIZATION AND ROLE BASED ACCESS CONTROLL !! flutter/firebase
Hey guys! what im trying to do is to setup a role based authorization (reqular users and subscribed users) and based on roles users gets redirected to different screens. i am STUCK. ive tried different solutions and seen every tutorial there is out there about the concept. i understand how the
March 10, 2020 at 01:41PM by Error Place
https://ift.tt/38Bg7ez
ROLE BASED AUTHORIZATION AND ROLE BASED ACCESS CONTROLL !! flutter/firebase
Hey guys! what im trying to do is to setup a role based authorization (reqular users and subscribed users) and based on roles users gets redirected to different screens. i am STUCK. ive tried different solutions and seen every tutorial there is out there about the concept. i understand how the
March 10, 2020 at 01:41PM by Error Place
https://ift.tt/38Bg7ez
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:
Localizing your app with Flutter's new gen_l10n tool
https://ift.tt/3cKeRJu
March 10, 2020 at 01:52PM by PascalW89
https://ift.tt/38FvYcj
Localizing your app with Flutter's new gen_l10n tool
https://ift.tt/3cKeRJu
March 10, 2020 at 01:52PM by PascalW89
https://ift.tt/38FvYcj
pascalw.me
Localizing your app with Flutter's new gen_l10n tool
Pascal Widdershoven's blog