New post on /r/flutterdev subreddit:
How to develop for Flutter Web (beta) alongside the Flutter Android and iOS apps (already built on latest stable)?
I have a Flutter Android and iOS app on 1.12.13 (Latest Flutter Stable) and I intend to keep them on stable as they are live in production. I also intend to use same codebase to develop Flutter Wb app with slightly similar functionality, but since Flutter web can only be activated I beta channel, I'm unable to do so. I'm afraid that moving the whole project to beta might result in more instability of the core Flutter SDK in production. Is there a workaround for this?
April 24, 2020 at 04:26PM by mayurdhurpate
https://ift.tt/2Kx5W1m
  
  How to develop for Flutter Web (beta) alongside the Flutter Android and iOS apps (already built on latest stable)?
I have a Flutter Android and iOS app on 1.12.13 (Latest Flutter Stable) and I intend to keep them on stable as they are live in production. I also intend to use same codebase to develop Flutter Wb app with slightly similar functionality, but since Flutter web can only be activated I beta channel, I'm unable to do so. I'm afraid that moving the whole project to beta might result in more instability of the core Flutter SDK in production. Is there a workaround for this?
April 24, 2020 at 04:26PM by mayurdhurpate
https://ift.tt/2Kx5W1m
reddit
  
  How to develop for Flutter Web (beta) alongside the Flutter...
  I have a Flutter Android and iOS app on 1.12.13 (Latest Flutter Stable) and I intend to keep them on stable as they are live in production. I also...
  New post on /r/flutterdev subreddit:
Creating a menubar app for macOS
Hello,I am new to flutter. I am looking to build a menubar app for Mac -- an app whose icon sits in the menubar and clicking on it opens up a floating window.I have seen a few examples of desktop apps built with Flutter, but none was a menubar app - they were all traditional ones whose icon sits in the dock.With recent developments in flutter, does anyone know if it is possible?Thanks,
April 24, 2020 at 05:24PM by AppleSplit
https://ift.tt/2xVxjzi
  
  Creating a menubar app for macOS
Hello,I am new to flutter. I am looking to build a menubar app for Mac -- an app whose icon sits in the menubar and clicking on it opens up a floating window.I have seen a few examples of desktop apps built with Flutter, but none was a menubar app - they were all traditional ones whose icon sits in the dock.With recent developments in flutter, does anyone know if it is possible?Thanks,
April 24, 2020 at 05:24PM by AppleSplit
https://ift.tt/2xVxjzi
reddit
  
  Creating a menubar app for macOS
  Hello, I am new to flutter. I am looking to build a menubar app for Mac -- an app whose icon sits in the menubar and clicking on it opens up a...
  New post on /r/flutterdev subreddit:
5 takeaways from writing my first Flutter Web App
https://ift.tt/2VCVPhP
April 24, 2020 at 06:19PM by lgn03
https://ift.tt/2XXONWq
  
  5 takeaways from writing my first Flutter Web App
https://ift.tt/2VCVPhP
April 24, 2020 at 06:19PM by lgn03
https://ift.tt/2XXONWq
Medium
  
  5 takeaways from writing my first Flutter Web App
  With Flutter Web entering beta, our dream of one single code base is getting closer and closer. So I decided to try it out.
  New tweet from FlutterDev:
"Happy #FlutterFriday! ✨
Did you know you can use "flutter create" to generate other sample apps?
Look for ""Sample in an App"" in the API docs, and you can autogenerate that sample yourself! 👏" pic.twitter.com/MoGfrh7IXQ— Flutter (@FlutterDev) April 24, 2020
April 24, 2020 at 07:33PM
http://twitter.com/FlutterDev/status/1253738843905261569
  
  "Happy #FlutterFriday! ✨
Did you know you can use "flutter create" to generate other sample apps?
Look for ""Sample in an App"" in the API docs, and you can autogenerate that sample yourself! 👏" pic.twitter.com/MoGfrh7IXQ— Flutter (@FlutterDev) April 24, 2020
April 24, 2020 at 07:33PM
http://twitter.com/FlutterDev/status/1253738843905261569
Twitter
  
  #flutterfriday hashtag on Twitter
  35m ago @FlutterDev tweeted: "✳️ Early access to features like HotUI a.." - read what others are saying and join the conversation.
  New post on /r/flutterdev subreddit:
