New post on /r/flutterdev subreddit:
Deep dive into Custom Canvas Drawing and Render Objects
https://ift.tt/2S2KdkV
January 30, 2020 at 12:18PM by qsername
https://ift.tt/36GLYcO
Deep dive into Custom Canvas Drawing and Render Objects
https://ift.tt/2S2KdkV
January 30, 2020 at 12:18PM by qsername
https://ift.tt/36GLYcO
Medium
Drawing Every Line Pixel-perfectly with Custom Render Objects — Pure #FlutterClock face
Everything is painted purely with Flutter’s Canvas and render objects: no assets, no packages, and no prebuilt widgets were used.
New post on /r/flutterdev subreddit:
How do I improve my ADs targeting by using/sending user-related data
Our ADs don't perform that well so we want to target the audience by sending information about the users who subscribed to our service, inside of our mobile APP.What endpoint should be used to send the data? I mean how to configure it inside of ADs manage?Not sure what data exactly needs to be sent to API. How does FB identify the user so it can extract all it needs from the DB to understand the audience and narrow it down even better? Via email?I would appreciate detailed steps/links on how to do it, if possible.
Thanks!
January 30, 2020 at 02:03PM by vardan_sngular
https://ift.tt/2O9qOh8
How do I improve my ADs targeting by using/sending user-related data
Our ADs don't perform that well so we want to target the audience by sending information about the users who subscribed to our service, inside of our mobile APP.What endpoint should be used to send the data? I mean how to configure it inside of ADs manage?Not sure what data exactly needs to be sent to API. How does FB identify the user so it can extract all it needs from the DB to understand the audience and narrow it down even better? Via email?I would appreciate detailed steps/links on how to do it, if possible.
Thanks!
January 30, 2020 at 02:03PM by vardan_sngular
https://ift.tt/2O9qOh8
reddit
How do I improve my ADs targeting by using/sending user-related data
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Probably a stupid question
I am a newb at development and i am hoping if someone can clarify this for me?So i recently got a job as a IT tech support, and it has been bothering me a lot that there is no easy way to connect a mail app to our exchange server. Everyone uses the exchange owa.I am wondering if there is a way to bundle that into an app? Like web view but i am hoping i can customise that in flutter. Ofcourse I can do the thing where I "save" the page as an app but where is the fun in doing that?I also read that exchange has some apis but I dont think I will be allowed api access since im not a dev.And this probably sounds like first world problems at this point.
January 30, 2020 at 02:31PM by MeFIZ
https://ift.tt/36Dw7Ml
Probably a stupid question
I am a newb at development and i am hoping if someone can clarify this for me?So i recently got a job as a IT tech support, and it has been bothering me a lot that there is no easy way to connect a mail app to our exchange server. Everyone uses the exchange owa.I am wondering if there is a way to bundle that into an app? Like web view but i am hoping i can customise that in flutter. Ofcourse I can do the thing where I "save" the page as an app but where is the fun in doing that?I also read that exchange has some apis but I dont think I will be allowed api access since im not a dev.And this probably sounds like first world problems at this point.
January 30, 2020 at 02:31PM by MeFIZ
https://ift.tt/36Dw7Ml
reddit
Probably a stupid question
I am a newb at development and i am hoping if someone can clarify this for me? So i recently got a job as a IT tech support, and it has been...
New post on /r/flutterdev subreddit:
“Provide” your users with Dark Theme — Flutter.
Hey everyoneHere is a quick tutorial on how you can easily provide your users with an option to switch between themes in your Flutter application.Medium Article | Source CodeHope you found this useful.Have a great day :)
January 30, 2020 at 03:15PM by annshsingh
https://ift.tt/2RWSRl6
“Provide” your users with Dark Theme — Flutter.
Hey everyoneHere is a quick tutorial on how you can easily provide your users with an option to switch between themes in your Flutter application.Medium Article | Source CodeHope you found this useful.Have a great day :)
January 30, 2020 at 03:15PM by annshsingh
https://ift.tt/2RWSRl6
Medium
“Provide” your users with Dark Theme — Flutter.
Have a look at how you can easily implement Dark Theme inside your Flutter application.
New post on /r/flutterdev subreddit:
Today I am proud to show you my third video of Flutter Explained. Today's topic is Future Builder.
https://www.youtube.com/watch?v=_JECjjT1AAY&feature=youtu.be
January 30, 2020 at 03:01PM by MyracleDesign
https://ift.tt/2S0iOQN
Today I am proud to show you my third video of Flutter Explained. Today's topic is Future Builder.
https://www.youtube.com/watch?v=_JECjjT1AAY&feature=youtu.be
January 30, 2020 at 03:01PM by MyracleDesign
https://ift.tt/2S0iOQN
YouTube
Future Builder - Flutter Explained - Level: Beginner
In this episode of #FlutterExplained, I am allowed to introduce you to the FutureBuilder. The FutureBuilder is a handy widget if you want to create widgets d...
New post on Flutter Dev Google group:
upload gile to drive using http multipart
i have my reasons for not using the client ga.Drive to upload files so im using plain http to do so. There is no way to refresh the access token once it expires so im not it manually using interceptors. so im coding the upload the hard way ;) If anyone has experience doing this, I wish to ask
January 30, 2020 at 03:10PM by Mark Chester Goking
https://ift.tt/2GDffuq
upload gile to drive using http multipart
i have my reasons for not using the client ga.Drive to upload files so im using plain http to do so. There is no way to refresh the access token once it expires so im not it manually using interceptors. so im coding the upload the hard way ;) If anyone has experience doing this, I wish to ask
January 30, 2020 at 03:10PM by Mark Chester Goking
https://ift.tt/2GDffuq
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:
Beginning Flutter - Intermediate - Using Common Widgets
https://www.youtube.com/watch?v=WOvj84xq_fc&feature=share
January 30, 2020 at 05:54PM by Pixelreddit
https://ift.tt/2S5Wwgz
Beginning Flutter - Intermediate - Using Common Widgets
https://www.youtube.com/watch?v=WOvj84xq_fc&feature=share
January 30, 2020 at 05:54PM by Pixelreddit
https://ift.tt/2S5Wwgz
YouTube
Beginning Flutter - Intermediate - Using Common Widgets
In this video, you are going to take a look at:
- How to use basic widgets such as Scaffold, AppBar, SafeArea, Container, Text, RichText, Column, and Row, as well as different types of buttons.
You’ll learn how to use the most common widgets. I call them…
- How to use basic widgets such as Scaffold, AppBar, SafeArea, Container, Text, RichText, Column, and Row, as well as different types of buttons.
You’ll learn how to use the most common widgets. I call them…
New tweet from FlutterDev:
💙#AskFlutter
Flutter experts answer questions at #FlutterInteract. Get inspired to contribute to an open source project and learn how to set up your environment to get started.
Should you use visual Studio Code or Android Studio? And more...
Watch → https://t.co/K79FXOrsc5 pic.twitter.com/xFWmFmE2Wu— Flutter (@FlutterDev) January 30, 2020
January 30, 2020 at 07:18PM
http://twitter.com/FlutterDev/status/1222947240924213249
💙#AskFlutter
Flutter experts answer questions at #FlutterInteract. Get inspired to contribute to an open source project and learn how to set up your environment to get started.
Should you use visual Studio Code or Android Studio? And more...
Watch → https://t.co/K79FXOrsc5 pic.twitter.com/xFWmFmE2Wu— Flutter (@FlutterDev) January 30, 2020
January 30, 2020 at 07:18PM
http://twitter.com/FlutterDev/status/1222947240924213249
New post on Flutter Dev Google group:
Flutter Desktop (windows 10) needs to work well, its not working and very bad condtion
Dear DEVS, Please focus on WINDOWS 10 devices too so we could do a lot of stuff
January 30, 2020 at 08:46PM by Faheem Ahmad
https://ift.tt/2RFvIVc
Flutter Desktop (windows 10) needs to work well, its not working and very bad condtion
Dear DEVS, Please focus on WINDOWS 10 devices too so we could do a lot of stuff
January 30, 2020 at 08:46PM by Faheem Ahmad
https://ift.tt/2RFvIVc
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:
Flutter & Firebase StreamBuilder pagination
Hi, i need help with an app i'm working on, i have a chat app where i need to paginate data from firebase. i couldn't figured it out , if someone can help! Please reply.
January 30, 2020 at 09:20PM by Vo info
https://ift.tt/2S1y4Nj
Flutter & Firebase StreamBuilder pagination
Hi, i need help with an app i'm working on, i have a chat app where i need to paginate data from firebase. i couldn't figured it out , if someone can help! Please reply.
January 30, 2020 at 09:20PM by Vo info
https://ift.tt/2S1y4Nj
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:
#AskFlutter: Will Larche from Material Engineering (Flutter Interact '19)
https://www.youtube.com/watch?v=nQQcFbFXj7k&feature=share
January 30, 2020 at 11:27PM by Pixelreddit
https://ift.tt/2Ua2lfx
#AskFlutter: Will Larche from Material Engineering (Flutter Interact '19)
https://www.youtube.com/watch?v=nQQcFbFXj7k&feature=share
January 30, 2020 at 11:27PM by Pixelreddit
https://ift.tt/2Ua2lfx
YouTube
#AskFlutter: Will Larche from Material Engineering (Flutter Interact '19)
Join us for #AskFlutter Q&A from Flutter Interact. Andrew Brogdon, John Ryan and Kate Lovett answer your questions. In this episode, Will Larche demos the new Material gallery for Flutter, and the hosts cover topics like how to override the red error screen…
New post on /r/flutterdev subreddit:
Hey Fam, We are back with a new and hot product in the market which is open source, of course! You can check the release on our GIT @ https://ift.tt/38LJxXV Please feel free to contribute or suggest improvements. P.S. We are also taking suggestions for our next open-source
https://github.com/OpenConsultingGroup/Taxi-App
January 31, 2020 at 12:46AM by Junzzy
https://ift.tt/2vCPGYn
Hey Fam, We are back with a new and hot product in the market which is open source, of course! You can check the release on our GIT @ https://ift.tt/38LJxXV Please feel free to contribute or suggest improvements. P.S. We are also taking suggestions for our next open-source
https://github.com/OpenConsultingGroup/Taxi-App
January 31, 2020 at 12:46AM by Junzzy
https://ift.tt/2vCPGYn
New post on /r/flutterdev subreddit:
How to return nothing?
How do you return nothing?bool ? Text(‘’) : NOTHING
January 31, 2020 at 02:05AM by il3g3ndry-ws
https://ift.tt/2OepedZ
How to return nothing?
How do you return nothing?bool ? Text(‘’) : NOTHING
January 31, 2020 at 02:05AM by il3g3ndry-ws
https://ift.tt/2OepedZ
New post on /r/flutterdev subreddit:
Looking to explore new libraries - what would you recommend?
Title sort of says it all. I'm curious what newer libraries are worth trying out or messing around with. Cheers.
January 31, 2020 at 01:53AM by brutusdidnothinwrong
https://ift.tt/2GFy0NO
Looking to explore new libraries - what would you recommend?
Title sort of says it all. I'm curious what newer libraries are worth trying out or messing around with. Cheers.
January 31, 2020 at 01:53AM by brutusdidnothinwrong
https://ift.tt/2GFy0NO
reddit
Looking to explore new libraries - what would you recommend?
Title sort of says it all. I'm curious what newer libraries are worth trying out or messing around with. Cheers.
New post on /r/flutterdev subreddit:
Is there a better resource to learn how to read flutter documentation?
I'm new to developing and all the videos I have watched (even Google's official one on Udemy) blows over how to read documentation. Every new widget just mentions to go take a look at it and it doesn't seem to easily translate to how it's actually used. I get pretty confused when trying to understand how to implement one and it may just be because I'm new but I feel like every video I watch is so incomplete I can't continue on my own easily.
January 31, 2020 at 04:31AM by moldymoosegoose
https://ift.tt/2Odpzh2
Is there a better resource to learn how to read flutter documentation?
I'm new to developing and all the videos I have watched (even Google's official one on Udemy) blows over how to read documentation. Every new widget just mentions to go take a look at it and it doesn't seem to easily translate to how it's actually used. I get pretty confused when trying to understand how to implement one and it may just be because I'm new but I feel like every video I watch is so incomplete I can't continue on my own easily.
January 31, 2020 at 04:31AM by moldymoosegoose
https://ift.tt/2Odpzh2
reddit
Is there a better resource to learn how to read flutter documentation?
I'm new to developing and all the videos I have watched (even Google's official one on Udemy) blows over how to read documentation. Every new...
New post on /r/flutterdev subreddit:
Does flutter support multiple text fields over an image?
Hi everyone,I’m having trouble finding a proper solution to the following problem.I have an image that users need to fill in text for at different positions of the image. I know text fields can have a background image but I need multiple text fields on the same image.Is it possible to achieve this in flutter? :(As a simple example, imagine I have the following name tag image and I’d like to allow users to interact with a text field in the white section. Thank you all for your suggestions!
January 31, 2020 at 05:15AM by Throqaway
https://ift.tt/2U9bAMS
Does flutter support multiple text fields over an image?
Hi everyone,I’m having trouble finding a proper solution to the following problem.I have an image that users need to fill in text for at different positions of the image. I know text fields can have a background image but I need multiple text fields on the same image.Is it possible to achieve this in flutter? :(As a simple example, imagine I have the following name tag image and I’d like to allow users to interact with a text field in the white section. Thank you all for your suggestions!
January 31, 2020 at 05:15AM by Throqaway
https://ift.tt/2U9bAMS
New post on /r/flutterdev subreddit:
Flutter Web performance (dart.js)
Is there a way to optimize the flutter web performance? Dart.js takes too much time to load.Can we implement server-side rendering in the Flutter web?
January 31, 2020 at 07:34AM by vipulasri
https://ift.tt/2U7iG4G
Flutter Web performance (dart.js)
Is there a way to optimize the flutter web performance? Dart.js takes too much time to load.Can we implement server-side rendering in the Flutter web?
January 31, 2020 at 07:34AM by vipulasri
https://ift.tt/2U7iG4G
New post on /r/flutterdev subreddit:
builder+lcov docker image file for Flutter
Hey guys I've created an img for your CI/CD in flutterguinto/flutter_builder_lcov - This gets the flutter sdk(stable) and android sdkguinto/flutter_lcov - This only pulls the flutter sdk from stable branchSample (Gitlab Runner):
January 31, 2020 at 07:15AM by M14zing
https://ift.tt/37Lvsd1
builder+lcov docker image file for Flutter
Hey guys I've created an img for your CI/CD in flutterguinto/flutter_builder_lcov - This gets the flutter sdk(stable) and android sdkguinto/flutter_lcov - This only pulls the flutter sdk from stable branchSample (Gitlab Runner):
image: guinto/flutter_builder_lcov stages: - testing - build Flutter Analyze: stage: testing script: - flutter analyze Flutter Test: stage: testing coverage: '/\s*lines\.*:\s*([\d\.]+%)/' script: - flutter test --coverage - genhtml coverage/lcov.info --output=coverage artifacts: when: always paths: - coverage/ expire_in: 1 day Debug: stage: Build script: - flutter build apk artifacts: paths: - build/app/outputs/apk/release/app-release.apk expire_in: 1 dayIn collaboration with /u/k50916
January 31, 2020 at 07:15AM by M14zing
https://ift.tt/37Lvsd1
New post on /r/flutterdev subreddit:
Flutter Design Patterns: An overview of the Proxy design pattern and its implementation in Dart and Flutter
https://ift.tt/3aUoJzs
January 31, 2020 at 08:12AM by mkobuolys
https://ift.tt/2RLZO9T
Flutter Design Patterns: An overview of the Proxy design pattern and its implementation in Dart and Flutter
https://ift.tt/3aUoJzs
January 31, 2020 at 08:12AM by mkobuolys
https://ift.tt/2RLZO9T
Medium
Flutter Design Patterns: 15 — Proxy
An overview of the Proxy design pattern and its implementation in Dart and Flutter
New post on /r/flutterdev subreddit:
How to get Closed Push Notification data which is from firebase messaging
I'm using firebase messaging, i'm getting my notification data if my app in the foreground and if my app in the background or not running in the background then also my app getting the notification data if the user pressing the notification.But when user closing the Notification my app not getting the data of my notification. Any one know how to get all notification including the closed notification to.Firebase Messaging Plugin
January 31, 2020 at 09:59AM by MSARKrish
https://ift.tt/37Jhg4p
How to get Closed Push Notification data which is from firebase messaging
I'm using firebase messaging, i'm getting my notification data if my app in the foreground and if my app in the background or not running in the background then also my app getting the notification data if the user pressing the notification.But when user closing the Notification my app not getting the data of my notification. Any one know how to get all notification including the closed notification to.Firebase Messaging Plugin
January 31, 2020 at 09:59AM by MSARKrish
https://ift.tt/37Jhg4p
Dart packages
firebase_messaging | Flutter package
Flutter plugin for Firebase Cloud Messaging, a cross-platform messaging solution that lets you reliably deliver messages on Android and iOS.
New post on /r/flutterdev subreddit:
Push notifications for flutter app
Please recommend a reliable service for push notifications in flutter. I am using firebase cloud messaging but its unreliable. It doesn't work on ios and android(in some cases)
January 31, 2020 at 09:48AM by sajlgarg
https://ift.tt/2S1bfcy
Push notifications for flutter app
Please recommend a reliable service for push notifications in flutter. I am using firebase cloud messaging but its unreliable. It doesn't work on ios and android(in some cases)
January 31, 2020 at 09:48AM by sajlgarg
https://ift.tt/2S1bfcy
reddit
Push notifications for flutter app
Please recommend a reliable service for push notifications in flutter. I am using firebase cloud messaging but its unreliable. It doesn't work on...