New tweet from flutterio:
Happy International Women’s Day to all the amazing #flutterista and women in tech! #IWD19 pic.twitter.com/4u9zyUTzKC— Flutter (@flutterio) March 8, 2019
March 08, 2019 at 11:11PM
http://twitter.com/flutterio/status/1104142733332176896
Happy International Women’s Day to all the amazing #flutterista and women in tech! #IWD19 pic.twitter.com/4u9zyUTzKC— Flutter (@flutterio) March 8, 2019
March 08, 2019 at 11:11PM
http://twitter.com/flutterio/status/1104142733332176896
Twitter
#flutterista hashtag on Twitter
19s ago @flutterio tweeted: "Happy International Women’s Day to all t.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
Flutter blog app: CRUD operations on firebase database
https://www.youtube.com/attribution_link?a=NbNRZ319RZo&u=%2Fwatch%3Fv%3DBrgs1G5LBm4%26feature%3Dshare
March 08, 2019 at 10:58PM by kibatheseven
https://ift.tt/2J2UWus
Flutter blog app: CRUD operations on firebase database
https://www.youtube.com/attribution_link?a=NbNRZ319RZo&u=%2Fwatch%3Fv%3DBrgs1G5LBm4%26feature%3Dshare
March 08, 2019 at 10:58PM by kibatheseven
https://ift.tt/2J2UWus
YouTube
Flutter blog app: CRUD operations on firebase database
======== SOURCE CODE ========== https://github.com/Santos-Enoque/flutter_blog_app ======== CONTACT ================== email: santosenoque.ss@hotmail.com skyp...
New tweet from flutterio:
Happy International Women’s Day to all of the amazing #flutterista and women in tech! #IWD2019 pic.twitter.com/F5qaFzjYNB— Flutter (@flutterio) March 8, 2019
March 08, 2019 at 11:14PM
http://twitter.com/flutterio/status/1104143354462265344
Happy International Women’s Day to all of the amazing #flutterista and women in tech! #IWD2019 pic.twitter.com/F5qaFzjYNB— Flutter (@flutterio) March 8, 2019
March 08, 2019 at 11:14PM
http://twitter.com/flutterio/status/1104143354462265344
Twitter
#flutterista hashtag on Twitter
19s ago @flutterio tweeted: "Happy International Women’s Day to all t.." - read what others are saying and join the conversation.
New post on Flutter Dev Google group:
flutter editor web based
Hi, is there any way to program flutter without installing android studio? thanks
March 09, 2019 at 12:09AM by César
https://ift.tt/2H8WRMa
flutter editor web based
Hi, is there any way to program flutter without installing android studio? thanks
March 09, 2019 at 12:09AM by César
https://ift.tt/2H8WRMa
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 - Reactive Programming - Streams - BLoC
https://ift.tt/2NUFj9N
March 09, 2019 at 12:45AM by PedroMassango
https://ift.tt/2tWKIS0
Flutter - Reactive Programming - Streams - BLoC
https://ift.tt/2NUFj9N
March 09, 2019 at 12:45AM by PedroMassango
https://ift.tt/2tWKIS0
Didier Boelens
Didier Boelens - Flutter
Flutter - Introduction to the notions of Streams, Bloc and Reactive Programming. Theory and practical examples.
Difficulty: Intermediate
Difficulty: Intermediate
New post on Flutter Dev Google group:
Production flutter within existing Android app
Who is using flutter for production use within existing Android app? I would appreciate any level of response - from 1) "we are" 2) we are and here's the name of my compile 3) we are and here's the link of the app 4) we are but contact me privately 5) we/this company is and here's the blog post
March 09, 2019 at 01:15AM by Neil Warner
https://ift.tt/2EZfnVk
Production flutter within existing Android app
Who is using flutter for production use within existing Android app? I would appreciate any level of response - from 1) "we are" 2) we are and here's the name of my compile 3) we are and here's the link of the app 4) we are but contact me privately 5) we/this company is and here's the blog post
March 09, 2019 at 01:15AM by Neil Warner
https://ift.tt/2EZfnVk
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:
How to use scrollbarpainter class?
The thickness of the scrollbar in flutter app looks wider compared to other material apps. So I'm trying to customize the scrollbar using ScrollbarPainter() RefreshIndicator( onRefresh: _doRefresh, child: CustomPaint( painter: ScrollbarPainter( thickness: 4.5, color: Colors.gr
March 09, 2019 at 06:45AM by Aswin Kumar
https://ift.tt/2NQru9Q
How to use scrollbarpainter class?
The thickness of the scrollbar in flutter app looks wider compared to other material apps. So I'm trying to customize the scrollbar using ScrollbarPainter() RefreshIndicator( onRefresh: _doRefresh, child: CustomPaint( painter: ScrollbarPainter( thickness: 4.5, color: Colors.gr
March 09, 2019 at 06:45AM by Aswin Kumar
https://ift.tt/2NQru9Q
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:
Does the benefits of Flutter outweigh the costs in long term?
I am planning to build mobile app for both iOS and Android. Some of my app features need to write some plugins. I have planned to use Firebase too. But still I am on the fence whether to use Flutter or native(Kotlin, Swift).I really value ability to create app with good design easily for both platforms, inspired by https://www.youtube.com/watch?v=hdOxvNQbies. I really like the hot reload, sharing business logic between platforms which does save lots of time.But yet when I see Flutter featured apps on Google Play it seems many apps are not responsive (ie: layout does not change in Landscape mode), other than that there was some reviews like not being able to sign up, high latency. When I look through the repos found lots of performance issues, crashing issues, customer blocking issueSo my questions is does the benefits of Flutter outweigh the costs in long term?COSTS:Having to write plugins to access platform featuresDealing with bugs of Flutter itself.BENEFITS:Faster development with hot reloading, sharing codeEasily make good design and animationsIf anyone here have experience with Flutter in production please share your thoughts.
March 09, 2019 at 06:35AM by nerdy_adventurer
https://ift.tt/2tY9EIM
Does the benefits of Flutter outweigh the costs in long term?
I am planning to build mobile app for both iOS and Android. Some of my app features need to write some plugins. I have planned to use Firebase too. But still I am on the fence whether to use Flutter or native(Kotlin, Swift).I really value ability to create app with good design easily for both platforms, inspired by https://www.youtube.com/watch?v=hdOxvNQbies. I really like the hot reload, sharing business logic between platforms which does save lots of time.But yet when I see Flutter featured apps on Google Play it seems many apps are not responsive (ie: layout does not change in Landscape mode), other than that there was some reviews like not being able to sign up, high latency. When I look through the repos found lots of performance issues, crashing issues, customer blocking issueSo my questions is does the benefits of Flutter outweigh the costs in long term?COSTS:Having to write plugins to access platform featuresDealing with bugs of Flutter itself.BENEFITS:Faster development with hot reloading, sharing codeEasily make good design and animationsIf anyone here have experience with Flutter in production please share your thoughts.
March 09, 2019 at 06:35AM by nerdy_adventurer
https://ift.tt/2tY9EIM
YouTube
Flutter for Design (Mobile World Congress ‘19)
The Designer + Developer relationship is constantly evolving and critical for app experience success. Watch this session to learn more about Flutter's expressive and flexible widgets as well as the evolution of design engineering in Flutter.
Flutter at…
Flutter at…
New post on /r/flutterdev subreddit:
Flutter android toast using platform channel
https://ift.tt/2UtJzNk
March 09, 2019 at 06:06AM by ishanfx
https://ift.tt/2NPg0Ud
Flutter android toast using platform channel
https://ift.tt/2UtJzNk
March 09, 2019 at 06:06AM by ishanfx
https://ift.tt/2NPg0Ud
MIGHTY TECHNO
Flutter Android Toast Message Using platform channel - MIGHTY TECHNO
Android toast notification can use to give quick message to user and It will disappear after a few seconds. But when It comes to the Flutter there is no any straightforward way to show this toast messages. Therefore, we need to find an alternative approach…
New post on Flutter Dev Google group:
Firebase Auth for iOS issue
Hi all, I'm getting an errors from Xcode when I'm trying to run my app. I create a new project in Firebase with my bundle ID, downloaded the GoogleService-Info.plist and added the file in my Runner folder in Xcode. After that I added the latest firebase_auth: ^0.8.1+4 dependency in my
March 09, 2019 at 10:28AM by Marc Andrew
https://ift.tt/2SP7W6I
Firebase Auth for iOS issue
Hi all, I'm getting an errors from Xcode when I'm trying to run my app. I create a new project in Firebase with my bundle ID, downloaded the GoogleService-Info.plist and added the file in my Runner folder in Xcode. After that I added the latest firebase_auth: ^0.8.1+4 dependency in my
March 09, 2019 at 10:28AM by Marc Andrew
https://ift.tt/2SP7W6I
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:
After update my project from github and run flutter packages get command i got the following error: Because every version of flutter_test from sdk depends on http 0.11.3+16 and flutter_app depends on http ^0.12.0+1, flutter_test from sdk is forbidden. So, because flutter_app depends on
March 09, 2019 at 11:11AM by Kamran Ali
https://ift.tt/2TrLrcY
After update my project from github and run flutter packages get command i got the following error: Because every version of flutter_test from sdk depends on http 0.11.3+16 and flutter_app depends on http ^0.12.0+1, flutter_test from sdk is forbidden. So, because flutter_app depends on
March 09, 2019 at 11:11AM by Kamran Ali
https://ift.tt/2TrLrcY
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:
Slack code
Hi there , just wanna ask few simple question 1. Can we treat bottom navigation bar like regular button ? 2. what is slack invitation code for this mailing list? thanks
March 09, 2019 at 11:17AM by Bambang Soetanto
https://ift.tt/2EKZZKO
Slack code
Hi there , just wanna ask few simple question 1. Can we treat bottom navigation bar like regular button ? 2. what is slack invitation code for this mailing list? thanks
March 09, 2019 at 11:17AM by Bambang Soetanto
https://ift.tt/2EKZZKO
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 blog: Getting data from firebase, and firebase animatesList
https://www.youtube.com/attribution_link?a=Tjwe_oOOVJo&u=%2Fwatch%3Fv%3DTiXiDVCSeCc%26feature%3Dshare
March 09, 2019 at 12:51PM by kibatheseven
https://ift.tt/2ELWIuE
Flutter blog: Getting data from firebase, and firebase animatesList
https://www.youtube.com/attribution_link?a=Tjwe_oOOVJo&u=%2Fwatch%3Fv%3DTiXiDVCSeCc%26feature%3Dshare
March 09, 2019 at 12:51PM by kibatheseven
https://ift.tt/2ELWIuE
YouTube
Flutter blog: Getting data from firebase, and firebase animatesList
code: https://github.com/Santos-Enoque/flutter_blog_app ======== CONTACT ================== email: santosenoque.ss@hotmail.com skype: santos enoque
New post on /r/flutterdev subreddit:
Flutter UI/UX: Curved Navigation Bar
https://www.youtube.com/watch?v=L7mH__jfdjg
March 09, 2019 at 02:27PM by Pro_Flutter
https://ift.tt/2VLGh8v
Flutter UI/UX: Curved Navigation Bar
https://www.youtube.com/watch?v=L7mH__jfdjg
March 09, 2019 at 02:27PM by Pro_Flutter
https://ift.tt/2VLGh8v
YouTube
Flutter UI/UX: Curved Navigation Bar
https://pub.dartlang.org/packages/curved_navigation_bar
Feel free to ask for new features or any questions related to this package.
Also, let me know what kind of videos you would like to see next.
https://mobilemvp.app/
Feel free to ask for new features or any questions related to this package.
Also, let me know what kind of videos you would like to see next.
https://mobilemvp.app/
New post on /r/flutterdev subreddit:
Natrium - Open Source Cryptocurrency Wallet Written with Flutter! More details in comments.
https://ift.tt/2TFGgpf
March 09, 2019 at 03:24PM by ngyekta
https://ift.tt/2J11oST
Natrium - Open Source Cryptocurrency Wallet Written with Flutter! More details in comments.
https://ift.tt/2TFGgpf
March 09, 2019 at 03:24PM by ngyekta
https://ift.tt/2J11oST
It's All Widgets!
Natrium | It's All Widgets!
Fast, Robust & Secure Nano Wallet
New post on /r/flutterdev subreddit:
To Dev Ops: Hot reload over network? Flutter dev in the cloud?
Would it be possible to configure flutter in such a way that builds get done on another computer in the network? And any hot reloading by dev on their local machine gets computed on that server build computer?Specifically has anyone built an online flutter dev environment? Like dartpad but for flutter?This will likely be a path going forward as flutter is moving into a web runtime...but for now perhaps some hack with git and continous delivery?What say ye dev ops?
March 09, 2019 at 04:15PM by yabadababoo
https://ift.tt/2TqLaY6
To Dev Ops: Hot reload over network? Flutter dev in the cloud?
Would it be possible to configure flutter in such a way that builds get done on another computer in the network? And any hot reloading by dev on their local machine gets computed on that server build computer?Specifically has anyone built an online flutter dev environment? Like dartpad but for flutter?This will likely be a path going forward as flutter is moving into a web runtime...but for now perhaps some hack with git and continous delivery?What say ye dev ops?
March 09, 2019 at 04:15PM by yabadababoo
https://ift.tt/2TqLaY6
reddit
r/FlutterDev - To Dev Ops: Hot reload over network? Flutter dev in the cloud?
0 votes and 2 comments so far on Reddit
New post on /r/flutterdev subreddit:
How to be pro in flutter?
I want to make my android app with custom animations, transitions, but I don't know where should I start to learn and How long it will take to learn enough to make high quality app. So please help me in this topic
March 09, 2019 at 06:34PM by JastorJ
https://ift.tt/2HbwAwN
How to be pro in flutter?
I want to make my android app with custom animations, transitions, but I don't know where should I start to learn and How long it will take to learn enough to make high quality app. So please help me in this topic
March 09, 2019 at 06:34PM by JastorJ
https://ift.tt/2HbwAwN
reddit
r/FlutterDev - How to be pro in flutter?
0 votes and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
How to connect to ftp server?
I am developing an flutter application that connects to ftp server with user name and password. Seems like no ftp clients are available. Is there any way ? Any tricks or something
March 09, 2019 at 06:56PM by krngd2
https://ift.tt/2TEa71m
How to connect to ftp server?
I am developing an flutter application that connects to ftp server with user name and password. Seems like no ftp clients are available. Is there any way ? Any tricks or something
March 09, 2019 at 06:56PM by krngd2
https://ift.tt/2TEa71m
reddit
r/FlutterDev - How to connect to ftp server?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Google play concept made with flutter
https://twitter.com/Steveuix/status/1104400916441108480?s=09
March 09, 2019 at 08:53PM by LazarusHD
https://ift.tt/2CdN03J
Google play concept made with flutter
https://twitter.com/Steveuix/status/1104400916441108480?s=09
March 09, 2019 at 08:53PM by LazarusHD
https://ift.tt/2CdN03J
Twitter
.
Google play concept made with @flutterio
New post on /r/flutterdev subreddit:
When would you typically use Platform Channels?
I've been reading up on Flutter and I've just started learning it. While reading through the docs, I came across Platform channels. So I'm just curious, am I right to assume that if I needed to code somthing that involved platform-specific functionalities such as accessing the camera, I would need to do my separate implementation for both Android and iOS? and if so, how often would you think it would be that you'd have to write a lot of platform-specific code for a typical mobile app?Just to give a context on why I'm asking:- I'm a newbie mobile dev for a company- The team is looking (at least in the forseeable future) to use a framework for developing our mobile apps as it is starting to get cumbersome for a small team to be working on both android and ios separately- I wanted to suggest this depending on the answer aboveUnrelated: I'm starting to love flutter lol.
March 09, 2019 at 08:53PM by CourageousPuppy
https://ift.tt/2Uuyzj4
When would you typically use Platform Channels?
I've been reading up on Flutter and I've just started learning it. While reading through the docs, I came across Platform channels. So I'm just curious, am I right to assume that if I needed to code somthing that involved platform-specific functionalities such as accessing the camera, I would need to do my separate implementation for both Android and iOS? and if so, how often would you think it would be that you'd have to write a lot of platform-specific code for a typical mobile app?Just to give a context on why I'm asking:- I'm a newbie mobile dev for a company- The team is looking (at least in the forseeable future) to use a framework for developing our mobile apps as it is starting to get cumbersome for a small team to be working on both android and ios separately- I wanted to suggest this depending on the answer aboveUnrelated: I'm starting to love flutter lol.
March 09, 2019 at 08:53PM by CourageousPuppy
https://ift.tt/2Uuyzj4
reddit
r/FlutterDev - When would you typically use Platform Channels?
0 votes and 3 comments so far on Reddit