New post on /r/flutterdev subreddit:
How can i make app like this?
https://streamable.com/hgsa0
November 29, 2018 at 03:40AM by Basketball-ICO
https://ift.tt/2RnofYj
How can i make app like this?
https://streamable.com/hgsa0
November 29, 2018 at 03:40AM by Basketball-ICO
https://ift.tt/2RnofYj
Streamable
Screenrecorder-2018-11-28-16-45-10-301
Watch "Screenrecorder-2018-11-28-16-45-10-301" on Streamable.
New post on /r/flutterdev subreddit:
How to read audio extension in flutter
How to read audio extension especially ( from sd card) in flutter mobile application and display in a listview
November 29, 2018 at 07:28AM by nyagwaru
https://ift.tt/2ShgbZi
How to read audio extension in flutter
How to read audio extension especially ( from sd card) in flutter mobile application and display in a listview
November 29, 2018 at 07:28AM by nyagwaru
https://ift.tt/2ShgbZi
reddit
r/FlutterDev - How to read audio extension in flutter
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
I want to become a mobile dev / freelancer. Can Flutter be a fun learning experience?
Hello there!
I've been learning programming for the last year and a half and native Android development for the last six months. Here's the thing: I want something that's fun and that helps me make applications for others in my spare time.Don't get me wrong, native Android development can be fun but there's also many aspects that seem a bit tedious, surprising and frustrating. Furthermore, not only do I not really enjoy making layouts in XML but I also fear that every hour put into native Android will not be as useful because potential clients nowadays would want an Android version and an iOS version.I don't need company-grade quality to begin with as I will be making my own apps / little projects. But I need an experience that is fluid, fun and hasslefree, where I can actually focus on the code and getting things working. I do realize that this is a generic statement, but, for example, when I went back to the .NET framework for a small project I found it to be a breath of fresh air as everything is much more managed.I don't have any experience with Flutter, but could it make sense for me to make the jump to Flutter after having 6 months of Native Android experience? Do you find mobile development with Flutter to be more satisfying and allowing you to get things done better?Thank you for your feedback!
November 29, 2018 at 11:55AM by DanielTaylor
https://ift.tt/2KFQmQ0
I want to become a mobile dev / freelancer. Can Flutter be a fun learning experience?
Hello there!
I've been learning programming for the last year and a half and native Android development for the last six months. Here's the thing: I want something that's fun and that helps me make applications for others in my spare time.Don't get me wrong, native Android development can be fun but there's also many aspects that seem a bit tedious, surprising and frustrating. Furthermore, not only do I not really enjoy making layouts in XML but I also fear that every hour put into native Android will not be as useful because potential clients nowadays would want an Android version and an iOS version.I don't need company-grade quality to begin with as I will be making my own apps / little projects. But I need an experience that is fluid, fun and hasslefree, where I can actually focus on the code and getting things working. I do realize that this is a generic statement, but, for example, when I went back to the .NET framework for a small project I found it to be a breath of fresh air as everything is much more managed.I don't have any experience with Flutter, but could it make sense for me to make the jump to Flutter after having 6 months of Native Android experience? Do you find mobile development with Flutter to be more satisfying and allowing you to get things done better?Thank you for your feedback!
November 29, 2018 at 11:55AM by DanielTaylor
https://ift.tt/2KFQmQ0
reddit
r/FlutterDev - I want to become a mobile dev / freelancer. Can Flutter be a fun learning experience?
1 vote and 0 comments so far on Reddit
New post on Flutter Dev Google group:
VS Code Plugins v2.21.0
Hey all, it's that time again. Changes in this release are below (and online ). Preview: Prompt to Launch with Errors A new setting dart.previewPromptToRunIfErrors has been added that will prompt you before launching if errors exist in your project. This
November 29, 2018 at 05:06PM by Danny Tuppeny
https://ift.tt/2FNuMu5
VS Code Plugins v2.21.0
Hey all, it's that time again. Changes in this release are below (and online ). Preview: Prompt to Launch with Errors A new setting dart.previewPromptToRunIfErrors has been added that will prompt you before launching if errors exist in your project. This
November 29, 2018 at 05:06PM by Danny Tuppeny
https://ift.tt/2FNuMu5
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:
Question about Searching on flutter
IF I use firestore, I know we get charged based on amount of read/writes/deletesI was thinking of making firestore rest API, when using a search feature in my app. I can search it through the api and finally do the query on the final resultant through firestore resulting in less reads/writes/deletesis this how it is normally done? Thank you, I do not have much experience :(Is there any good guides for pushing newly created documents into a firestore api automatically? would this be a nodejs type thing? Like write backend logic..if firestore on this path has new document then update the rest API with new information?thank youalso whats better to use? Shared_preference plugin or flutter_secure_storage plugin,I am currently using shared_preference plugin to store some login formation locally to device..is this good enough for a production app? haha I been eating your guys brain cells way too muchsorry and thanks
November 29, 2018 at 05:26PM by Bk_ADV
https://ift.tt/2BHoc4l
Question about Searching on flutter
IF I use firestore, I know we get charged based on amount of read/writes/deletesI was thinking of making firestore rest API, when using a search feature in my app. I can search it through the api and finally do the query on the final resultant through firestore resulting in less reads/writes/deletesis this how it is normally done? Thank you, I do not have much experience :(Is there any good guides for pushing newly created documents into a firestore api automatically? would this be a nodejs type thing? Like write backend logic..if firestore on this path has new document then update the rest API with new information?thank youalso whats better to use? Shared_preference plugin or flutter_secure_storage plugin,I am currently using shared_preference plugin to store some login formation locally to device..is this good enough for a production app? haha I been eating your guys brain cells way too muchsorry and thanks
November 29, 2018 at 05:26PM by Bk_ADV
https://ift.tt/2BHoc4l
reddit
r/FlutterDev - Question about Searching on flutter
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter and dependencies
Hi, I was wondering if Flutter shares the same or similar issues with dependencies that React Native does.I've been using RN for about 2 years now, and I am getting frustrated by both minor and major updates to dependencies breaking something down the chain.It seems like I spend so much time researching problems in github that I'm just not having fun anymore.I was wondering if Flutter developers run into the same issues.Thanks!
November 29, 2018 at 05:10PM by TopNFalvors
https://ift.tt/2KHK9mL
Flutter and dependencies
Hi, I was wondering if Flutter shares the same or similar issues with dependencies that React Native does.I've been using RN for about 2 years now, and I am getting frustrated by both minor and major updates to dependencies breaking something down the chain.It seems like I spend so much time researching problems in github that I'm just not having fun anymore.I was wondering if Flutter developers run into the same issues.Thanks!
November 29, 2018 at 05:10PM by TopNFalvors
https://ift.tt/2KHK9mL
reddit
r/FlutterDev - Flutter and dependencies
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter: Firebase Tutorial Part 3 | Firestore Role based UI
https://youtu.be/Wk80Meyk7PM
November 29, 2018 at 06:12PM by RobertBrunhage
https://ift.tt/2rdYvCy
Flutter: Firebase Tutorial Part 3 | Firestore Role based UI
https://youtu.be/Wk80Meyk7PM
November 29, 2018 at 06:12PM by RobertBrunhage
https://ift.tt/2rdYvCy
YouTube
Flutter: Firebase Tutorial Part 3 | Firestore Role based UI
Course to build a production-ready app 👉 https://robertbrunhage.com/course
Join the Discord Community: https://discord.gg/CPwSezC
2 month of free premium Skillshare ➡️ https://skillshare.eqcm.net/vY4ve
⭐⭐⭐ SUPPORT ME ⭐⭐⭐
Patreon: https:/…
Join the Discord Community: https://discord.gg/CPwSezC
2 month of free premium Skillshare ➡️ https://skillshare.eqcm.net/vY4ve
⭐⭐⭐ SUPPORT ME ⭐⭐⭐
Patreon: https:/…
New post on Flutter Dev Google group:
Guide for proper Theme usage and customization in Flutter?
Hello all, Are there any guides on proper Theme usage and customization in Flutter? Specifically, there are two objectives I am trying to obtain. - Extend the material light thee with a few tweaks and apply it application-wide. - Create a dark version of this theme and use it on a subtree of my
November 29, 2018 at 06:44PM by Jonathan Koren
https://ift.tt/2BGzypq
Guide for proper Theme usage and customization in Flutter?
Hello all, Are there any guides on proper Theme usage and customization in Flutter? Specifically, there are two objectives I am trying to obtain. - Extend the material light thee with a few tweaks and apply it application-wide. - Create a dark version of this theme and use it on a subtree of my
November 29, 2018 at 06:44PM by Jonathan Koren
https://ift.tt/2BGzypq
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:
ios app get stuck at splash screen
I have created archive for ios and deployed onto device ......but when app launches it get stuck at splash screen can any one help me to sort out this issue?
November 29, 2018 at 06:48PM by Ganesh Shinde
https://ift.tt/2KHBvVn
ios app get stuck at splash screen
I have created archive for ios and deployed onto device ......but when app launches it get stuck at splash screen can any one help me to sort out this issue?
November 29, 2018 at 06:48PM by Ganesh Shinde
https://ift.tt/2KHBvVn
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:
New tooling releases - polish and stability
Hello everyone! Here are the details for new tooling releases! The focus for this release is on polish and stability. There are quite a few changes to the UI - largely based on ongoing UX research - so this announcement is heavy on screen shots! Performance Tooling Changes The Performance
November 29, 2018 at 07:21PM by Nilay Yener
https://ift.tt/2Q05yxk
New tooling releases - polish and stability
Hello everyone! Here are the details for new tooling releases! The focus for this release is on polish and stability. There are quite a few changes to the UI - largely based on ongoing UX research - so this announcement is heavy on screen shots! Performance Tooling Changes The Performance
November 29, 2018 at 07:21PM by Nilay Yener
https://ift.tt/2Q05yxk
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 manage multiple customers using single flutter application?
In iOS we can use Xcode targets to manage/share multiple applications in single workspace this is useful way to handle for multiple customers. Can we do this in flutter? Is there any alternative way to share code between flutter apps?https://www.appcoda.com/using-xcode-targets/
November 29, 2018 at 07:55PM by vaibhav_2018
https://ift.tt/2rb75BQ
How to manage multiple customers using single flutter application?
In iOS we can use Xcode targets to manage/share multiple applications in single workspace this is useful way to handle for multiple customers. Can we do this in flutter? Is there any alternative way to share code between flutter apps?https://www.appcoda.com/using-xcode-targets/
November 29, 2018 at 07:55PM by vaibhav_2018
https://ift.tt/2rb75BQ
AppCoda
How to Use Xcode Targets to Manage Development and Production Builds
Editor’s note: This is a guest post contributed by Eugene Trapeznikov. Imagine you’ve completed the development and testing of your app, you’re now ready to submit it for production release. The problem is that some of the web service URLs are pointing to…
New tweet from flutterio:
The latest performance tooling release features a brand new look. Familiarize yourself with the new UI changes impacting the Inspector Tools, Searchable Settings, Icons, and even featuring the new Extract Widget.
Learn more here → https://t.co/JYZNLZ2ZF7 pic.twitter.com/WWHfiWjXaH— Flutter (@flutterio) November 29, 2018
November 29, 2018 at 08:05PM
http://twitter.com/flutterio/status/1068219397293125633
The latest performance tooling release features a brand new look. Familiarize yourself with the new UI changes impacting the Inspector Tools, Searchable Settings, Icons, and even featuring the new Extract Widget.
Learn more here → https://t.co/JYZNLZ2ZF7 pic.twitter.com/WWHfiWjXaH— Flutter (@flutterio) November 29, 2018
November 29, 2018 at 08:05PM
http://twitter.com/flutterio/status/1068219397293125633
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 - Google Maps, Markers and more..
https://youtu.be/Egp_S8JN-ec
November 29, 2018 at 09:00PM by rajayogan27
https://ift.tt/2AzdPOl
Flutter - Google Maps, Markers and more..
https://youtu.be/Egp_S8JN-ec
November 29, 2018 at 09:00PM by rajayogan27
https://ift.tt/2AzdPOl
YouTube
Flutter - Google Maps, Markers and more..
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:
#AskFlutter at Flutter Live - Ask us your questions!
https://www.youtube.com/attribution_link?a=KIh8u08OYaU&u=%2Fwatch%3Fv%3DdrNPMrdmqMQ%26feature%3Dshare
November 29, 2018 at 09:15PM by Pixelreddit
https://ift.tt/2KIjdmT
#AskFlutter at Flutter Live - Ask us your questions!
https://www.youtube.com/attribution_link?a=KIh8u08OYaU&u=%2Fwatch%3Fv%3DdrNPMrdmqMQ%26feature%3Dshare
November 29, 2018 at 09:15PM by Pixelreddit
https://ift.tt/2KIjdmT
YouTube
#AskFlutter at Flutter Live - Ask us your questions!
Ever wanted to ask the Flutter team for more detail on something? Or how to use a particular feature? Or why the SDK works the way it does? On December 4th a...
New post on /r/flutterdev subreddit:
New tooling releases - polish and stability
https://ift.tt/2Q05yxk
November 29, 2018 at 10:07PM by Purple_Pizzazz
https://ift.tt/2DSfodu
New tooling releases - polish and stability
https://ift.tt/2Q05yxk
November 29, 2018 at 10:07PM by Purple_Pizzazz
https://ift.tt/2DSfodu
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:
Architecture help - can I build chat application just with flutter and fire base?
If yes, can you please give me references or if not possible, can you help giving me some guidelines one extra things I need to add on top of flutter and fire base please
November 29, 2018 at 10:39PM by vivekstime
https://ift.tt/2SkVYlw
Architecture help - can I build chat application just with flutter and fire base?
If yes, can you please give me references or if not possible, can you help giving me some guidelines one extra things I need to add on top of flutter and fire base please
November 29, 2018 at 10:39PM by vivekstime
https://ift.tt/2SkVYlw
reddit
r/FlutterDev - Architecture help - can I build chat application just with flutter and fire base?
1 vote and 0 comments so far on Reddit
New tweet from flutterio:
Got a question only a Flutter expert can answer?
Tweet us your questions using #AskFlutter, and @RedBrogdon and the team will answer them on the #FlutterLive livestream!
Sign up for updates here → https://t.co/WqaEzipG1m pic.twitter.com/rief9ZWiO0— Flutter (@flutterio) November 27, 2018
November 29, 2018 at 11:16PM
http://twitter.com/flutterio/status/1068267368688709632
Got a question only a Flutter expert can answer?
Tweet us your questions using #AskFlutter, and @RedBrogdon and the team will answer them on the #FlutterLive livestream!
Sign up for updates here → https://t.co/WqaEzipG1m pic.twitter.com/rief9ZWiO0— Flutter (@flutterio) November 27, 2018
November 29, 2018 at 11:16PM
http://twitter.com/flutterio/status/1068267368688709632
New tweet from flutterio:
#FlutterLive is only five days away! Stay tuned to @Flutterio for a sneak peak at a secret project we're revealing at the event. Here's the first piece to kick things off. Answer Flutter trivia to see the next piece!
First up: what was Flutter's original name? pic.twitter.com/sZXPKssDPS— Flutter (@flutterio) November 29, 2018
November 30, 2018 at 12:11AM
http://twitter.com/flutterio/status/1068281288589602816
#FlutterLive is only five days away! Stay tuned to @Flutterio for a sneak peak at a secret project we're revealing at the event. Here's the first piece to kick things off. Answer Flutter trivia to see the next piece!
First up: what was Flutter's original name? pic.twitter.com/sZXPKssDPS— Flutter (@flutterio) November 29, 2018
November 30, 2018 at 12:11AM
http://twitter.com/flutterio/status/1068281288589602816
Twitter
#flutterlive hashtag on Twitter
14m ago @flutterio tweeted: "See what's new since #FlutterLive! In th.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
Flutter & Continuous Integration | SkillsCast
https://ift.tt/2P8dE1B
November 30, 2018 at 12:50AM by Elixane
https://ift.tt/2Q4UyP6
Flutter & Continuous Integration | SkillsCast
https://ift.tt/2P8dE1B
November 30, 2018 at 12:50AM by Elixane
https://ift.tt/2Q4UyP6
Skillsmatter
Flutter CI | SkillsCast
| 22nd November 2018
| 22nd November 2018
FlutterLDN community cast. Swav Kulinski: Continuous Integration is one of these things which when done right, you can forget about it. CI is the forefront o...
New post on /r/flutterdev subreddit:
Dart for VS Code v2.21.0 released
https://ift.tt/2RoKyge
November 30, 2018 at 04:03AM by Purple_Pizzazz
https://ift.tt/2Q8oeeA
Dart for VS Code v2.21.0 released
https://ift.tt/2RoKyge
November 30, 2018 at 04:03AM by Purple_Pizzazz
https://ift.tt/2Q8oeeA
New post on Flutter Dev Google group:
probleme in trying to position a a button over a stack
i am tryong to positiona button over a stack but when i put the button exactly 50% over my container a part of the button become uncliquable here is my code i hope you can help m fix it Stack( fit: StackFit.passthrough, alignment: FractionalOffset.center, overflow: Overflow.visible,
November 30, 2018 at 11:21AM by kadri.moh...@gmail.com
https://ift.tt/2FO5PPh
probleme in trying to position a a button over a stack
i am tryong to positiona button over a stack but when i put the button exactly 50% over my container a part of the button become uncliquable here is my code i hope you can help m fix it Stack( fit: StackFit.passthrough, alignment: FractionalOffset.center, overflow: Overflow.visible,
November 30, 2018 at 11:21AM by kadri.moh...@gmail.com
https://ift.tt/2FO5PPh
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.