New post on Flutter Dev Google group:
Problem with notifications not showing icon
Hi, Someone know why I'm not showing icon on notifications? I only see a white square Thanks.
October 14, 2019 at 05:43PM by Daniel Reuven
https://ift.tt/2OSXWuZ
Problem with notifications not showing icon
Hi, Someone know why I'm not showing icon on notifications? I only see a white square Thanks.
October 14, 2019 at 05:43PM by Daniel Reuven
https://ift.tt/2OSXWuZ
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:
Ellamvil
Our First Flutter Application Live On Apple Store & Play Store.Apple Store LinkPlay Store Link#Apps Lanka #Ellamvil
October 14, 2019 at 05:41PM by Mathulan
https://ift.tt/2nOEp3E
Ellamvil
Our First Flutter Application Live On Apple Store & Play Store.Apple Store LinkPlay Store Link#Apps Lanka #Ellamvil
October 14, 2019 at 05:41PM by Mathulan
https://ift.tt/2nOEp3E
App Store
Ellamvil
The official application for Ellamvil.com
**100% FREE** to register and sale your extra items. Or even can sell new products in more than
16+ categories.
Specially focused on Sri Lankan customers.
## Four Simple Steps to register and sell your goods.…
**100% FREE** to register and sale your extra items. Or even can sell new products in more than
16+ categories.
Specially focused on Sri Lankan customers.
## Four Simple Steps to register and sell your goods.…
New post on Flutter Dev Google group:
Google signin problem
Iam doing my college project i did many efforts to solve google signin problem but iam unable to solve i have to add feature into it so kindly provide me the code of google signin i already setup the firebase and the its plugin all the stuff so plz guys help me Plz share the google signin code
October 14, 2019 at 06:43PM by Mohd Arshad
https://ift.tt/31iGF0t
Google signin problem
Iam doing my college project i did many efforts to solve google signin problem but iam unable to solve i have to add feature into it so kindly provide me the code of google signin i already setup the firebase and the its plugin all the stuff so plz guys help me Plz share the google signin code
October 14, 2019 at 06:43PM by Mohd Arshad
https://ift.tt/31iGF0t
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:
Time.dart
https://ift.tt/2IQAGcY
October 14, 2019 at 07:22PM by jogboms
https://ift.tt/2IRxvll
Time.dart
https://ift.tt/2IQAGcY
October 14, 2019 at 07:22PM by jogboms
https://ift.tt/2IRxvll
GitHub
jogboms/time.dart
⏰ Type-safe DateTime and Duration calculations, powered by extensions. - jogboms/time.dart
New post on /r/flutterdev subreddit:
Is there a way to match users based on their location?
Essentially I am hoping to have the app register the location of user A who is actively using the app. Then register the location of user B who is also active and then match them if they are within a 20 mile radius.
October 14, 2019 at 08:06PM by DumbNeurosurgeon
https://ift.tt/33zQXLd
Is there a way to match users based on their location?
Essentially I am hoping to have the app register the location of user A who is actively using the app. Then register the location of user B who is also active and then match them if they are within a 20 mile radius.
October 14, 2019 at 08:06PM by DumbNeurosurgeon
https://ift.tt/33zQXLd
reddit
Is there a way to match users based on their location?
Essentially I am hoping to have the app register the location of user A who is actively using the app. Then register the location of user B who is...
New post on /r/flutterdev subreddit:
Question about ExpansionPanelList Widget in flutter
Hi all,I am building an application where I need to use something like an expansion panel list/radio widget. My functionality is as followsLogin and arrive on a pageThe page contains list of credit card information downloaded from server and each card is labelled by the card's name(Ex: BANK ONE Credit card, Bank Two Credit Card etc)when we click on card the list expands and shows user the card data and and an edit button appears on the header of panel, with which can edit the card information such as address.we can save the information by pressing cancel/save buttons present in the editable widget.My question is ListView in flutter contains a builder constructor with which we can build dynamic lists and reduce memory consumption. However after going through ExpansionPanelList documentation, I do not see anything about building dynamic content. So should I create a custom widget and pass it in a listview.builder method or expansion panel List is optimized to handle large lists?I appreciate any kind of feedback, thanks!
October 14, 2019 at 08:05PM by _flutter_apprentice_
https://ift.tt/35zBw7O
Question about ExpansionPanelList Widget in flutter
Hi all,I am building an application where I need to use something like an expansion panel list/radio widget. My functionality is as followsLogin and arrive on a pageThe page contains list of credit card information downloaded from server and each card is labelled by the card's name(Ex: BANK ONE Credit card, Bank Two Credit Card etc)when we click on card the list expands and shows user the card data and and an edit button appears on the header of panel, with which can edit the card information such as address.we can save the information by pressing cancel/save buttons present in the editable widget.My question is ListView in flutter contains a builder constructor with which we can build dynamic lists and reduce memory consumption. However after going through ExpansionPanelList documentation, I do not see anything about building dynamic content. So should I create a custom widget and pass it in a listview.builder method or expansion panel List is optimized to handle large lists?I appreciate any kind of feedback, thanks!
October 14, 2019 at 08:05PM by _flutter_apprentice_
https://ift.tt/35zBw7O
reddit
Question about ExpansionPanelList Widget in flutter
Hi all, I am building an application where I need to use something like an expansion panel list/radio widget. My functionality is as follows ...
New post on /r/flutterdev subreddit:
Using Admob in Flutter?
Hi. I just started learning Flutter yesterday and I find it pretty interesting. This is coming from a Swift iOS developer. I had a question on how to implement ads in an app and I saw AdMob online. My AdMob account was terminated for some reason so I was wondering if there are any other ads services for Flutter?
October 14, 2019 at 08:01PM by Michael12390
https://ift.tt/2IRPAj8
Using Admob in Flutter?
Hi. I just started learning Flutter yesterday and I find it pretty interesting. This is coming from a Swift iOS developer. I had a question on how to implement ads in an app and I saw AdMob online. My AdMob account was terminated for some reason so I was wondering if there are any other ads services for Flutter?
October 14, 2019 at 08:01PM by Michael12390
https://ift.tt/2IRPAj8
reddit
Using Admob in Flutter?
Hi. I just started learning Flutter yesterday and I find it pretty interesting. This is coming from a Swift iOS developer. I had a question on how...
New post on Flutter Dev Google group:
Creating Two Columns in ListView.builder()
I am using ListView.builder to display results in my app, which is optimized for phones. Currently I'm trying to optimize for tablet views. My designer wants to create a "grid view" for the results. Basically there would be two columns. The results would alternate between the columns. I'm not
October 14, 2019 at 08:36PM by Matthew Jones
https://ift.tt/32g1R8L
Creating Two Columns in ListView.builder()
I am using ListView.builder to display results in my app, which is optimized for phones. Currently I'm trying to optimize for tablet views. My designer wants to create a "grid view" for the results. Basically there would be two columns. The results would alternate between the columns. I'm not
October 14, 2019 at 08:36PM by Matthew Jones
https://ift.tt/32g1R8L
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:
call recorder in flutter
Hello Team, I just started using Flutter and I urgently have a project that requires recording calls when picked by the user. Is this possible with flutter?
October 14, 2019 at 09:56PM by Seyi Falaiye
https://ift.tt/2MJG17d
call recorder in flutter
Hello Team, I just started using Flutter and I urgently have a project that requires recording calls when picked by the user. Is this possible with flutter?
October 14, 2019 at 09:56PM by Seyi Falaiye
https://ift.tt/2MJG17d
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:
Finding people/projects to collaborate with/in
Hello everyone, I have been using flutter for a good eight to ten months now and I must say I really enjoy it. Over this time I have worked on some actual projects that are now living the life of 'live apps'. But I am now looking to get more experience in the software developement world and I believe the best option for this is to work in collaboration with other people.Unfortunately I am quite young and do not have anyone intrested in this kind of stuff in my circle of friends.So I wondered if any of you knows of a platform where I could find people looking for other developpers to help them on small to medium sized projects as this would allow me to contact and connect with some people.
October 14, 2019 at 09:14PM by tGautot
https://ift.tt/2qfWuIL
Finding people/projects to collaborate with/in
Hello everyone, I have been using flutter for a good eight to ten months now and I must say I really enjoy it. Over this time I have worked on some actual projects that are now living the life of 'live apps'. But I am now looking to get more experience in the software developement world and I believe the best option for this is to work in collaboration with other people.Unfortunately I am quite young and do not have anyone intrested in this kind of stuff in my circle of friends.So I wondered if any of you knows of a platform where I could find people looking for other developpers to help them on small to medium sized projects as this would allow me to contact and connect with some people.
October 14, 2019 at 09:14PM by tGautot
https://ift.tt/2qfWuIL
reddit
Finding people/projects to collaborate with/in
Hello everyone, I have been using flutter for a good eight to ten months now and I must say I really enjoy it. Over this time I have worked on...
New post on /r/flutterdev subreddit:
Auto-install google fonts to your flutter project
https://ift.tt/2IPPbhg
October 14, 2019 at 08:53PM by bregymr
https://ift.tt/2oKCmhg
Auto-install google fonts to your flutter project
https://ift.tt/2IPPbhg
October 14, 2019 at 08:53PM by bregymr
https://ift.tt/2oKCmhg
GitHub
antoniott15/fgf
CLI for google fonts installation in flutter. Contribute to antoniott15/fgf development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
D/skia ( 5106): Shader compilation error
I've created a simple Flutter 1.9.1+hotfix.4 application using Android Studio 3.5.1. After adding successfully a new virtual device (Nexus 6) and tried to run my app, I got this error: D/skia ( 5106): Shader compilation errorAny idea on how to resolve this issue? Tank you
October 14, 2019 at 08:46PM by archavin
https://ift.tt/33v3kbt
D/skia ( 5106): Shader compilation error
I've created a simple Flutter 1.9.1+hotfix.4 application using Android Studio 3.5.1. After adding successfully a new virtual device (Nexus 6) and tried to run my app, I got this error: D/skia ( 5106): Shader compilation errorAny idea on how to resolve this issue? Tank you
October 14, 2019 at 08:46PM by archavin
https://ift.tt/33v3kbt
reddit
D/skia ( 5106): Shader compilation error
I've created a simple Flutter 1.9.1+hotfix.4 application using Android Studio 3.5.1. After adding successfully a new virtual device (Nexus 6) and...
New post on /r/flutterdev subreddit:
Animating Apps With Flutter — Smashing Magazine
https://ift.tt/2IMOCVo
October 14, 2019 at 03:37PM by Sheeple9001
https://ift.tt/2pkLM35
Animating Apps With Flutter — Smashing Magazine
https://ift.tt/2IMOCVo
October 14, 2019 at 03:37PM by Sheeple9001
https://ift.tt/2pkLM35
Smashing Magazine
Animating Apps With Flutter — Smashing Magazine
Flutter provides great animation support for cross-platform apps. This article explores the new unconventional and an easier way to add animations to apps.
New post on Flutter Dev Google group:
sign in with google and application goes closed automatically
dear all iam a developing a college mini project i made a project where i add google signin feature and calling it on pressed of a button but my applicaton goes off plz solve my problem thank you so much [image: C1apture.PNG]
October 15, 2019 at 02:31AM by Mohd Arshad
https://ift.tt/2B8AFgt
sign in with google and application goes closed automatically
dear all iam a developing a college mini project i made a project where i add google signin feature and calling it on pressed of a button but my applicaton goes off plz solve my problem thank you so much [image: C1apture.PNG]
October 15, 2019 at 02:31AM by Mohd Arshad
https://ift.tt/2B8AFgt
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:
Problem with pagination (SilverList + ListView.builder)
Hi guys, I am facing some issue with the silver list + ListView.builder. The idea is to build the list view as SilverList as it is needed for the SilverStickyHeader. When the user scrolls to the end (position), the next page of the list will be loaded. somehow this kind of code works without
October 15, 2019 at 07:30AM by Zhe Xiao
https://ift.tt/2BanLyf
Problem with pagination (SilverList + ListView.builder)
Hi guys, I am facing some issue with the silver list + ListView.builder. The idea is to build the list view as SilverList as it is needed for the SilverStickyHeader. When the user scrolls to the end (position), the next page of the list will be loaded. somehow this kind of code works without
October 15, 2019 at 07:30AM by Zhe Xiao
https://ift.tt/2BanLyf
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:
About Flutter meetup suggestion at Bangalore, India
Hey everyone Flutter is taking over in development, So are love to build an app on Flutter or would like to give a try with Flutter and have an idea then let us know in comment section so we can arrange one meetup and our dev team will publish a public open-source code on GitHub and as well as on our website at https://www.ionicfirebaseapp.com/products/category/FreeSo you can go ahead with easy development with Flutter.#flutter #flutterdev #fluttermeetup #meetup
October 15, 2019 at 11:23AM by ionicfirebaseapp
https://ift.tt/33pumkG
About Flutter meetup suggestion at Bangalore, India
Hey everyone Flutter is taking over in development, So are love to build an app on Flutter or would like to give a try with Flutter and have an idea then let us know in comment section so we can arrange one meetup and our dev team will publish a public open-source code on GitHub and as well as on our website at https://www.ionicfirebaseapp.com/products/category/FreeSo you can go ahead with easy development with Flutter.#flutter #flutterdev #fluttermeetup #meetup
October 15, 2019 at 11:23AM by ionicfirebaseapp
https://ift.tt/33pumkG
ionicfirebaseapp Market
Restaurant webapp with Firebase
Ionic Firebase App: You will get Ionic 3 & 4 firebase Web and Mobile Apps that using Ionic Framework, Firebase, Cloud Firestore as a database and Cloud Storage as image storage. Free ionic firebase starter mobile app & software development included!
New post on Flutter Dev Google group:
plugin dependency only for specific platform?
Hey, is it possible to include a dependency only for a sepcific platform? I am developing a cross-plattform app fro macOS and iOS and are using the shared_preferences plugin. in pubspec.yaml I added this: shared_preferences: ^0.5.3+4 shared_preferences_fde: path: ../../flutter-desk
October 15, 2019 at 12:22PM by Thomas Verbeek
https://ift.tt/2VGJh7t
plugin dependency only for specific platform?
Hey, is it possible to include a dependency only for a sepcific platform? I am developing a cross-plattform app fro macOS and iOS and are using the shared_preferences plugin. in pubspec.yaml I added this: shared_preferences: ^0.5.3+4 shared_preferences_fde: path: ../../flutter-desk
October 15, 2019 at 12:22PM by Thomas Verbeek
https://ift.tt/2VGJh7t
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:
Hybrid App
Hi, I am going to be creating an app for my final year project and I plan on using flutter with a firestore database behind it. It will be a recipe app. I have not decieded whether I will develop it for both Android and/or iOS. I just wanted to know whether hybrid development is time consuming or too difficult? I don't want to have it in my project plan and then struggle to implement it and get marked down.Thanks for any advice or guidance looking forward to creating my first flutter app!
October 15, 2019 at 01:18PM by fmcd97
https://ift.tt/35CExV1
Hybrid App
Hi, I am going to be creating an app for my final year project and I plan on using flutter with a firestore database behind it. It will be a recipe app. I have not decieded whether I will develop it for both Android and/or iOS. I just wanted to know whether hybrid development is time consuming or too difficult? I don't want to have it in my project plan and then struggle to implement it and get marked down.Thanks for any advice or guidance looking forward to creating my first flutter app!
October 15, 2019 at 01:18PM by fmcd97
https://ift.tt/35CExV1
reddit
Hybrid App
Hi, I am going to be creating an app for my final year project and I plan on using flutter with a firestore database behind it. It will be a...
New post on /r/flutterdev subreddit:
Any gRPC with Flutter tutorials?
I read some articles but couldn't get grpc to work. Any tutorials that you recommend ?
October 15, 2019 at 03:47PM by bimsina
https://ift.tt/2MggDXI
Any gRPC with Flutter tutorials?
I read some articles but couldn't get grpc to work. Any tutorials that you recommend ?
October 15, 2019 at 03:47PM by bimsina
https://ift.tt/2MggDXI
reddit
Any gRPC with Flutter tutorials?
I read some articles but couldn't get grpc to work. Any tutorials that you recommend ?
New post on /r/flutterdev subreddit:
Increase and decrease the font size of user input (TextField)
Hello guys, I am trying to code an app, in which a TextField has a set size, given by a SizedBox around it. As the user types, the text should shrink form the initial font size to whatever size is necessary to fit in the box, so that everything typed is visible, without having to scroll.I have been trying for a while, with no success. I am fairly new to Flutter/Dart so any help would be appreciated. I would also settle for two buttons that increase/decrease the text font size typed in the TextField, so the user does that manually.I have looked into the auto_text_size package, but if you think this could work, please provide a full example because I tried it but every example of this package I could find cannot be use with user input text.Can anyone help me?
October 15, 2019 at 03:16PM by JustyDonutd
https://ift.tt/2MeIUh8
Increase and decrease the font size of user input (TextField)
Hello guys, I am trying to code an app, in which a TextField has a set size, given by a SizedBox around it. As the user types, the text should shrink form the initial font size to whatever size is necessary to fit in the box, so that everything typed is visible, without having to scroll.I have been trying for a while, with no success. I am fairly new to Flutter/Dart so any help would be appreciated. I would also settle for two buttons that increase/decrease the text font size typed in the TextField, so the user does that manually.I have looked into the auto_text_size package, but if you think this could work, please provide a full example because I tried it but every example of this package I could find cannot be use with user input text.Can anyone help me?
October 15, 2019 at 03:16PM by JustyDonutd
https://ift.tt/2MeIUh8
reddit
Increase and decrease the font size of user input (TextField)
Hello guys, I am trying to code an app, in which a TextField has a set size, given by a SizedBox around it. As the user types, the text should...
New post on /r/flutterdev subreddit:
A Flutter package implements a convex BottomAppBar
https://ift.tt/2VI2buy
October 15, 2019 at 05:26PM by heshanfu
https://ift.tt/2pkRIJs
A Flutter package implements a convex BottomAppBar
https://ift.tt/2VI2buy
October 15, 2019 at 05:26PM by heshanfu
https://ift.tt/2pkRIJs
Flutter Awesome
A Flutter package implements a convex BottomAppBar
This package extends the official BottomAppBar to display a convex tab, example can be preview as bellow.