New post on Flutter Dev Google group:
How to show icon ?? from an api ?
i want to get and show an icon from api. how i can do this? anybody.?
November 26, 2019 at 10:42AM by Mohd. Asif
https://ift.tt/37NDFxU
How to show icon ?? from an api ?
i want to get and show an icon from api. how i can do this? anybody.?
November 26, 2019 at 10:42AM by Mohd. Asif
https://ift.tt/37NDFxU
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:
Get list of url's present in a string
Need help with getting the list of url present in a string
November 26, 2019 at 11:04AM by Burhan U Din Drabu
https://ift.tt/2rmuVOp
Get list of url's present in a string
Need help with getting the list of url present in a string
November 26, 2019 at 11:04AM by Burhan U Din Drabu
https://ift.tt/2rmuVOp
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:
GraphQL Usage in Flutter
Hi Do we have the client library for using GraphQL in flutter? Regards Sreekanth K Reddy
November 26, 2019 at 11:27AM by Sreekanth Reddy
https://ift.tt/2DeoOOZ
GraphQL Usage in Flutter
Hi Do we have the client library for using GraphQL in flutter? Regards Sreekanth K Reddy
November 26, 2019 at 11:27AM by Sreekanth Reddy
https://ift.tt/2DeoOOZ
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:
Connectivity
I have created an multi restaurant delivery app. I need to connect the user app and delivery boy app that if some one orders in user app the info should be passed to delivery boy app. How could i connect them using flutter
November 26, 2019 at 11:44AM by Manish Raghavan
https://ift.tt/2OlSdwT
Connectivity
I have created an multi restaurant delivery app. I need to connect the user app and delivery boy app that if some one orders in user app the info should be passed to delivery boy app. How could i connect them using flutter
November 26, 2019 at 11:44AM by Manish Raghavan
https://ift.tt/2OlSdwT
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 WebView: new flutter_inappbrowser plugin version 2.0.0 released with a lot of new events, options and methods to control WebViews.
https://ift.tt/2Olh1mg
November 26, 2019 at 12:37PM by LorePi
https://ift.tt/2qOuvjP
Flutter WebView: new flutter_inappbrowser plugin version 2.0.0 released with a lot of new events, options and methods to control WebViews.
https://ift.tt/2Olh1mg
November 26, 2019 at 12:37PM by LorePi
https://ift.tt/2qOuvjP
GitHub
pichillilorenzo/flutter_inappbrowser
Contribute to pichillilorenzo/flutter_inappbrowser development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Is it possible to write an iOS/Android plugin using Flutter?
That is, if I wanted to write a plugin for iOS/Android that will plug into Swift/ObjC/Java/Kotlin, is that possible and are there any examples of this?
November 26, 2019 at 02:33PM by ac_version_01
https://ift.tt/37HNywP
Is it possible to write an iOS/Android plugin using Flutter?
That is, if I wanted to write a plugin for iOS/Android that will plug into Swift/ObjC/Java/Kotlin, is that possible and are there any examples of this?
November 26, 2019 at 02:33PM by ac_version_01
https://ift.tt/37HNywP
reddit
Is it possible to write an iOS/Android plugin using Flutter?
That is, if I wanted to write a plugin for iOS/Android that will plug into Swift/ObjC/Java/Kotlin, is that possible and are there any examples of...
New post on /r/flutterdev subreddit:
Creating custom markers on Google Maps in Flutter
https://ift.tt/2qOLgLL
November 26, 2019 at 02:14PM by itsJoKr
https://ift.tt/2QYU8cF
Creating custom markers on Google Maps in Flutter
https://ift.tt/2qOLgLL
November 26, 2019 at 02:14PM by itsJoKr
https://ift.tt/2QYU8cF
Infinum
Creating Custom Markers on Google Maps in Flutter Apps
When it comes to showing maps in your Flutter application, there are two main options. You can either use flutter_map which is a Leaflet implementation for Flutter and will work with a number of free and paid map providers, or use google_maps_flutter if you…
New post on /r/flutterdev subreddit:
Any advice on firebase cloud messaging?
Hi,I'm about to integrate firebase cloud messaging into my app and was wondering if redditors had any design advice. All the tutorials I have found place the flutter code into the main.dart file or a home screen.dart file. Is there a good design practice for these notification modules in a production app. Would placing them in a services folder and then importing into main work?Thanks,
November 26, 2019 at 02:52PM by pigeon888
https://ift.tt/33iDhnr
Any advice on firebase cloud messaging?
Hi,I'm about to integrate firebase cloud messaging into my app and was wondering if redditors had any design advice. All the tutorials I have found place the flutter code into the main.dart file or a home screen.dart file. Is there a good design practice for these notification modules in a production app. Would placing them in a services folder and then importing into main work?Thanks,
November 26, 2019 at 02:52PM by pigeon888
https://ift.tt/33iDhnr
reddit
Any advice on firebase cloud messaging?
Hi, I'm about to integrate firebase cloud messaging into my app and was wondering if redditors had any design advice. All the tutorials I have...
New post on /r/flutterdev subreddit:
Assorted layout widgets that boldly go where no native Flutter widgets have gone before.
https://ift.tt/2QT0eLj
November 26, 2019 at 03:32PM by marcglasberg
https://ift.tt/2XPNp67
Assorted layout widgets that boldly go where no native Flutter widgets have gone before.
https://ift.tt/2QT0eLj
November 26, 2019 at 03:32PM by marcglasberg
https://ift.tt/2XPNp67
Dart packages
assorted_layout_widgets | Flutter Package
ColumnSuper, RowSuper, FitHorizontally, Box, WrapSuper, TextOneLine, Delayed, Pad, ButtonBarSuper, NormalizedOverflowBox, showDialogSuper, TimeBuilder.
New post on Flutter Dev Google group:
how to debug flutter engine step by step correctly
hi, all I have compiled the flutter engine successfully, and configure it in my xcode example by generated.xcconfig file: FLUTTER_ROOT=/Users/xxx/Desktop/FlutterWork/flutter_github_1.9.1 FLUTTER_APPLICATION_PATH=/Users/xxx/Desktop/FlutterWork/flutter_boost/example FLUTTER_TARGET=lib/main.dart
November 26, 2019 at 04:44PM by Jim Xu
https://ift.tt/33jq7Xu
how to debug flutter engine step by step correctly
hi, all I have compiled the flutter engine successfully, and configure it in my xcode example by generated.xcconfig file: FLUTTER_ROOT=/Users/xxx/Desktop/FlutterWork/flutter_github_1.9.1 FLUTTER_APPLICATION_PATH=/Users/xxx/Desktop/FlutterWork/flutter_boost/example FLUTTER_TARGET=lib/main.dart
November 26, 2019 at 04:44PM by Jim Xu
https://ift.tt/33jq7Xu
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:
My youtube flutter playlist
Please like,subscribe and sharehttps://www.youtube.com/playlist?list=PLOvEA8-W5LWkm6kixEj4Yx4Ho71bbOdGj
November 26, 2019 at 05:23PM by htetwaihlaing
https://ift.tt/2OoGJIQ
My youtube flutter playlist
Please like,subscribe and sharehttps://www.youtube.com/playlist?list=PLOvEA8-W5LWkm6kixEj4Yx4Ho71bbOdGj
November 26, 2019 at 05:23PM by htetwaihlaing
https://ift.tt/2OoGJIQ
YouTube
flutter fundamental series
Share your videos with friends, family, and the world
New tweet from FlutterDev:
🗣Tell us more! 🗣
We want to know about your Flutter experience. The more we know about it, the more we can improve! Help us make Flutter even better by taking the survey in the link below.
Take the survey → https://t.co/at2mV5s0u6 pic.twitter.com/9vwvGzu2pb— Flutter (@FlutterDev) November 26, 2019
November 26, 2019 at 06:00PM
http://twitter.com/FlutterDev/status/1199372245820477440
🗣Tell us more! 🗣
We want to know about your Flutter experience. The more we know about it, the more we can improve! Help us make Flutter even better by taking the survey in the link below.
Take the survey → https://t.co/at2mV5s0u6 pic.twitter.com/9vwvGzu2pb— Flutter (@FlutterDev) November 26, 2019
November 26, 2019 at 06:00PM
http://twitter.com/FlutterDev/status/1199372245820477440
Qualtrics
Flutter User Survey - Q4 2019
Qualtrics sophisticated online survey software solutions make creating online surveys easy. Learn more about Research Suite and get a free account today.
New post on /r/flutterdev subreddit:
Google Products App Part 4 | Flutter
https://youtu.be/UyEhHbzDxFU
November 26, 2019 at 05:48PM by prateeksharma1712
https://ift.tt/35A1VBv
Google Products App Part 4 | Flutter
https://youtu.be/UyEhHbzDxFU
November 26, 2019 at 05:48PM by prateeksharma1712
https://ift.tt/35A1VBv
YouTube
Google Product App Part 4 | Flutter SDK
#ProductsApp #Flutter
The idea was taken from dribbble, developed in Flutter. This video series will guide you for developing a Google Products App UI in Flutter from scratch.
You can download an empty project template from Github Follow Along Project ht…
The idea was taken from dribbble, developed in Flutter. This video series will guide you for developing a Google Products App UI in Flutter from scratch.
You can download an empty project template from Github Follow Along Project ht…
New post on /r/flutterdev subreddit:
Flutter Tutorial: Netflixy Movie APP + API Integration
https://ift.tt/33o7qlt
November 26, 2019 at 07:06PM by cybdom
https://ift.tt/2QWup4n
Flutter Tutorial: Netflixy Movie APP + API Integration
https://ift.tt/33o7qlt
November 26, 2019 at 07:06PM by cybdom
https://ift.tt/2QWup4n
Flutter Tutorial by Cybdom Tech
Flutter Tutorial: Netflixy Movie APP + API Integration
API Integration was a popular demand so this tutorial will teach you the easiest way to integrate an API with a flutter app.
New post on /r/flutterdev subreddit:
Flutter - Dark Instagram UI Concept- Speed Coding
https://www.youtube.com/watch?v=j2qrMUe_aNI&feature=youtu.be
November 26, 2019 at 06:28PM by StevenDznr
https://ift.tt/2KVElHr
Flutter - Dark Instagram UI Concept- Speed Coding
https://www.youtube.com/watch?v=j2qrMUe_aNI&feature=youtu.be
November 26, 2019 at 06:28PM by StevenDznr
https://ift.tt/2KVElHr
YouTube
Flutter - Dark Instagram UI Concept- Speed Coding
Flutter UI Speed Coding
I will code for you:
https://www.fiverr.com/share/mYN6yR
Design:
https://dribbble.com/shots/6834466-Instagram-Redesign-Concept-Dark-mode
Code:
https://github.com/stevendz/darkinstagram_yt
Images:
https://unsplash.com/@jakobowens1…
I will code for you:
https://www.fiverr.com/share/mYN6yR
Design:
https://dribbble.com/shots/6834466-Instagram-Redesign-Concept-Dark-mode
Code:
https://github.com/stevendz/darkinstagram_yt
Images:
https://unsplash.com/@jakobowens1…
New post on /r/flutterdev subreddit:
Good backend alternative for Flutter to Firabase
I am new to Flutter and I am trying to build an app by myself as a side project; I have been researching for a severless architecture, as I don’t want to spend a lot of time doing DevOps instead of building the app. Not surprisingly, the best documentation and SDK’s are related to Firabase, but I believe its NoSql database is not a good fit for my app as it uses a lot of aggregated queries and highly related entities. Can anybody point me to a good alternative? A tutorial or documentation to check would be awesome. Thanks!
November 26, 2019 at 07:19PM by sempernewby
https://ift.tt/33l4ztp
Good backend alternative for Flutter to Firabase
I am new to Flutter and I am trying to build an app by myself as a side project; I have been researching for a severless architecture, as I don’t want to spend a lot of time doing DevOps instead of building the app. Not surprisingly, the best documentation and SDK’s are related to Firabase, but I believe its NoSql database is not a good fit for my app as it uses a lot of aggregated queries and highly related entities. Can anybody point me to a good alternative? A tutorial or documentation to check would be awesome. Thanks!
November 26, 2019 at 07:19PM by sempernewby
https://ift.tt/33l4ztp
reddit
Good backend alternative for Flutter to Firabase
I am new to Flutter and I am trying to build an app by myself as a side project; I have been researching for a severless architecture, as I don’t...
New post on Flutter Dev Google group:
New audio playback plugin
Hi list, I've published a new audio player plugin (including example app) at https://ift.tt/2OKLFqx and also available via pub: https://ift.tt/2rwxb5y Notable differentiating features: - Supports playing from local Flutter
November 26, 2019 at 07:48PM by Daniel Iglesia
https://ift.tt/35DGH5T
New audio playback plugin
Hi list, I've published a new audio player plugin (including example app) at https://ift.tt/2OKLFqx and also available via pub: https://ift.tt/2rwxb5y Notable differentiating features: - Supports playing from local Flutter
November 26, 2019 at 07:48PM by Daniel Iglesia
https://ift.tt/35DGH5T
GitHub
flutter.plugins/packages/audiofileplayer at master · google/flutter.plugins
Contribute to google/flutter.plugins development by creating an account on GitHub.
New tweet from FlutterDev:
🇨🇳 Google Developer Days China 2019
Learn how Flutter renders widgets and how it works under the hood. @fitzface and @mjohnsullivan dig deep into widgets, elements, and render objects.
Watch here → https://t.co/TTlovkZEt9— Flutter (@FlutterDev) November 26, 2019
November 26, 2019 at 09:25PM
http://twitter.com/FlutterDev/status/1199423930701733888
🇨🇳 Google Developer Days China 2019
Learn how Flutter renders widgets and how it works under the hood. @fitzface and @mjohnsullivan dig deep into widgets, elements, and render objects.
Watch here → https://t.co/TTlovkZEt9— Flutter (@FlutterDev) November 26, 2019
November 26, 2019 at 09:25PM
http://twitter.com/FlutterDev/status/1199423930701733888
New post on Flutter Dev Google group:
Testing: How interacts with material design complicated form elements (form lists, dataGrids, buttons, ...)?
Hello everyone I just started investigate Flutter Web Material components and see that layout is done without any classes, tags with unique names or id attributes. So it's really hard to find specific web component and interact with it. Could you please give me some example of how via driver:
November 26, 2019 at 10:13PM by Yuriy Zipov
https://ift.tt/2skBhhP
Testing: How interacts with material design complicated form elements (form lists, dataGrids, buttons, ...)?
Hello everyone I just started investigate Flutter Web Material components and see that layout is done without any classes, tags with unique names or id attributes. So it's really hard to find specific web component and interact with it. Could you please give me some example of how via driver:
November 26, 2019 at 10:13PM by Yuriy Zipov
https://ift.tt/2skBhhP
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:
ESP32 CAM with Flutter | Tutorial - [Part.4] Video Recording with FFmpeg (Baby Monitor)
https://youtu.be/Z5vBs8Mk5rA
November 26, 2019 at 11:38PM by XBriefer
https://ift.tt/2DiMNwf
ESP32 CAM with Flutter | Tutorial - [Part.4] Video Recording with FFmpeg (Baby Monitor)
https://youtu.be/Z5vBs8Mk5rA
November 26, 2019 at 11:38PM by XBriefer
https://ift.tt/2DiMNwf
YouTube
ESP32 CAM with Flutter | Tutorial - [Part.4] Video Recording with FFmpeg (Baby Monitor)
In this video, Part. 4, I'll show you how to add a video recording function using FFmpeg. This app supports to allow you to save videos in the native gallery in both Android and iOS.
Note: This part 4 tutorial is based on the previous video. I hope you've…
Note: This part 4 tutorial is based on the previous video. I hope you've…