Custom page transitions (The Boring Flutter Development Show, Ep. 37)
https://www.youtube.com/watch?v=A3IvRX28ytU&feature=share
April 24, 2020 at 07:43PM by Pixelreddit
https://ift.tt/2RZz31l
  
  Custom page transitions (The Boring Flutter Development Show, Ep. 37)
https://www.youtube.com/watch?v=A3IvRX28ytU&feature=share
April 24, 2020 at 07:43PM by Pixelreddit
https://ift.tt/2RZz31l
YouTube
  
  Custom page transitions (The Boring Flutter Development Show, Ep. 37)
  In this episode, Fitz makes his Boring Show debut with Filip. Continuing with the Hacker News App, they add custom page transitions, using PageRouteBuilder. ...
  New post on /r/flutterdev subreddit:
Flutter Social Media - Implement Like Functionality
https://youtu.be/KFJHzyIGETY
April 24, 2020 at 07:30PM by cmcoffee91
https://ift.tt/3eNzW6T
  
  Flutter Social Media - Implement Like Functionality
https://youtu.be/KFJHzyIGETY
April 24, 2020 at 07:30PM by cmcoffee91
https://ift.tt/3eNzW6T
YouTube
  
  Flutter Social Media - Implement Like Functionality
  In this video, I will show you how to implement the like button for posts in the news feed. In the next video, we are going to add facebook reaction type like UI.  We will make the code more efficient in the video after that. .
Source Code:
https://gith…
  Source Code:
https://gith…
New post on /r/flutterdev subreddit:
Going Walkabout - Flutter localization
https://www.youtube.com/watch?v=Xefhf1nhVCk
April 24, 2020 at 07:30PM by aadjemonkeyrock
https://ift.tt/2Y38oEL
  
  Going Walkabout - Flutter localization
https://www.youtube.com/watch?v=Xefhf1nhVCk
April 24, 2020 at 07:30PM by aadjemonkeyrock
https://ift.tt/2Y38oEL
YouTube
  
  Going Walkabout - Flutter localization
  Going Walkabout is a mobile travel blog and in this episode I explain how I made it ready for multiple languages and localesLinks:- Going Walkabout: https://...
  New tweet from FlutterDev:
Happy #FlutterFriday! ✨
Did you know you can use "flutter create" to generate other sample apps?
Look for "Sample in an App" in the API docs, and you can autogenerate that sample yourself! 👏 pic.twitter.com/WXuB54sic8— Flutter (@FlutterDev) April 24, 2020
April 24, 2020 at 07:50PM
http://twitter.com/FlutterDev/status/1253743182254231552
  
  Happy #FlutterFriday! ✨
Did you know you can use "flutter create" to generate other sample apps?
Look for "Sample in an App" in the API docs, and you can autogenerate that sample yourself! 👏 pic.twitter.com/WXuB54sic8— Flutter (@FlutterDev) April 24, 2020
April 24, 2020 at 07:50PM
http://twitter.com/FlutterDev/status/1253743182254231552
Twitter
  
  #flutterfriday hashtag on Twitter
  35m ago @FlutterDev tweeted: "✳️ Early access to features like HotUI a.." - read what others are saying and join the conversation.
  New post on /r/flutterdev subreddit:
Great Introductory Course for Free
Recommended by Flutter.dev! It's free until July 8.https://www.appbrewery.co/p/intro-to-flutter?utm_source=google&utm_medium=website%20banner&utm_campaign=app_brewery
April 24, 2020 at 07:55PM by sadFGN
https://ift.tt/3bEc9o6
  
  Great Introductory Course for Free
Recommended by Flutter.dev! It's free until July 8.https://www.appbrewery.co/p/intro-to-flutter?utm_source=google&utm_medium=website%20banner&utm_campaign=app_brewery
April 24, 2020 at 07:55PM by sadFGN
https://ift.tt/3bEc9o6
flutter.dev
  
  Flutter - Build apps for any screen
  Flutter transforms the entire app development process. Build, test, and deploy beautiful mobile, web, desktop, and embedded apps from a single codebase.
  New post on Flutter Dev Google group:
Flutter filter list based on email of current user
I am trying a filter a list of documents from a collection , one of a field in collection is Taskassignedto this field if equal to current user email . i am trying to get data by using following code return await Firestore.instance.collection('Task').getDocuments(); i need to filter the
April 24, 2020 at 09:27PM by Raviteja Reddy
https://ift.tt/2YeLAC7
  
  Flutter filter list based on email of current user
