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
New post on /r/flutterdev subreddit:
My first flutter app gains 100 downloads, I am so happy !
Check it here : https://play.google.com/store/apps/details?id=com.renesanse.cleannewsaiAlso GitHub : https://github.com/Renesanse/popular_news
March 09, 2019 at 09:39PM by renesanse
https://ift.tt/2NRsSsO
My first flutter app gains 100 downloads, I am so happy !
Check it here : https://play.google.com/store/apps/details?id=com.renesanse.cleannewsaiAlso GitHub : https://github.com/Renesanse/popular_news
March 09, 2019 at 09:39PM by renesanse
https://ift.tt/2NRsSsO
Google Play
Flutter News - Apps on Google Play
Read and save news from thousands of news sources
https://github.com/Renesanse/popular_news
https://github.com/Renesanse/popular_news
New post on /r/flutterdev subreddit:
foldable phone?
are we going to be able to get a mediaquery request if a user has a foldable phone
March 09, 2019 at 09:15PM by alaricat
https://ift.tt/2F0R61a
foldable phone?
are we going to be able to get a mediaquery request if a user has a foldable phone
March 09, 2019 at 09:15PM by alaricat
https://ift.tt/2F0R61a
reddit
r/FlutterDev - foldable phone?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
HumbleMe, a social network for self-improvement made with Flutter, Redux, and Firebase
https://i.redd.it/2pjuleiup5l21.pngI'm releasing today a project I worked on last year called HumbleMe. The goal was to create a unique social network where the basis of interaction was honesty and transparency. This would be accomplished by having users fill out fun, simple surveys about one another which could help them see how they were showing up in the world. Coupled with user input regarding what traits they valued in other people, the app could provide a "score" of roughly how well a person was meeting the world's expectations of them.Anyway, the group I was working on the project with fell apart so I wanted to share the source code for what we had accomplished. It uses Redux to manage state and couples with a Firebase backend to perform database queries, user functions, photo storage, etc. There is also a bit of platform-specific code to handle real-time permissions. The architecture is based off the firestore_redux pattern by Brian Egan. All in all, it was a fun experiment to explore everything that Flutter was capable of.At the time I wrote the code, everything compiled and all the packages I used were the latest. But because it's been a while, it may take a big of finagling to get the packages up-to-date and working. Normally, I wouldn't want to release an unpolished repo, but I don't have access to a personal computer at the moment and I'm not sure when I will. I hope you can have fun exploring the code and playing with the app!Screenshots: Login Screen, Profile Screen, Quiz ScreenRepo: https://github.com/dnys1/humbleme-archiveGoogle Play: https://play.google.com/apps/testing/com.humbleme.humblemeandroidI'd be happy to field any questions you have about the repo or how the code works, and will try to answer them to the best of my ability.
March 09, 2019 at 10:08PM by destinyprovider
https://ift.tt/2TJoGR8
HumbleMe, a social network for self-improvement made with Flutter, Redux, and Firebase
https://i.redd.it/2pjuleiup5l21.pngI'm releasing today a project I worked on last year called HumbleMe. The goal was to create a unique social network where the basis of interaction was honesty and transparency. This would be accomplished by having users fill out fun, simple surveys about one another which could help them see how they were showing up in the world. Coupled with user input regarding what traits they valued in other people, the app could provide a "score" of roughly how well a person was meeting the world's expectations of them.Anyway, the group I was working on the project with fell apart so I wanted to share the source code for what we had accomplished. It uses Redux to manage state and couples with a Firebase backend to perform database queries, user functions, photo storage, etc. There is also a bit of platform-specific code to handle real-time permissions. The architecture is based off the firestore_redux pattern by Brian Egan. All in all, it was a fun experiment to explore everything that Flutter was capable of.At the time I wrote the code, everything compiled and all the packages I used were the latest. But because it's been a while, it may take a big of finagling to get the packages up-to-date and working. Normally, I wouldn't want to release an unpolished repo, but I don't have access to a personal computer at the moment and I'm not sure when I will. I hope you can have fun exploring the code and playing with the app!Screenshots: Login Screen, Profile Screen, Quiz ScreenRepo: https://github.com/dnys1/humbleme-archiveGoogle Play: https://play.google.com/apps/testing/com.humbleme.humblemeandroidI'd be happy to field any questions you have about the repo or how the code works, and will try to answer them to the best of my ability.
March 09, 2019 at 10:08PM by destinyprovider
https://ift.tt/2TJoGR8
New post on /r/flutterdev subreddit:
What should i look into to build an animation like this?
https://ift.tt/2SU6xvy
March 10, 2019 at 12:40AM by livinglist
https://ift.tt/2XPSg6I
What should i look into to build an animation like this?
https://ift.tt/2SU6xvy
March 10, 2019 at 12:40AM by livinglist
https://ift.tt/2XPSg6I
reddit
r/FlutterDev - What should i look into to build an animation like this?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter Tutorial - Flutter Gesture Detector
Flutter Tutorial - Flutter Gesture DetectorIn this video, you will see how to use Gesture Detector and achieve swiping of the card either left or right. Also, I will show you how to make the card appear stacked one above the other.
https://www.youtube.com/watch?v=yvF0tsdSIG4
March 10, 2019 at 06:15AM by whatsupcoders
https://ift.tt/2tYnQld
Flutter Tutorial - Flutter Gesture Detector
Flutter Tutorial - Flutter Gesture DetectorIn this video, you will see how to use Gesture Detector and achieve swiping of the card either left or right. Also, I will show you how to make the card appear stacked one above the other.
https://www.youtube.com/watch?v=yvF0tsdSIG4
March 10, 2019 at 06:15AM by whatsupcoders
https://ift.tt/2tYnQld
YouTube
Flutter Tutorial - Flutter Gesture Detector
Flutter Tutorial - Flutter Gesture Detector In this video, I will show you how to use Gesture Detector and achieve swiping of the card either left or right. ...
New post on Flutter Dev Google group:
Need flutter developer
Hi Guys, I want to build mobile app in flutter and currently I need 2 developers who can work with me. After 2 months 3-4 developers will be require on same project. Developer should have at least 6 months of experience & enough knowledge about flutter. Requirement & other things will be shared
March 10, 2019 at 10:05AM by PRAVIN MARATHE
https://ift.tt/2TLmzN3
Need flutter developer
Hi Guys, I want to build mobile app in flutter and currently I need 2 developers who can work with me. After 2 months 3-4 developers will be require on same project. Developer should have at least 6 months of experience & enough knowledge about flutter. Requirement & other things will be shared
March 10, 2019 at 10:05AM by PRAVIN MARATHE
https://ift.tt/2TLmzN3
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:
help me i cant run project
i install every thing in flutter but i can not run project file i got this error my gradle file not missing any code can help me
March 10, 2019 at 10:55AM by Black Demon
https://ift.tt/2UskLFv
help me i cant run project
i install every thing in flutter but i can not run project file i got this error my gradle file not missing any code can help me
March 10, 2019 at 10:55AM by Black Demon
https://ift.tt/2UskLFv
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:
Is there any possibility that in the future Apple will make the Flutter iOS development less effective for native development stack protection?
I read this https://medium.com/@steve.yegge/who-will-steal-android-from-google-af3622b6252e i guess Apple has every right to protect their ecosystem.Either Google investigated this moment and by some reasons has confidence.Either Flutter is created mainly for the Fuchsia and Flutter iOS part is considered as a nice2have feature.
March 10, 2019 at 10:29AM by solramath
https://ift.tt/2HprYTc
Is there any possibility that in the future Apple will make the Flutter iOS development less effective for native development stack protection?
I read this https://medium.com/@steve.yegge/who-will-steal-android-from-google-af3622b6252e i guess Apple has every right to protect their ecosystem.Either Google investigated this moment and by some reasons has confidence.Either Flutter is created mainly for the Fuchsia and Flutter iOS part is considered as a nice2have feature.
March 10, 2019 at 10:29AM by solramath
https://ift.tt/2HprYTc
Medium
Who will steal Android from Google?
Disclaimers: These are my own personal opinions. A lot of them are probably wrong. I do not speak for my employer (Grab!). Take all this…
New post on /r/flutterdev subreddit:
Asymmetric Key Generation in Flutter
https://ift.tt/2u87EOx
March 10, 2019 at 12:15PM by Vanethos
https://ift.tt/2VQViGd
Asymmetric Key Generation in Flutter
https://ift.tt/2u87EOx
March 10, 2019 at 12:15PM by Vanethos
https://ift.tt/2VQViGd
Medium
Asymmetric Key Generation in Flutter
Exploring how to create and use Asymmetric Keys in Flutter using PointyCastle.
New post on /r/flutterdev subreddit:
My new flutter app - Dad Jokes Duel!
I just released my first app that I made with flutter (and first app that I made in my life, too). It's a simple party game with bad jokes, but UI have some nice animations with Lottie and well... it works! Also maybe you would find promo video funny, who knows. Thanks for help too - I got some support in here and it would be way harder without it.https://www.youtube.com/watch?v=HOyvXSYSjsQhttp://dadjokesduel.com/https://play.google.com/store/apps/details?id=com.theedo.dadjokesduel&pageId=none
March 10, 2019 at 01:46PM by nieistniejacy
https://ift.tt/2tZXTSr
My new flutter app - Dad Jokes Duel!
I just released my first app that I made with flutter (and first app that I made in my life, too). It's a simple party game with bad jokes, but UI have some nice animations with Lottie and well... it works! Also maybe you would find promo video funny, who knows. Thanks for help too - I got some support in here and it would be way harder without it.https://www.youtube.com/watch?v=HOyvXSYSjsQhttp://dadjokesduel.com/https://play.google.com/store/apps/details?id=com.theedo.dadjokesduel&pageId=none
March 10, 2019 at 01:46PM by nieistniejacy
https://ift.tt/2tZXTSr
YouTube
Dad Jokes Duel
Where bad jokes are the best and losers are always smiling! dadjokesduel.com
New post on Flutter Dev Google group:
Backdrop with rotating image
I am new to flutter animations and am looking for some advice. In my application I have a backdrop widget. The front panel can be dragged up and down. I would like the front panel to have an image of an arrow, as the panel is dragged up I would like the arrow to rotate 180 degrees. As the panel
March 10, 2019 at 03:23PM by Ian Evans
https://ift.tt/2HnWg8V
Backdrop with rotating image
I am new to flutter animations and am looking for some advice. In my application I have a backdrop widget. The front panel can be dragged up and down. I would like the front panel to have an image of an arrow, as the panel is dragged up I would like the arrow to rotate 180 degrees. As the panel
March 10, 2019 at 03:23PM by Ian Evans
https://ift.tt/2HnWg8V
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.