New post on /r/flutterdev subreddit:
Flutter - Search List
https://youtu.be/GPMWMo19xxc
January 15, 2020 at 09:28PM by cmcoffee91
https://ift.tt/3afHih1
Flutter - Search List
https://youtu.be/GPMWMo19xxc
January 15, 2020 at 09:28PM by cmcoffee91
https://ift.tt/3afHih1
YouTube
Flutter - Search List
In this video, I will show you how to add search functionality to a list view. Forgive my yawns lol, I was tired. Flutter text field changes doc: https://flu...
New post on /r/flutterdev subreddit:
Beginner questions, dart, quiz app
Hi everyone. I study computer science, 2nd year. I decided to learn Flutter and make some apps. I know how to program. C, java. Should I learn dart first? I have a idea about trivia quiz app. It will be online. Do I have to learn PHP or something else for that? How can I find questions? How can I store them? Quiz app looks like hard. Should I start with easy apps?
January 15, 2020 at 09:28PM by Gold-Establishment
https://ift.tt/30mD6Ym
Beginner questions, dart, quiz app
Hi everyone. I study computer science, 2nd year. I decided to learn Flutter and make some apps. I know how to program. C, java. Should I learn dart first? I have a idea about trivia quiz app. It will be online. Do I have to learn PHP or something else for that? How can I find questions? How can I store them? Quiz app looks like hard. Should I start with easy apps?
January 15, 2020 at 09:28PM by Gold-Establishment
https://ift.tt/30mD6Ym
reddit
Beginner questions, dart, quiz app
Hi everyone. I study computer science, 2nd year. I decided to learn Flutter and make some apps. I know how to program. C, java. Should I learn...
New post on /r/flutterdev subreddit:
New to flutter
I’m new to coding and I’ve started with flutter and dart. Could anyone recommend any good sites,YouTube pages or tutorials where they show you how to build apps. Thank you
January 15, 2020 at 10:08PM by hussainmm
https://ift.tt/3a9uj0F
New to flutter
I’m new to coding and I’ve started with flutter and dart. Could anyone recommend any good sites,YouTube pages or tutorials where they show you how to build apps. Thank you
January 15, 2020 at 10:08PM by hussainmm
https://ift.tt/3a9uj0F
reddit
New to flutter
A subreddit for Google's crossplatform UI toolkit.
New post on /r/flutterdev subreddit:
Flutter compatibility with Kotlin libraries?
Hi,We have a custom BLE library we use to communicate with an IoT module we are developing. I wrote that library in Kotlin and was thinking about doing a V2 of our app in Flutter but I am unsure if I will be able to use this library or not. What is the current state of BLE in flutter or what is the compatibility with Kotlin libraries at the moment?
January 15, 2020 at 11:05PM by eMperror_
https://ift.tt/3abF3LO
Flutter compatibility with Kotlin libraries?
Hi,We have a custom BLE library we use to communicate with an IoT module we are developing. I wrote that library in Kotlin and was thinking about doing a V2 of our app in Flutter but I am unsure if I will be able to use this library or not. What is the current state of BLE in flutter or what is the compatibility with Kotlin libraries at the moment?
January 15, 2020 at 11:05PM by eMperror_
https://ift.tt/3abF3LO
reddit
Flutter compatibility with Kotlin libraries?
Hi, We have a custom BLE library we use to communicate with an IoT module we are developing. I wrote that library in Kotlin and was thinking...
New post on /r/flutterdev subreddit:
What you recommend for flutter project architecture?
How do you organise your code in order to be more maintainable
January 15, 2020 at 10:51PM by BlueBoxxx
https://ift.tt/2RqTVxw
What you recommend for flutter project architecture?
How do you organise your code in order to be more maintainable
January 15, 2020 at 10:51PM by BlueBoxxx
https://ift.tt/2RqTVxw
reddit
What you recommend for flutter project architecture?
How do you organise your code in order to be more maintainable
New post on Flutter Dev Google group:
Unsuported Android Plugin version: 3.5.3.
I have this bug on visual studio code run Unsuported Android Plugin version: 3.5.3. Exited (sigterm) My dependencies [image: Anotación 2020-01-15 182829.png] Please help
January 16, 2020 at 12:29AM by Wilmer Alzate Roman
https://ift.tt/35WiXtl
Unsuported Android Plugin version: 3.5.3.
I have this bug on visual studio code run Unsuported Android Plugin version: 3.5.3. Exited (sigterm) My dependencies [image: Anotación 2020-01-15 182829.png] Please help
January 16, 2020 at 12:29AM by Wilmer Alzate Roman
https://ift.tt/35WiXtl
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:
AppBar underneath main content - Custom appbar in flutter
https://www.youtube.com/watch?v=1hzPMX0sR2M&feature=share
January 16, 2020 at 02:36AM by prolongservices
https://ift.tt/2u6L7Va
AppBar underneath main content - Custom appbar in flutter
https://www.youtube.com/watch?v=1hzPMX0sR2M&feature=share
January 16, 2020 at 02:36AM by prolongservices
https://ift.tt/2u6L7Va
YouTube
AppBar underneath main content - Custom appbar in flutter
Create custom appbar in flutter and display your appbar underneath the main content. We will make the same in this tutorial, we will use card widget inside o...
New post on Flutter Dev Google group:
AssetNotFoundException/Issue 38102
Using the very latest Dart/Flutter, I'm getting the below when I try to build my web project. I looked at the issue it refers me to (38102) and don't see a solution there. As I found with the discussion there, `flutter doctor` did not help. Do I just have to wait for this to get fixed, or is
January 16, 2020 at 03:46AM by Guyren Howe
https://ift.tt/388dj92
AssetNotFoundException/Issue 38102
Using the very latest Dart/Flutter, I'm getting the below when I try to build my web project. I looked at the issue it refers me to (38102) and don't see a solution there. As I found with the discussion there, `flutter doctor` did not help. Do I just have to wait for this to get fixed, or is
January 16, 2020 at 03:46AM by Guyren Howe
https://ift.tt/388dj92
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:
Building something like the calendar dayview in Flutter
Hello,I am trying to build a daily schedule flutter mobile app. What I envision is something like a calendar day view with time on the left vertical axis (scrollable) and cells that a user can interact with on the horizontal axis. The one main use case is comparing two schedules side-by-side and having the ability to scroll up and down through the comparison. I am not quite sure where to start. I know I may need to utilize a grid view . Any suggestions or help will anyone can give to help me accomplish this will be greatly appreciated
January 16, 2020 at 03:56AM by uneewk80
https://ift.tt/2tdNsxQ
Building something like the calendar dayview in Flutter
Hello,I am trying to build a daily schedule flutter mobile app. What I envision is something like a calendar day view with time on the left vertical axis (scrollable) and cells that a user can interact with on the horizontal axis. The one main use case is comparing two schedules side-by-side and having the ability to scroll up and down through the comparison. I am not quite sure where to start. I know I may need to utilize a grid view . Any suggestions or help will anyone can give to help me accomplish this will be greatly appreciated
January 16, 2020 at 03:56AM by uneewk80
https://ift.tt/2tdNsxQ
reddit
Building something like the calendar dayview in Flutter
Hello, I am trying to build a daily schedule flutter mobile app. What I envision is something like a calendar day view with time on the left...
New post on /r/flutterdev subreddit:
Is it possible to keep code running after app closed ?
I have an app uses location listener when the user get close to some points he will get notification. Can i listener to the user location even after the app closed ?.
January 16, 2020 at 03:54AM by suhaib4x
https://ift.tt/384IL86
Is it possible to keep code running after app closed ?
I have an app uses location listener when the user get close to some points he will get notification. Can i listener to the user location even after the app closed ?.
January 16, 2020 at 03:54AM by suhaib4x
https://ift.tt/384IL86
reddit
Is it possible to keep code running after app closed ?
I have an app uses location listener when the user get close to some points he will get notification. Can i listener to the user location even...
New post on /r/flutterdev subreddit:
How would I emulate an app like google that can give you directions from to a series of destinations?
It seems like maps are a little finicky on flutter right now, what packages would you recommend for something like this? I’ve been looking at some like mapbox or polyline, would those do?
January 16, 2020 at 06:06AM by samthepineapple58
https://ift.tt/2RpNnPq
How would I emulate an app like google that can give you directions from to a series of destinations?
It seems like maps are a little finicky on flutter right now, what packages would you recommend for something like this? I’ve been looking at some like mapbox or polyline, would those do?
January 16, 2020 at 06:06AM by samthepineapple58
https://ift.tt/2RpNnPq
reddit
How would I emulate an app like google that can give you...
It seems like maps are a little finicky on flutter right now, what packages would you recommend for something like this? I’ve been looking at...
New post on /r/flutterdev subreddit:
Help with learning
I was wondering if anyone could give me some pointers on how to learn the language a bit better or concepts. I'm coming from pure Java so the whole layout of the code and conventions is confusing me. I'd appreciate any help. Thanks
January 16, 2020 at 05:36AM by MarkJames2909
https://ift.tt/2Rlxo51
Help with learning
I was wondering if anyone could give me some pointers on how to learn the language a bit better or concepts. I'm coming from pure Java so the whole layout of the code and conventions is confusing me. I'd appreciate any help. Thanks
January 16, 2020 at 05:36AM by MarkJames2909
https://ift.tt/2Rlxo51
reddit
Help with learning
I was wondering if anyone could give me some pointers on how to learn the language a bit better or concepts. I'm coming from pure Java so the...
New post on /r/flutterdev subreddit:
Beginners Guide to Flutter SDK - Create Simple Mobile App with Flutter
This is an awesome article to Start With Flutter:https://www.opencodez.com/how-to-guide/beginners-guide-to-flutter-sdk.htm
January 16, 2020 at 06:56AM by Shilpa_Opencodez
https://ift.tt/38eS1XA
Beginners Guide to Flutter SDK - Create Simple Mobile App with Flutter
This is an awesome article to Start With Flutter:https://www.opencodez.com/how-to-guide/beginners-guide-to-flutter-sdk.htm
January 16, 2020 at 06:56AM by Shilpa_Opencodez
https://ift.tt/38eS1XA
opencodez
Beginners Guide to Flutter SDK - Create Simple Mobile App with Flutter
This guide of Flutter SDK will help you to write your First Mobile App with Flutter. It also explains how to convert a Flutter Mobile App to Flutter Web.
New post on /r/flutterdev subreddit:
Refund issues at Google Play with IAP use
Hello,I am facing an issue with my app, where I have noticed a weird scenario. Each of the IAP purchase non-consumable is automatically refunded after exactly 3 days and 10 minutes. Without any reason mentioned in the status. Google Play only.In addition, which I have observed refunded purchases are still being returned by the store as normal purchases. This leads to abuse, for using premium features for free.Is somebody else facing the similar problem? Maybe my implementation is somehow wrong.I am using in_app_purchase package.
January 16, 2020 at 06:23AM by phatnuke
https://ift.tt/2RjcSC0
Refund issues at Google Play with IAP use
Hello,I am facing an issue with my app, where I have noticed a weird scenario. Each of the IAP purchase non-consumable is automatically refunded after exactly 3 days and 10 minutes. Without any reason mentioned in the status. Google Play only.In addition, which I have observed refunded purchases are still being returned by the store as normal purchases. This leads to abuse, for using premium features for free.Is somebody else facing the similar problem? Maybe my implementation is somehow wrong.I am using in_app_purchase package.
January 16, 2020 at 06:23AM by phatnuke
https://ift.tt/2RjcSC0
reddit
Refund issues at Google Play with IAP use
A subreddit for Google's crossplatform UI toolkit.
New post on Flutter Dev Google group:
Errortext property of InputDecorator causes padding
I have two text inputs in the same row (refer to images), when the errortext property of the inputdecorator is shown it causes the text field to get padding somehow and pop out of place, even the label moves its position. I have read a few posts on this issue and have tried their recommendations
January 16, 2020 at 07:35AM by Mr harilall
https://ift.tt/3acIAtj
Errortext property of InputDecorator causes padding
I have two text inputs in the same row (refer to images), when the errortext property of the inputdecorator is shown it causes the text field to get padding somehow and pop out of place, even the label moves its position. I have read a few posts on this issue and have tried their recommendations
January 16, 2020 at 07:35AM by Mr harilall
https://ift.tt/3acIAtj
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 Design Patterns: An overview of the Memento design pattern and its implementation in Dart and Flutter
https://ift.tt/2u3s5iN
January 16, 2020 at 08:11AM by mkobuolys
https://ift.tt/2tlZgOt
Flutter Design Patterns: An overview of the Memento design pattern and its implementation in Dart and Flutter
https://ift.tt/2u3s5iN
January 16, 2020 at 08:11AM by mkobuolys
https://ift.tt/2tlZgOt
Medium
Flutter Design Patterns: 13 — Memento
An overview of the Memento design pattern and its implementation in Dart and Flutter
New post on /r/flutterdev subreddit:
Flutter Clean Login Screen UI / Speed Code
https://www.youtube.com/watch?v=1C6d8Daadp8
January 16, 2020 at 08:39AM by Heisenlife
https://ift.tt/3adToaD
Flutter Clean Login Screen UI / Speed Code
https://www.youtube.com/watch?v=1C6d8Daadp8
January 16, 2020 at 08:39AM by Heisenlife
https://ift.tt/3adToaD
YouTube
CLEAN LOGIN UI • SPEED CODE
📱 Flutter App Templates • https://mitchkoko.app/
💌 Sponsor this channel / Partnership • https://forms.gle/Kx5gyM2bCKn192bY7
👨🏽💻 Flutter Consultation Call ( Freelance / Tutoring ) • https://mitchkoko.gumroad.com/l/CallWithMitch
~ ;
code: https://github…
💌 Sponsor this channel / Partnership • https://forms.gle/Kx5gyM2bCKn192bY7
👨🏽💻 Flutter Consultation Call ( Freelance / Tutoring ) • https://mitchkoko.gumroad.com/l/CallWithMitch
~ ;
code: https://github…
New post on /r/flutterdev subreddit:
Save your time and learn about a Flutter Widget in 5 mins or less with this medium series.
Hey everyoneI am back with another article in my series called "Flutter widget guide" where I cover a Flutter widget in 5 mins or less. My main aim here is to give you a gist of a Widget and let you explore it further in your own projects.Each article begins by introducing a problem statement, then we get to the widget and it's implementation. A code snippet along with a visual representaion of the widget in action is also provided to help you understand better.Let me know if you have any suggestions or feedback of any kind :)Link to the lastest article.Click here to visit my Medium profile.Hope you find this helpful, have a great day ahead :)
January 16, 2020 at 09:32AM by annshsingh
https://ift.tt/2TrprOf
Save your time and learn about a Flutter Widget in 5 mins or less with this medium series.
Hey everyoneI am back with another article in my series called "Flutter widget guide" where I cover a Flutter widget in 5 mins or less. My main aim here is to give you a gist of a Widget and let you explore it further in your own projects.Each article begins by introducing a problem statement, then we get to the widget and it's implementation. A code snippet along with a visual representaion of the widget in action is also provided to help you understand better.Let me know if you have any suggestions or feedback of any kind :)Link to the lastest article.Click here to visit my Medium profile.Hope you find this helpful, have a great day ahead :)
January 16, 2020 at 09:32AM by annshsingh
https://ift.tt/2TrprOf
Medium
Flutter Widget Guide — StreamBuilder Widget in 5 mins or less.
This is Part 15 in the series where I’ll cover all the Flutter widgets that are in this YouTube playlist. I have created my own widget…
New post on Flutter Dev Google group:
Flutter Feb Survey
Dear Flutter Enthusiasts, Can you please Fill up the Survey form? An exciting course is expecting you. So please fill up the survey form asap. We want to see How People are doing on Flutter. So please fill-up the Survey form. https://ift.tt/38cZ9ni Regards, Atri
January 16, 2020 at 10:47AM by Atri Das
https://ift.tt/2FYcNyc
Flutter Feb Survey
Dear Flutter Enthusiasts, Can you please Fill up the Survey form? An exciting course is expecting you. So please fill up the survey form asap. We want to see How People are doing on Flutter. So please fill-up the Survey form. https://ift.tt/38cZ9ni Regards, Atri
January 16, 2020 at 10:47AM by Atri Das
https://ift.tt/2FYcNyc
Google Docs
[CT-Learning] FlutterFeb v2 Survey
7 days, 40 + 48 hours of INTENSE Flutter Training. Laser sharp focus on products
New post on /r/flutterdev subreddit:
Flutter Widget In Focus — Chip (Know It All)
https://ift.tt/2FUN2PG
January 16, 2020 at 10:13AM by jayjonas1996
https://ift.tt/35Tq3id
Flutter Widget In Focus — Chip (Know It All)
https://ift.tt/2FUN2PG
January 16, 2020 at 10:13AM by jayjonas1996
https://ift.tt/35Tq3id
AuBlog
Flutter Widget In Focus — Chip (Know It All) | AuBlog
Photo by DDP on Unsplash Exploring Chip, A small Flutter widget to show relevant information accurately We all use the Gmail app in our day to day life and you might have observed this while composing email… Gmail App from Google...Continue reading
New post on /r/flutterdev subreddit:
How to establish and play with real-time data in flutter?
/r/Flutter/comments/eph4ct/how_to_establish_and_play_with_realtime_data_in/
January 16, 2020 at 10:46AM by ronlobo12
https://ift.tt/3897mZu
How to establish and play with real-time data in flutter?
/r/Flutter/comments/eph4ct/how_to_establish_and_play_with_realtime_data_in/
January 16, 2020 at 10:46AM by ronlobo12
https://ift.tt/3897mZu
reddit
How to establish and play with real-time data in flutter?
Posted in r/FlutterDev by u/ronlobo12 • 1 point and 0 comments