I am trying a filter a list of documents from a collection , one of a field in collection is Taskassignedto this field if equal to current user email . i am trying to get data by using following code return await Firestore.instance.collection('Task').getDocuments(); i need to filter the
April 24, 2020 at 09:27PM by Raviteja Reddy
https://ift.tt/2YeLAC7
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:
I need some guidance
Hey there! I'm new in the world of programming. I've learned c++ and I'm comfortable with ds and algorithms but I don't have any development experience. Shall I learn web development first or it's good to go with Flutter?Ps - My end goal is to start freelancing & hopefully a startup
April 24, 2020 at 09:45PM by arjunbharti
https://ift.tt/2VVws9N
  
  I need some guidance
Hey there! I'm new in the world of programming. I've learned c++ and I'm comfortable with ds and algorithms but I don't have any development experience. Shall I learn web development first or it's good to go with Flutter?Ps - My end goal is to start freelancing & hopefully a startup
April 24, 2020 at 09:45PM by arjunbharti
https://ift.tt/2VVws9N
reddit
  
  I need some guidance
  Hey there! I'm new in the world of programming. I've learned c++ and I'm comfortable with ds and algorithms but I don't have any development...
  New post on /r/flutterdev subreddit:
textfield_state: manages the controller and focusNode for a stateful widget's textfield.
https://ift.tt/3cHK4wb
April 24, 2020 at 08:08PM by jpfreely
https://ift.tt/352a5ne
  
  textfield_state: manages the controller and focusNode for a stateful widget's textfield.
https://ift.tt/3cHK4wb
April 24, 2020 at 08:08PM by jpfreely
https://ift.tt/352a5ne
Dart packages
  
  textfield_state | Flutter Package
  A helper class for maintaining a TextEditingController and/or a FocusNode for a State and its Widgets.
  New post on /r/flutterdev subreddit:
Google's Flutter: 2 million developers, uptick in enterprise use, new release model revealed | ZDNet
https://ift.tt/2VxcUta
April 23, 2020 at 10:38PM by bartturner
https://ift.tt/353Mm64
  
  Google's Flutter: 2 million developers, uptick in enterprise use, new release model revealed | ZDNet
https://ift.tt/2VxcUta
April 23, 2020 at 10:38PM by bartturner
https://ift.tt/353Mm64
ZDNet
  
  Google's Flutter: 2 million developers, uptick in enterprise use, new release model revealed | ZDNet
  Google adopts new update model for its Flutter user-interface framework to improve stability.
  New post on /r/flutterdev subreddit:
Test your database
https://ift.tt/2VywxBa
April 24, 2020 at 09:53PM by alesalv
https://ift.tt/2KuwQqj
  
  Test your database
https://ift.tt/2VywxBa
April 24, 2020 at 09:53PM by alesalv
https://ift.tt/2KuwQqj
www.fluxit.dev
  
  Test your database
  Overview  In this post I'd like to show you how to test your database. I try to be abstract and general enough, though I want this post to ...
  New tweet from FlutterDev:
It’s @fitzface’s #BoringShow debut! ⭐
In this video, @fitzface joins @filiphracek to discuss the Hacker News App, how to add page transitions, and more.
📺 Tune in now → https://t.co/R351w8142l pic.twitter.com/Hgp1NQon76— Flutter (@FlutterDev) April 24, 2020
April 24, 2020 at 10:44PM
http://twitter.com/FlutterDev/status/1253786920322129920
  It’s @fitzface’s #BoringShow debut! ⭐
In this video, @fitzface joins @filiphracek to discuss the Hacker News App, how to add page transitions, and more.
📺 Tune in now → https://t.co/R351w8142l pic.twitter.com/Hgp1NQon76— Flutter (@FlutterDev) April 24, 2020
April 24, 2020 at 10:44PM
http://twitter.com/FlutterDev/status/1253786920322129920
New tweet from FlutterDev:
Today on CodePen Radio, we chat with Andrew from the @FlutterDev team about our new Flutter editor! 💙https://t.co/as3Fz2U9AB— CodePen.IO (@CodePen) April 22, 2020
April 24, 2020 at 11:00PM
http://twitter.com/FlutterDev/status/1253791054479781888
  
  Today on CodePen Radio, we chat with Andrew from the @FlutterDev team about our new Flutter editor! 💙https://t.co/as3Fz2U9AB— CodePen.IO (@CodePen) April 22, 2020
