New post on Flutter Dev Google group:
Failed to test https://ift.tt/2EINqRr
Can anyone tell me how I can fix this? Running Gradle task 'assembleDebug'... e: C:\FlutterSDK\flutter_windows_v0.5.1-beta\flutter\.pub-cache\hosted\ pub.dartlang.org\map_view-0.0.14\android\src\main\kotlin\com\apptreesoftware\mapview\MapViewPlugin.kt: (168, 34): Only safe (?.) or non-null
March 03, 2019 at 06:15PM by Chris
https://ift.tt/2VxXeTI
Failed to test https://ift.tt/2EINqRr
Can anyone tell me how I can fix this? Running Gradle task 'assembleDebug'... e: C:\FlutterSDK\flutter_windows_v0.5.1-beta\flutter\.pub-cache\hosted\ pub.dartlang.org\map_view-0.0.14\android\src\main\kotlin\com\apptreesoftware\mapview\MapViewPlugin.kt: (168, 34): Only safe (?.) or non-null
March 03, 2019 at 06:15PM by Chris
https://ift.tt/2VxXeTI
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:
How to handle internet connectivity with Firestore backend?
Hi Everyone!I am develop chat app in Flutter with Firebase (Firestore) backend.I have develop all functionality now (auth, send message). This all work good when connect to internet but I realise I am not handle bad/no connectivity in 2 way:UI: I am not display to user if have connectivity issue.Backend: I am not handle situation where no connectivity. For example I am just call method without check connection:
March 03, 2019 at 06:19PM by Flutter_Dev
https://ift.tt/2tKnNcJ
How to handle internet connectivity with Firestore backend?
Hi Everyone!I am develop chat app in Flutter with Firebase (Firestore) backend.I have develop all functionality now (auth, send message). This all work good when connect to internet but I realise I am not handle bad/no connectivity in 2 way:UI: I am not display to user if have connectivity issue.Backend: I am not handle situation where no connectivity. For example I am just call method without check connection:
firestore.add({
‘Message’: message,
});
So I need handle connectivity for both way.For week I search but cannot find good solution. There is no good guide or example.So I want ask community: How you handle the 2 issue I have? For UI are you use loading indicator or show connectivity status banner? For backend how are you make you connectivity check available across all app widgets?Probably must use connectivity 0.4.2 package. I see tutorial how to use but I cannot find scalable/production use example in real app.I am use scoped_model so want find way use this for notify descendant widgets when connection state change. Hope can avoid wrap all call to Firestore in connectivity subscription!Anyone have advice/experience?Thanks!March 03, 2019 at 06:19PM by Flutter_Dev
https://ift.tt/2tKnNcJ
YouTube
Flutter: Internet Connectivity | Stay Connected
In this video we will see how to handle internet connectivity, how to check if we are on wifi or mobile and how to handle data if internet is gone.
Give star for this project on git and like the video.
Source Code - https://github.com/iampawan/flutter_connectivity…
Give star for this project on git and like the video.
Source Code - https://github.com/iampawan/flutter_connectivity…
New post on /r/flutterdev subreddit:
Another BloC example (starter template)
https://ift.tt/2ErW4SV
March 03, 2019 at 08:19PM by n1x0nj4
https://ift.tt/2TcB6BK
Another BloC example (starter template)
https://ift.tt/2ErW4SV
March 03, 2019 at 08:19PM by n1x0nj4
https://ift.tt/2TcB6BK
GitHub
n1x0nj4/flutter-contacts
Contribute to n1x0nj4/flutter-contacts development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
flutter_morse | A simple library that converts morse code.
https://ift.tt/2ECJRer
March 04, 2019 at 02:03AM by RandomGuy1453
https://ift.tt/2C4uT07
flutter_morse | A simple library that converts morse code.
https://ift.tt/2ECJRer
March 04, 2019 at 02:03AM by RandomGuy1453
https://ift.tt/2C4uT07
Dart Packages
flutter_morse | Flutter Package
flutter_morse Flutter and Dart package - A simple library that converts morse code to regular strings and encode strings to morse code.
New post on Flutter Dev Google group:
How can setState() be called in a Stateless Widget?
Hello, I am following this online course where we just separated the RaisedButton from the Stateful Widget to a Stateless Widget created in the State object. I don't understand how setState() is called in a StatelessWidget... When we create the element ProductControl we pass the function
March 04, 2019 at 05:09AM by Kamil Geagea
https://ift.tt/2TbWhDY
How can setState() be called in a Stateless Widget?
Hello, I am following this online course where we just separated the RaisedButton from the Stateful Widget to a Stateless Widget created in the State object. I don't understand how setState() is called in a StatelessWidget... When we create the element ProductControl we pass the function
March 04, 2019 at 05:09AM by Kamil Geagea
https://ift.tt/2TbWhDY
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 bloc library
Hi friends, Have you try flutter bloc library? Could you please share your review on this? Can I use this for enterprise level project?https://github.com/felangel/bloc/blob/master/README.md
March 04, 2019 at 06:34AM by vaibhav_2018
https://ift.tt/2EK4rKM
Flutter bloc library
Hi friends, Have you try flutter bloc library? Could you please share your review on this? Can I use this for enterprise level project?https://github.com/felangel/bloc/blob/master/README.md
March 04, 2019 at 06:34AM by vaibhav_2018
https://ift.tt/2EK4rKM
GitHub
bloc/README.md at master · felangel/bloc
A predictable state management library that helps implement the BLoC design pattern - felangel/bloc
New post on /r/flutterdev subreddit:
#2 Flutter + Dart Tips
https://ift.tt/2IZVpgS
March 04, 2019 at 05:42AM by ibhavikmakwana
https://ift.tt/2TuIMP3
#2 Flutter + Dart Tips
https://ift.tt/2IZVpgS
March 04, 2019 at 05:42AM by ibhavikmakwana
https://ift.tt/2TuIMP3
Medium
#2 Flutter + Dart Tips
I have started writing the Weekly Tips on Flutter and Dart in January and also writing a monthly tips article that I have shared in the…
New post on /r/flutterdev subreddit:
Adding a EULA? What's been your approach?
Hi everyone!Working on my first app. I want to add a EULA/agreement on first use for the user to accept.What has the approach you have taken?My thoughts were to add a dialogue box and if the user accepted it then check in shared preferences on start-up to see if they agreed. Wanted to know if there was a more elegant or better way of doing this.
March 04, 2019 at 07:57AM by pandasdokungfu
https://ift.tt/2IOc9rr
Adding a EULA? What's been your approach?
Hi everyone!Working on my first app. I want to add a EULA/agreement on first use for the user to accept.What has the approach you have taken?My thoughts were to add a dialogue box and if the user accepted it then check in shared preferences on start-up to see if they agreed. Wanted to know if there was a more elegant or better way of doing this.
March 04, 2019 at 07:57AM by pandasdokungfu
https://ift.tt/2IOc9rr
reddit
r/FlutterDev - Adding a EULA? What's been your approach?
0 votes and 0 comments so far on Reddit
New post on Flutter Dev Google group:
Show Notification on lock screen
Hello, I didn't see notification on lock screen but I can see noti when open lock screen. I used firebase messaging and firebase local notification libs. Please help me, Thanks.
March 04, 2019 at 10:23AM by hnin yu wai
https://ift.tt/2XvYtVv
Show Notification on lock screen
Hello, I didn't see notification on lock screen but I can see noti when open lock screen. I used firebase messaging and firebase local notification libs. Please help me, Thanks.
March 04, 2019 at 10:23AM by hnin yu wai
https://ift.tt/2XvYtVv
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:
Convert a stateless widget into a method
Hi, Is it possible to convert a stateless widget into a method
March 04, 2019 at 10:41AM by Mounika
https://ift.tt/2GXbK4r
Convert a stateless widget into a method
Hi, Is it possible to convert a stateless widget into a method
March 04, 2019 at 10:41AM by Mounika
https://ift.tt/2GXbK4r
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:
Say hi to Flutter Press Weekly, the new weekly digest of Flutter development news and articles!
https://ift.tt/2Uny3Du
March 04, 2019 at 09:49AM by xrigau
https://ift.tt/2TfsuKI
Say hi to Flutter Press Weekly, the new weekly digest of Flutter development news and articles!
https://ift.tt/2Uny3Du
March 04, 2019 at 09:49AM by xrigau
https://ift.tt/2TfsuKI
Newsletters to Keep up to date | XriBlu
Flutter Press Weekly | XriBlu
Subscribe to a hand-picked round up of the best Flutter development links every week. Free.
New post on /r/flutterdev subreddit:
Welcome to Ouija Quiz!
Hello, guys! This is my first app made in Flutter.It is a simple hangman style game where the user gets the questions from r/AskOuija and they have to guess what the community said.I know the code doesn't follow the best practices but this is my first app and I am pretty proud of it!Of course, feedback is very much appreciated.Github link:https://github.com/andreicorpo/ouija-quiz-gameThere is also an apk if you want to try it.I'm waiting for your feedback and let me know if you played it and liked it and if you think it is worthy of the play store.Thanks for reading and have fun coding with Flutter!
March 04, 2019 at 11:22AM by Andokorr
https://ift.tt/2TtbJLi
Welcome to Ouija Quiz!
Hello, guys! This is my first app made in Flutter.It is a simple hangman style game where the user gets the questions from r/AskOuija and they have to guess what the community said.I know the code doesn't follow the best practices but this is my first app and I am pretty proud of it!Of course, feedback is very much appreciated.Github link:https://github.com/andreicorpo/ouija-quiz-gameThere is also an apk if you want to try it.I'm waiting for your feedback and let me know if you played it and liked it and if you think it is worthy of the play store.Thanks for reading and have fun coding with Flutter!
March 04, 2019 at 11:22AM by Andokorr
https://ift.tt/2TtbJLi
GitHub
GitHub - andreicorpo/ouija-quiz-game: Hangman style game with words from the askOuija subreddit. Made in Flutter.
Hangman style game with words from the askOuija subreddit. Made in Flutter. - GitHub - andreicorpo/ouija-quiz-game: Hangman style game with words from the askOuija subreddit. Made in Flutter.
New post on Flutter Dev Google group:
Xamarin vs Flutter vs ASP.Net vs .net core, and 3rd party vendors
This is a suggestion to MS/Google, and all 3rd party vendors. https://ift.tt/2UhMNn3 Xamarin while has a lot of nice features, it just still takes all the heavy load of the OS original UI. Its advances depend on the pace of the OS UI
March 04, 2019 at 01:26PM by in...@appyinnovate.com
https://ift.tt/2C4exVj
Xamarin vs Flutter vs ASP.Net vs .net core, and 3rd party vendors
This is a suggestion to MS/Google, and all 3rd party vendors. https://ift.tt/2UhMNn3 Xamarin while has a lot of nice features, it just still takes all the heavy load of the OS original UI. Its advances depend on the pace of the OS UI
March 04, 2019 at 01:26PM by in...@appyinnovate.com
https://ift.tt/2C4exVj
Reader Man Blog
Xamarin vs Flutter vs ASP.Net vs .net core, and 3rd party vendors
This is a suggestion to MS/Google, and all 3rd party vendors. Xamarin while has a lot of nice features, it just still takes all the heavy load of the OS original UI. Its advances depend on the pace…
New post on /r/flutterdev subreddit:
Flutter panel with partners at Mobile World Congress 2019: What happened?
https://ift.tt/2NGL4W1
March 04, 2019 at 02:02PM by Gigatronbot
https://ift.tt/2TbY2B7
Flutter panel with partners at Mobile World Congress 2019: What happened?
https://ift.tt/2NGL4W1
March 04, 2019 at 02:02PM by Gigatronbot
https://ift.tt/2TbY2B7
Codemagic blog
Flutter panel with partners at Mobile World Congress 2019: What happened?
Sneak peek, what happened at Flutter panel with partners at MWC Barcelona 2019
New post on Flutter Dev Google group:
How to use flutter inspector in visual studio code
Hi Guys, How to use flutter inspector in visual studio code. Anyone have a idea? Regards, Pravin Marathe
March 04, 2019 at 05:27PM by PRAVIN MARATHE
https://ift.tt/2UeOSQK
How to use flutter inspector in visual studio code
Hi Guys, How to use flutter inspector in visual studio code. Anyone have a idea? Regards, Pravin Marathe
March 04, 2019 at 05:27PM by PRAVIN MARATHE
https://ift.tt/2UeOSQK
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:
mixins can't be instantiated
Can anybody tell me why i get this error? [image: image.png]
March 04, 2019 at 06:11PM by Kamran Ali
https://ift.tt/2GZAN6T
mixins can't be instantiated
Can anybody tell me why i get this error? [image: image.png]
March 04, 2019 at 06:11PM by Kamran Ali
https://ift.tt/2GZAN6T
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 - Firebase ML kit - Text recognition
https://youtu.be/e33i7L2XT3Y
March 04, 2019 at 06:15PM by rajayogan27
https://ift.tt/2tPxqXG
Flutter - Firebase ML kit - Text recognition
https://youtu.be/e33i7L2XT3Y
March 04, 2019 at 06:15PM by rajayogan27
https://ift.tt/2tPxqXG
YouTube
Flutter - Firebase ML kit - Text recognition
Support me - https://paypal.me/RajaYogan
Buy my course - https://www.udemy.com/learn-flutter-from-scratch/?couponCode=SPECOFF
Follow me on twitter - https://twitter.com/rajayogan14k
Flutter Animation videos - https://www.youtube.com/playlist?list=PLgGjX33Qsw…
Buy my course - https://www.udemy.com/learn-flutter-from-scratch/?couponCode=SPECOFF
Follow me on twitter - https://twitter.com/rajayogan14k
Flutter Animation videos - https://www.youtube.com/playlist?list=PLgGjX33Qsw…
New post on /r/flutterdev subreddit:
Flutter Material Banner?
Hi Everyone!I am try implement material Banner but cannot find Flutter component.https://material.io/design/components/banners.html#Flutter
March 04, 2019 at 05:49PM by Flutter_Dev
https://ift.tt/2ELOcgz
Flutter Material Banner?
Hi Everyone!I am try implement material Banner but cannot find Flutter component.https://material.io/design/components/banners.html#Flutter
Banner
class is not same.Flutter not have Material Banner?Thanks!March 04, 2019 at 05:49PM by Flutter_Dev
https://ift.tt/2ELOcgz
Material Design
Build beautiful, usable products faster. Material Design is an adaptable system—backed by open-source code—that helps teams build high quality digital experiences.
New post on /r/flutterdev subreddit:
In app subscriptions
Hi,Has anyone done in app subscriptions for both android and iOS.I want to have monthly subscription (ideally with a free week/month trial). I'm looking to do this as a hybrid, and this would be a big thing between react native vs flutter.
March 04, 2019 at 04:50PM by DoPeopleEvenLookHere
https://ift.tt/2ELN4JF
In app subscriptions
Hi,Has anyone done in app subscriptions for both android and iOS.I want to have monthly subscription (ideally with a free week/month trial). I'm looking to do this as a hybrid, and this would be a big thing between react native vs flutter.
March 04, 2019 at 04:50PM by DoPeopleEvenLookHere
https://ift.tt/2ELN4JF
reddit
r/FlutterDev - In app subscriptions
0 votes and 2 comments so far on Reddit
New post on Flutter Dev Google group:
Looking for flutter job
Hello Every One, Greeting for Rajkumari P. I am having 1 years of experience in flutter, and almost having 6-years for mobile application including android and IOS. If you are looking for developer or need any assistance on your issues kindly contact with me for more discussion. Regards
March 04, 2019 at 07:07PM by expert...@gmail.com
https://ift.tt/2GWEHNX
Looking for flutter job
Hello Every One, Greeting for Rajkumari P. I am having 1 years of experience in flutter, and almost having 6-years for mobile application including android and IOS. If you are looking for developer or need any assistance on your issues kindly contact with me for more discussion. Regards
March 04, 2019 at 07:07PM by expert...@gmail.com
https://ift.tt/2GWEHNX
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 tweet from flutterio:
Do you yearn to profile your Flutter application but don't know where to begin? 🙇‍♀️ In this post, @ChinmayGarde explains how to look under the hood. 💁‍♂️
Read the post here ↓ https://t.co/wxj2ro27MJ— Flutter (@flutterio) March 4, 2019
March 04, 2019 at 07:35PM
http://twitter.com/flutterio/status/1102638814894477312
Do you yearn to profile your Flutter application but don't know where to begin? 🙇‍♀️ In this post, @ChinmayGarde explains how to look under the hood. 💁‍♂️
Read the post here ↓ https://t.co/wxj2ro27MJ— Flutter (@flutterio) March 4, 2019
March 04, 2019 at 07:35PM
http://twitter.com/flutterio/status/1102638814894477312
Twitter
Chinmay Garde (@chinmaygarde) | Twitter
The latest Tweets from Chinmay Garde (@chinmaygarde). Buzzy is Good, Buzzy is Wise. San Francisco, CA