New post on /r/flutterdev subreddit:
Reactive Declarative UI as Code - Trend and Healthy competition - Truong Sinh Tran Nguyen
https://www.youtube.com/watch?v=2WW8yFNCYyo
August 08, 2019 at 06:37AM by truongsinhtn
https://ift.tt/2YRRTfw
Reactive Declarative UI as Code - Trend and Healthy competition - Truong Sinh Tran Nguyen
https://www.youtube.com/watch?v=2WW8yFNCYyo
August 08, 2019 at 06:37AM by truongsinhtn
https://ift.tt/2YRRTfw
YouTube
Reactive Declarative UI as Code - Trend and Healthy competition - Truong Sinh Tran Nguyen
Reactive Declarative UI as Code - Trend and Healthy competition - Truong Sinh Tran Nguyen Droidcon Vietnam 2019
New post on /r/flutterdev subreddit:
Tweet-like appreciation post - this was smooth
In the past, a lot of times I had to spend days setting up a new dev computer. Today, I was done in under an hour; followed instructions in my console, cloned the project,
August 08, 2019 at 09:55AM by daniel-vh
https://ift.tt/33nFn70
Tweet-like appreciation post - this was smooth
In the past, a lot of times I had to spend days setting up a new dev computer. Today, I was done in under an hour; followed instructions in my console, cloned the project,
flutter create . && flutter packages get && flutter run
and stuff works. Smooth AF, GJAugust 08, 2019 at 09:55AM by daniel-vh
https://ift.tt/33nFn70
reddit
r/FlutterDev - Tweet-like appreciation post - this was smooth
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Help me please it's urgent
I have a database which contains different list of exercises and each exercise node has exercise name and calories burned during that exercise. Now I need to implement a search through that list and use the calories burned...how can I do it?
August 08, 2019 at 09:22AM by RaghavKaushal17
https://ift.tt/31pn9Qp
Help me please it's urgent
I have a database which contains different list of exercises and each exercise node has exercise name and calories burned during that exercise. Now I need to implement a search through that list and use the calories burned...how can I do it?
August 08, 2019 at 09:22AM by RaghavKaushal17
https://ift.tt/31pn9Qp
reddit
r/FlutterDev - Help me please it's urgent
0 votes and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
super_widgets: Make Flutter widgets' code shorter and richer by combining multiple widgets into a single widget but the single one will inherit almost properties of all original widgets.
https://ift.tt/2YhxCLW
August 08, 2019 at 09:21AM by anticafe
https://ift.tt/2Knek42
super_widgets: Make Flutter widgets' code shorter and richer by combining multiple widgets into a single widget but the single one will inherit almost properties of all original widgets.
https://ift.tt/2YhxCLW
August 08, 2019 at 09:21AM by anticafe
https://ift.tt/2Knek42
Dart packages
super_widgets | Flutter Package
Make Flutter widgets' code shorter and richer by combining multiple widgets into a single widget but the single one will inherit almost properties of all original widgets.
New post on Flutter Dev Google group:
Using 3rd party android Fragment in flutter
Hi, I'm trying to include an android Fragment in my flutter app. I found some great tutorials about include native android/ios views (see link below). I get to the point where I can include an android TextView in my app. But when I use my 3rd party Fragment, I use onCreateView(). It spits out a
August 08, 2019 at 10:40AM by Korneel Dumon
https://ift.tt/2MGNKEG
Using 3rd party android Fragment in flutter
Hi, I'm trying to include an android Fragment in my flutter app. I found some great tutorials about include native android/ios views (see link below). I get to the point where I can include an android TextView in my app. But when I use my 3rd party Fragment, I use onCreateView(). It spits out a
August 08, 2019 at 10:40AM by Korneel Dumon
https://ift.tt/2MGNKEG
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:
Navigating to new screen from bottom sheet
I want when user click on button in the bottom sheet ,it navigate to a new screen I tried to make the navigation but it didn't navigate to the new screen I don't know why the app didn't crash or give any exceptions
August 08, 2019 at 12:07PM by Sherif Hassan
https://ift.tt/2GWFSuZ
Navigating to new screen from bottom sheet
I want when user click on button in the bottom sheet ,it navigate to a new screen I tried to make the navigation but it didn't navigate to the new screen I don't know why the app didn't crash or give any exceptions
August 08, 2019 at 12:07PM by Sherif Hassan
https://ift.tt/2GWFSuZ
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:
Must-have VS Code extensions for working with Flutter
https://ift.tt/2yMtedu
August 08, 2019 at 12:11PM by EngineerScientist
https://ift.tt/2OLDkX0
Must-have VS Code extensions for working with Flutter
https://ift.tt/2yMtedu
August 08, 2019 at 12:11PM by EngineerScientist
https://ift.tt/2OLDkX0
Medium
Must-have VS Code extensions for working with Flutter
Mobile app development is hard and time-consuming enough for us developers to waste time on importing libraries or having to reformat a…
New post on /r/flutterdev subreddit:
Is it possible to implement a twitter-like notification system in flutter (even when app is closed)?
Hi, the last few days I've been trying to make my twitter-like notification system to work on my flutter app but failing miserably when it comes down to making it work while the app is closed (as in removed from the app stack by the user or maybe by the os)I tried - background_fetch library - stream - flutter_local_notification libraryWhat I want to ask is it possible to make it work after the app is closed in any way? The app queries a SQL server for new messages and if new messages are found the app notifies the user. Is it possible to show any kind of personalized notification (not firebase messaging notification that is basically the same for all users) when the app is closed.If that is not possible because the will take process time, is it at least possible to ask the user to reopen the app once it is closed (that is an awful alternative i know, but I can't find any solutions and that notification system is crucial to my app)
August 08, 2019 at 02:02PM by frustrated-developer
https://ift.tt/2GVfZLU
Is it possible to implement a twitter-like notification system in flutter (even when app is closed)?
Hi, the last few days I've been trying to make my twitter-like notification system to work on my flutter app but failing miserably when it comes down to making it work while the app is closed (as in removed from the app stack by the user or maybe by the os)I tried - background_fetch library - stream - flutter_local_notification libraryWhat I want to ask is it possible to make it work after the app is closed in any way? The app queries a SQL server for new messages and if new messages are found the app notifies the user. Is it possible to show any kind of personalized notification (not firebase messaging notification that is basically the same for all users) when the app is closed.If that is not possible because the will take process time, is it at least possible to ask the user to reopen the app once it is closed (that is an awful alternative i know, but I can't find any solutions and that notification system is crucial to my app)
August 08, 2019 at 02:02PM by frustrated-developer
https://ift.tt/2GVfZLU
reddit
r/FlutterDev - Is it possible to implement a twitter-like notification system in flutter (even when app is closed)?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
a question, Flutter Dev Book You would like to SEE?
So I am doing some logistics planning in scoping out what possible flutter dev book subjects I could cover. The One that I seem to be attracted to is a Flutter Animations Development book..So I thought I would ask you guys and gals what Flutter dev book you would like to see?ANd the assumption is I am doing medium smaller articles not behind a paywall that happen to represent the chapters by topic.
August 08, 2019 at 05:53PM by fredgrott
https://ift.tt/2ZHXIJt
a question, Flutter Dev Book You would like to SEE?
So I am doing some logistics planning in scoping out what possible flutter dev book subjects I could cover. The One that I seem to be attracted to is a Flutter Animations Development book..So I thought I would ask you guys and gals what Flutter dev book you would like to see?ANd the assumption is I am doing medium smaller articles not behind a paywall that happen to represent the chapters by topic.
August 08, 2019 at 05:53PM by fredgrott
https://ift.tt/2ZHXIJt
reddit
r/FlutterDev - a question, Flutter Dev Book You would like to SEE?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
The hasura_connect, a package for integrate Hasura GraphQL to your flutter app.
https://ift.tt/2MKv6vv
August 08, 2019 at 05:02PM by irvine5k
https://ift.tt/31AvEIP
The hasura_connect, a package for integrate Hasura GraphQL to your flutter app.
https://ift.tt/2MKv6vv
August 08, 2019 at 05:02PM by irvine5k
https://ift.tt/31AvEIP
Dart packages
hasura_connect | Dart Package
Connect your Flutter/Dart apps to Hasura simply. All the power of GraphQL and Postgres in Flutter
New post on /r/flutterdev subreddit:
ImageFade v0.2.0: Similar to FadeInImage, but with proper crossfading, progress / error indicators, & sequential loads.
https://ift.tt/32OQsNN
August 08, 2019 at 06:20PM by grantskinner
https://ift.tt/2Ywtk8k
ImageFade v0.2.0: Similar to FadeInImage, but with proper crossfading, progress / error indicators, & sequential loads.
https://ift.tt/32OQsNN
August 08, 2019 at 06:20PM by grantskinner
https://ift.tt/2Ywtk8k
Dart packages
image_fade | Flutter Package
A widget that displays a placeholder and optional progress indicator while an image loads, then cross-fades to the loaded image. Improves on FadeInImage.
New tweet from FlutterDev:
Make some room for the #WidgetoftheWeek! 👏👏👏
Add buffers and spaces between widgets with AnimatedPadding. Dynamically change the padding of the widget and have it animate the changes!
Watch more here → https://t.co/GEzeoeyTZu pic.twitter.com/UhJyxEJKQS— Flutter (@FlutterDev) August 8, 2019
August 08, 2019 at 08:00PM
http://twitter.com/FlutterDev/status/1159524680656515073
Make some room for the #WidgetoftheWeek! 👏👏👏
Add buffers and spaces between widgets with AnimatedPadding. Dynamically change the padding of the widget and have it animate the changes!
Watch more here → https://t.co/GEzeoeyTZu pic.twitter.com/UhJyxEJKQS— Flutter (@FlutterDev) August 8, 2019
August 08, 2019 at 08:00PM
http://twitter.com/FlutterDev/status/1159524680656515073
Twitter
#widgetoftheweek hashtag on Twitter
15h ago @FlutterDev tweeted: "✏️ Writing your own button controls from.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
Flutter on vscode
Anyone use vscode for flutter?Did you guys also encounter problems when setting up flutter with vscode?Do you prefer using vscode over Android studio?
August 09, 2019 at 12:49AM by stantastic98
https://ift.tt/2YBTyXd
Flutter on vscode
Anyone use vscode for flutter?Did you guys also encounter problems when setting up flutter with vscode?Do you prefer using vscode over Android studio?
August 09, 2019 at 12:49AM by stantastic98
https://ift.tt/2YBTyXd
reddit
r/FlutterDev - Flutter on vscode
0 votes and 3 comments so far on Reddit
New post on /r/flutterdev subreddit:
A Deep Dive into Flutter: The 22nd Century Frontend Framework
https://ift.tt/2Yzyu3r
August 09, 2019 at 01:01AM by EngineerScientist
https://ift.tt/2MNJ8g0
A Deep Dive into Flutter: The 22nd Century Frontend Framework
https://ift.tt/2Yzyu3r
August 09, 2019 at 01:01AM by EngineerScientist
https://ift.tt/2MNJ8g0
Medium
A Deep Dive into Flutter: The 22nd Century Frontend Framework
An in-depth tutorial on Google’s Frontend Framework which goes from start to finish on an event-based app.
New post on /r/flutterdev subreddit:
Twilio Video for Flutter
Hello, I know the Twilio video SDKs work in both Android and iOS but was wondering if there was an easy way to use Flutter and still access the video component. Does anyone know of someone accomplishing that?
August 09, 2019 at 02:24AM by TrentRamseyer
https://ift.tt/2This8q
Twilio Video for Flutter
Hello, I know the Twilio video SDKs work in both Android and iOS but was wondering if there was an easy way to use Flutter and still access the video component. Does anyone know of someone accomplishing that?
August 09, 2019 at 02:24AM by TrentRamseyer
https://ift.tt/2This8q
reddit
r/FlutterDev - Twilio Video for Flutter
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
New article about Firebase Analytics and Flutter !
https://ift.tt/2YOk1fm
August 09, 2019 at 03:48AM by gaspard-m
https://ift.tt/2GX8YKE
New article about Firebase Analytics and Flutter !
https://ift.tt/2YOk1fm
August 09, 2019 at 03:48AM by gaspard-m
https://ift.tt/2GX8YKE
Medium
Firebase Analytics and Flutter
Google Analytics for Firebase is a tool that you must implement in your mobile application. Otherwise, there is no way to know exactly how…
New tweet from FlutterDev:
Interested in adding Flare animations to your app? ✨
Improve user interaction on your Flutter app with fluid animations! Learn how to incorporate Flare into your app with this tutorial by @she_who_codes from @2Dimensions.
Read here → https://t.co/Uq0x4NhwWW pic.twitter.com/5JKpLelDPx— Flutter (@FlutterDev) August 8, 2019
August 09, 2019 at 01:45AM
http://twitter.com/FlutterDev/status/1159611501679919104
Interested in adding Flare animations to your app? ✨
Improve user interaction on your Flutter app with fluid animations! Learn how to incorporate Flare into your app with this tutorial by @she_who_codes from @2Dimensions.
Read here → https://t.co/Uq0x4NhwWW pic.twitter.com/5JKpLelDPx— Flutter (@FlutterDev) August 8, 2019
August 09, 2019 at 01:45AM
http://twitter.com/FlutterDev/status/1159611501679919104
Twitter
mandylowry (@she_who_codes) | Twitter
The latest Tweets from mandylowry (@she_who_codes). #mobileDev #gameDev #womenWhoCode 💻🎮
Check out our #indiegame https://t.co/C7z6YXx68r
Co-Founder/Programmer @BlackHiveMedia. Austin, Texas
Check out our #indiegame https://t.co/C7z6YXx68r
Co-Founder/Programmer @BlackHiveMedia. Austin, Texas
New post on Flutter Dev Google group:
flutter UserAccountsHeader drawer after getting json from the dio
Can any body help me with this https://ift.tt/2YB0aox
August 09, 2019 at 06:42AM by mahantappa b k
https://ift.tt/2MVg8mm
flutter UserAccountsHeader drawer after getting json from the dio
Can any body help me with this https://ift.tt/2YB0aox
August 09, 2019 at 06:42AM by mahantappa b k
https://ift.tt/2MVg8mm
Stack Overflow
How to get username and mail to display in UserAccountsDrawerHeader in flutter
I am getting my response from the URL after login in but I can only print the data in my console but how to get the mail and name from the that response
I have tried with the future response but wh...
I have tried with the future response but wh...
New post on /r/flutterdev subreddit:
Fun thing I learned today
So today I was volunteering with the company I'm interning for by helping a local HS teach kids about Raspberry Pis and IOT. I was talking with one of the teachers after our session was done and he asked what I was working on. When I mentioned I was learning Flutter he told me he was also learning it to teach his class this year!Apparently their school has a really cool CS program and they just let the teacher pick what to teach to the kids since he's got quite a bit of industry experience.Just wanted to share as I thought it was cool to hear someone else talk about Flutter in the real world, and even cooler that he was teaching High Schoolers about it!
August 09, 2019 at 06:29AM by zytron11
https://ift.tt/2ThvAdI
Fun thing I learned today
So today I was volunteering with the company I'm interning for by helping a local HS teach kids about Raspberry Pis and IOT. I was talking with one of the teachers after our session was done and he asked what I was working on. When I mentioned I was learning Flutter he told me he was also learning it to teach his class this year!Apparently their school has a really cool CS program and they just let the teacher pick what to teach to the kids since he's got quite a bit of industry experience.Just wanted to share as I thought it was cool to hear someone else talk about Flutter in the real world, and even cooler that he was teaching High Schoolers about it!
August 09, 2019 at 06:29AM by zytron11
https://ift.tt/2ThvAdI
reddit
r/FlutterDev - Fun thing I learned today
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter Enhancement Suite : IntelliJ/Android Studio plugin with features like autocomplete & update pub dependencies, auto-generate Bloc classes, icon previews, etc
https://ift.tt/2ONnefD
August 09, 2019 at 09:08AM by EngineerScientist
https://ift.tt/2ON2AvO
Flutter Enhancement Suite : IntelliJ/Android Studio plugin with features like autocomplete & update pub dependencies, auto-generate Bloc classes, icon previews, etc
https://ift.tt/2ONnefD
August 09, 2019 at 09:08AM by EngineerScientist
https://ift.tt/2ON2AvO
GitHub
marius-h/flutter_enhancement_suite
The essential IntelliJ/Android Studio plugin for making working with Flutter easier than ever! - marius-h/flutter_enhancement_suite