April 24, 2020 at 11:00PM
http://twitter.com/FlutterDev/status/1253791054479781888
Twitter
  
  Flutter (@FlutterDev) | Twitter
  The latest Tweets from Flutter (@FlutterDev). Google’s UI toolkit to build apps for mobile, web, & desktop from a single codebase // #GoogleIO is back May 18–20. Register now → https://t.co/Z5dNdEYIpJ
  New post on /r/flutterdev subreddit:
Exclusive Sneak Peek on Flutter Provider Update 4.1
https://youtu.be/VRFxqadb7y4
April 25, 2020 at 01:52AM by thehappyharis
https://ift.tt/2zv446X
  
  Exclusive Sneak Peek on Flutter Provider Update 4.1
https://youtu.be/VRFxqadb7y4
April 25, 2020 at 01:52AM by thehappyharis
https://ift.tt/2zv446X
YouTube
  
  Exclusive Sneak Peek on Flutter Provider Update 4.1
  Warning: still experimental. Use at your own risk! Just watched the new flutter provider version from Remi's presentation and the 4.1 updates is pretty amazi...
  New post on /r/flutterdev subreddit:
Interactive Map in Flutter
Hello,I am fairly new to Flutter and am taking an online course for it. I have a project idea that I'd like to try make. Is it possible to make an interactive map in Flutter so you can click on specific states/provinces and have it highlight and display information pertaining to that state? Data could maybe stored in Firebase Realtime Database so it can be updated in real-time.Thanks!
April 25, 2020 at 03:19AM by James_Dev_
https://ift.tt/2Y1rlaC
  
  Interactive Map in Flutter
Hello,I am fairly new to Flutter and am taking an online course for it. I have a project idea that I'd like to try make. Is it possible to make an interactive map in Flutter so you can click on specific states/provinces and have it highlight and display information pertaining to that state? Data could maybe stored in Firebase Realtime Database so it can be updated in real-time.Thanks!
April 25, 2020 at 03:19AM by James_Dev_
https://ift.tt/2Y1rlaC
reddit
  
  Interactive Map in Flutter
  A subreddit for Google's portable UI framework.
  New post on /r/flutterdev subreddit:
Tips 15-21 of 100 days of Flutter
I have posted tips 15-21 of 100DaysOfFlutter here.https://erluxman.com/00005-week-3-100-days-of-flutter/For daily tips and tricks follow me or my thread here in twitterhttps://twitter.com/erluxman/status/1246608678486065152
April 25, 2020 at 03:44AM by erluxman
https://ift.tt/2yGwjPG
  
  Tips 15-21 of 100 days of Flutter
I have posted tips 15-21 of 100DaysOfFlutter here.https://erluxman.com/00005-week-3-100-days-of-flutter/For daily tips and tricks follow me or my thread here in twitterhttps://twitter.com/erluxman/status/1246608678486065152
April 25, 2020 at 03:44AM by erluxman
https://ift.tt/2yGwjPG
Erluxman
  
  Flutter Tips 15-21
  Third batch of 7 tips and tricks on the series 100DaysOfFlutter.
  New post on Flutter Dev Google group:
Facing issue, when i am try to connect with VPN Server using IP, Username & Password.
Hello, Please check given Error, *IP, Username & Password* Poland VPN Server: PL226.vpnbook.com Germany VPN Server: de4.vpnbook.com Following servers are optimized for fast web surfing; no p2p downloading US VPN Server: us1.vpnbook.com US VPN Server: us2.vpnbook.com France VPN Server:
April 25, 2020 at 06:18AM by Abhijeet Hasabe
https://ift.tt/2zulUaa
  
  Facing issue, when i am try to connect with VPN Server using IP, Username & Password.
Hello, Please check given Error, *IP, Username & Password* Poland VPN Server: PL226.vpnbook.com Germany VPN Server: de4.vpnbook.com Following servers are optimized for fast web surfing; no p2p downloading US VPN Server: us1.vpnbook.com US VPN Server: us2.vpnbook.com France VPN Server:
April 25, 2020 at 06:18AM by Abhijeet Hasabe
https://ift.tt/2zulUaa
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.