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
New post on /r/flutterdev subreddit:
Building flutter apps for a side hustle?
Hey y'all,I'm currently a computer science masters student with a stable job and income on the side, so I'm not in any urgent financial trouble, but also could do well with some more money on the side. Back in high school, I'd sometimes work jobs building websites for local mom and pop stores, schools etc. Mostly it was just wordpress and setting up some custom design needs the people had.Recently I've been getting into flutter for fun, and enjoyed building some trivial example apps with it a lot! I was wondering if anyone here had experience building apps for people for a flat fee on the side? What have your experiences been like, how did you find clients etc? For reference, I'm in the EU. Cheers
March 10, 2020 at 02:07PM by ian__curtis
https://ift.tt/39HjUIL
Building flutter apps for a side hustle?
Hey y'all,I'm currently a computer science masters student with a stable job and income on the side, so I'm not in any urgent financial trouble, but also could do well with some more money on the side. Back in high school, I'd sometimes work jobs building websites for local mom and pop stores, schools etc. Mostly it was just wordpress and setting up some custom design needs the people had.Recently I've been getting into flutter for fun, and enjoyed building some trivial example apps with it a lot! I was wondering if anyone here had experience building apps for people for a flat fee on the side? What have your experiences been like, how did you find clients etc? For reference, I'm in the EU. Cheers
March 10, 2020 at 02:07PM by ian__curtis
https://ift.tt/39HjUIL
reddit
Building flutter apps for a side hustle?
Hey y'all, I'm currently a computer science masters student with a stable job and income on the side, so I'm not in any urgent financial...
New post on /r/flutterdev subreddit:
Flutter - Phone Authentication
https://youtu.be/RvocbCaGzlM
March 10, 2020 at 02:47PM by rajayogan27
https://ift.tt/2TRZkyK
Flutter - Phone Authentication
https://youtu.be/RvocbCaGzlM
March 10, 2020 at 02:47PM by rajayogan27
https://ift.tt/2TRZkyK
YouTube
Flutter - Phone Authentication
Need an app ? - https://rajayogan.com
Follow me on twitter - https://twitter.com/rajayogan14k
Other flutter videos - https://www.youtube.com/playlist?list=PLgGjX33Qsw-EMsLf8TmsYhKOCx2ALZiKi
Code for this video - https://github.com/rajayogan/phoneAuth
Follow me on twitter - https://twitter.com/rajayogan14k
Other flutter videos - https://www.youtube.com/playlist?list=PLgGjX33Qsw-EMsLf8TmsYhKOCx2ALZiKi
Code for this video - https://github.com/rajayogan/phoneAuth
New post on /r/flutterdev subreddit:
Swipeable Pages with the PageView Widget
https://www.youtube.com/watch?v=3aChah4Fyak
March 10, 2020 at 03:21PM by MyracleDesign
https://ift.tt/2Q3aXBY
Swipeable Pages with the PageView Widget
https://www.youtube.com/watch?v=3aChah4Fyak
March 10, 2020 at 03:21PM by MyracleDesign
https://ift.tt/2Q3aXBY
YouTube
Swipeable Pages with the PageView Widget
After we created the last time the BottomNavigationBar we want today take the focus to a #Swipeable Screen with the #PageView Widget.
This will help us to improve the user experience when we swipe we will update the bottom navigation bar. The #PageView…
This will help us to improve the user experience when we swipe we will update the bottom navigation bar. The #PageView…
New post on Flutter Dev Google group:
Flutter Code or Widgets for non-Admob ads.
I have a suite of Android and iPhone apps that have been written in native (Java and Swift). I am about to re-launch all of the apps as Flutter apps. Loving Flutter and the new apps look so much better with a lot less code. However, a few days ago, Adsense have disabled my adsense account, and I
March 10, 2020 at 03:25PM by John Mollaghan
https://ift.tt/3cP2WtM
Flutter Code or Widgets for non-Admob ads.
I have a suite of Android and iPhone apps that have been written in native (Java and Swift). I am about to re-launch all of the apps as Flutter apps. Loving Flutter and the new apps look so much better with a lot less code. However, a few days ago, Adsense have disabled my adsense account, and I
March 10, 2020 at 03:25PM by John Mollaghan
https://ift.tt/3cP2WtM
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:
Dart and character encodings
https://ift.tt/2W0SfyA
March 10, 2020 at 04:30PM by Purple_Pizzazz
https://ift.tt/2TCIMM4
Dart and character encodings
https://ift.tt/2W0SfyA
March 10, 2020 at 04:30PM by Purple_Pizzazz
https://ift.tt/2TCIMM4
Medium
Dart and character encodings
I work on an app that plans to use thermal printers. I am also a Stack Overflow user and I often hunt for interesting questions…
New post on Flutter Dev Google group:
Question About Data Solutions
I am building a companion app for two professional journals. Below is the a tree representation of the model for each magazine. I have a home page to navigate the different issues, then a table of contents page, then the actual article page. Rather than downloading a single, large file with all
March 10, 2020 at 05:14PM by Rick P.
https://ift.tt/2vLGcup
Question About Data Solutions
I am building a companion app for two professional journals. Below is the a tree representation of the model for each magazine. I have a home page to navigate the different issues, then a table of contents page, then the actual article page. Rather than downloading a single, large file with all
March 10, 2020 at 05:14PM by Rick P.
https://ift.tt/2vLGcup
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:
Any idea when the next major Flutter release will be?
It's been about 3 months since the last major release so I would be expecting to hear something this month. Any idea when the next release will be?
March 10, 2020 at 05:55PM by glancer000
https://ift.tt/38KuDRD
Any idea when the next major Flutter release will be?
It's been about 3 months since the last major release so I would be expecting to hear something this month. Any idea when the next release will be?
March 10, 2020 at 05:55PM by glancer000
https://ift.tt/38KuDRD
reddit
Any idea when the next major Flutter release will be?
It's been about 3 months since the last major release so I would be expecting to hear something this month. Any idea when the next release will be?
New post on /r/flutterdev subreddit:
Conditional Compilation for Web: Building a UniveralPlatform plugin - gskinner blog
https://ift.tt/2W3iqVg
March 10, 2020 at 06:18PM by gskinner_team
https://ift.tt/2wJxxZu
Conditional Compilation for Web: Building a UniveralPlatform plugin - gskinner blog
https://ift.tt/2W3iqVg
March 10, 2020 at 06:18PM by gskinner_team
https://ift.tt/2wJxxZu
gskinner blog
Flutter: Conditional Compilation for Web - gskinner blog
One of the big issues with Flutter for Web right now is it's lack of support for dart.io. This means things like a simple Platform.isAndroid call will
New tweet from FlutterDev:
🧐Wondering how @Miickel created the winning #FlutterClock?
"Everything is painted purely with Flutter’s Canvas: no assets, no packages, and no prebuilt widgets were used."
Read his article here → https://t.co/ueabWhpnrm pic.twitter.com/BjpRtYJgXj— Flutter (@FlutterDev) March 10, 2020
March 10, 2020 at 06:39PM
http://twitter.com/FlutterDev/status/1237432900309540865
🧐Wondering how @Miickel created the winning #FlutterClock?
"Everything is painted purely with Flutter’s Canvas: no assets, no packages, and no prebuilt widgets were used."
Read his article here → https://t.co/ueabWhpnrm pic.twitter.com/BjpRtYJgXj— Flutter (@FlutterDev) March 10, 2020
March 10, 2020 at 06:39PM
http://twitter.com/FlutterDev/status/1237432900309540865
Twitter
Mickel (@Miickel) | Twitter
The latest Tweets from Mickel (@Miickel). Just an average guy with exceptional hair. @TAYL_app. Sverige
New post on /r/flutterdev subreddit:
Weekly Questions Thread - March 10, 2020
This thread is for simple questions that don't warrant their own thread (although we suggest checking the sidebar, the wiki, our Discord, or Stack Overflow before posting). Also the Flutter.dev getting started tutorial and the Flutter Cookbook should have the answers to most simple questions. Examples of questions:How do I send data to a new screen?Does anyone have a link to the source for the Flutter Gallery app?How do I change the application launcher icon in Flutter?Important: Downvotes are strongly discouraged in this thread. Sorting by new is strongly encouraged.Large code snippets don't read well on reddit and take up a lot of space, so please don't paste them in your comments. Consider linking Gists instead.Have a question about the subreddit or otherwise for /r/FlutterDev mods? We welcome your mod mail!Also, please don't link to Play Store pages or ask for feedback on this thread. Save those for the App Feedback threads we host on Fridays.Looking for all the Questions threads? Want an easy way to locate this week's thread? Click this link!
March 10, 2020 at 11:32PM by AutoModerator
https://ift.tt/2TWD9Y6
Weekly Questions Thread - March 10, 2020
This thread is for simple questions that don't warrant their own thread (although we suggest checking the sidebar, the wiki, our Discord, or Stack Overflow before posting). Also the Flutter.dev getting started tutorial and the Flutter Cookbook should have the answers to most simple questions. Examples of questions:How do I send data to a new screen?Does anyone have a link to the source for the Flutter Gallery app?How do I change the application launcher icon in Flutter?Important: Downvotes are strongly discouraged in this thread. Sorting by new is strongly encouraged.Large code snippets don't read well on reddit and take up a lot of space, so please don't paste them in your comments. Consider linking Gists instead.Have a question about the subreddit or otherwise for /r/FlutterDev mods? We welcome your mod mail!Also, please don't link to Play Store pages or ask for feedback on this thread. Save those for the App Feedback threads we host on Fridays.Looking for all the Questions threads? Want an easy way to locate this week's thread? Click this link!
March 10, 2020 at 11:32PM by AutoModerator
https://ift.tt/2TWD9Y6
Reddit
index - FlutterDev
A subreddit for Google's portable UI framework.