New post on Flutter Dev Google group:
How to build middleware development environment on ubuntu to interact soap web services WSDL?
For my flutter project I need to interact soap web services wsdl. Currently for basic call I have to build soap web services wsdl envelope manually. For the advance soap web services wsdl I need to use the services directly and currently this is not possible to do with flutter? I am thinking to
April 23, 2019 at 06:40AM by Niyazi Toros
http://bit.ly/2vfDUzt
How to build middleware development environment on ubuntu to interact soap web services WSDL?
For my flutter project I need to interact soap web services wsdl. Currently for basic call I have to build soap web services wsdl envelope manually. For the advance soap web services wsdl I need to use the services directly and currently this is not possible to do with flutter? I am thinking to
April 23, 2019 at 06:40AM by Niyazi Toros
http://bit.ly/2vfDUzt
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 Tutorial Part 4: Http Fetch data and parse JSON with ListView (Speed x1.25 is better)
https://youtu.be/4fk8AsRmCzw
April 23, 2019 at 07:16AM by railsgem
http://bit.ly/2IyWDyR
Flutter Tutorial Part 4: Http Fetch data and parse JSON with ListView (Speed x1.25 is better)
https://youtu.be/4fk8AsRmCzw
April 23, 2019 at 07:16AM by railsgem
http://bit.ly/2IyWDyR
YouTube
Flutter Tutorial Part 4: Http Fetch data and parse JSON with ListView (Speed x1.25 is better)
Github: https://github.com/railsgem/FlutterTutorial/tree/master/04_flutter_http_json
Medium: https://medium.com/@jun.chenying/flutter-tutorial-part-4-http-fetch-data-and-parse-json-with-listview-ba0fb638a0fa
Flutter Tutorial part3: Push notification with…
Medium: https://medium.com/@jun.chenying/flutter-tutorial-part-4-http-fetch-data-and-parse-json-with-listview-ba0fb638a0fa
Flutter Tutorial part3: Push notification with…
New post on Flutter Dev Google group:
widget that expensive to create
Hi all. I have two screens in my app. One of them has WebView (http://bit.ly/2CNyKPO) and it loads huge web page. It takes sugnificant amout of time. My problem is that when I leave the webview screen and go back, the webview reloads page from scratch. Is it possible
April 23, 2019 at 08:55AM by Sergey Lagner
http://bit.ly/2DwE6it
widget that expensive to create
Hi all. I have two screens in my app. One of them has WebView (http://bit.ly/2CNyKPO) and it loads huge web page. It takes sugnificant amout of time. My problem is that when I leave the webview screen and go back, the webview reloads page from scratch. Is it possible
April 23, 2019 at 08:55AM by Sergey Lagner
http://bit.ly/2DwE6it
Dart Packages
webview_flutter | Flutter Package
A Flutter plugin that provides a WebView widget on Android and iOS.
New post on Flutter Dev Google group:
Push notification in background
Is there any way to get push notification while the app is in backgroound or killed without using Android or Ios Native code?
April 23, 2019 at 09:30AM by I A KHAN
http://bit.ly/2DEkMA7
Push notification in background
Is there any way to get push notification while the app is in backgroound or killed without using Android or Ios Native code?
April 23, 2019 at 09:30AM by I A KHAN
http://bit.ly/2DEkMA7
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 Tutorial Part 4: Http Fetch data and parse JSON with ListView (Speed x 1.25 is better)
https://youtu.be/4fk8AsRmCzw
April 23, 2019 at 09:27AM by railsgem
http://bit.ly/2UzkXCi
Flutter Tutorial Part 4: Http Fetch data and parse JSON with ListView (Speed x 1.25 is better)
https://youtu.be/4fk8AsRmCzw
April 23, 2019 at 09:27AM by railsgem
http://bit.ly/2UzkXCi
YouTube
Flutter Tutorial Part 4: Http Fetch data and parse JSON with ListView (Speed x1.25 is better)
Github: https://github.com/railsgem/FlutterTutorial/tree/master/04_flutter_http_json
Medium: https://medium.com/@jun.chenying/flutter-tutorial-part-4-http-fetch-data-and-parse-json-with-listview-ba0fb638a0fa
Flutter Tutorial part3: Push notification with…
Medium: https://medium.com/@jun.chenying/flutter-tutorial-part-4-http-fetch-data-and-parse-json-with-listview-ba0fb638a0fa
Flutter Tutorial part3: Push notification with…
New post on /r/flutterdev subreddit:
Flutter Book App | UI Speed Design
https://www.youtube.com/watch?v=-b6aSjdBDd8
April 23, 2019 at 10:24AM by postgor
http://bit.ly/2Dtg1sG
Flutter Book App | UI Speed Design
https://www.youtube.com/watch?v=-b6aSjdBDd8
April 23, 2019 at 10:24AM by postgor
http://bit.ly/2Dtg1sG
YouTube
Flutter Book App | UI Speed Design
Flutter UI speed design of a Book App.
Source Code:
https://github.com/funwithflutter/flutter-ui-concepts/tree/master/book_app
Inspired by this design:
https://dribbble.com/shots/4256473-app-reader
Source Code:
https://github.com/funwithflutter/flutter-ui-concepts/tree/master/book_app
Inspired by this design:
https://dribbble.com/shots/4256473-app-reader
New post on /r/flutterdev subreddit:
17 Flutter Apps You Never Knew Existed
http://bit.ly/2DucPNH
April 23, 2019 at 10:19AM by adityamishra282
http://bit.ly/2ID7mIK
17 Flutter Apps You Never Knew Existed
http://bit.ly/2DucPNH
April 23, 2019 at 10:19AM by adityamishra282
http://bit.ly/2ID7mIK
Cumulations
17 Flutter Apps You Never Knew Existed
Some of the most known and used apps of the world including Alibaba and Google ads, run on the Flutter platform. But there are also many other flutter apps that provide a world-class user experience.
New post on /r/flutterdev subreddit:
Stack data structure
I've created a dart package for the stack data structure for OOP guys who want to use the push and pop naming instead of last and first.
April 23, 2019 at 10:09AM by ammaratef45
http://bit.ly/2XCQ69U
Stack data structure
I've created a dart package for the stack data structure for OOP guys who want to use the push and pop naming instead of last and first.
April 23, 2019 at 10:09AM by ammaratef45
http://bit.ly/2XCQ69U
Dart Packages
stack | Dart Package
A package for stack data structure.
New post on /r/flutterdev subreddit:
Streams + Futures for HTTP Requests & Peek at RxVMS Architecture
https://www.youtube.com/watch?v=T9aYTkF53X0&feature=youtu.be
April 23, 2019 at 11:32AM by zaiste
http://bit.ly/2XBFtUQ
Streams + Futures for HTTP Requests & Peek at RxVMS Architecture
https://www.youtube.com/watch?v=T9aYTkF53X0&feature=youtu.be
April 23, 2019 at 11:32AM by zaiste
http://bit.ly/2XBFtUQ
YouTube
Flutter in Practice - E19: Streams + Futures for HTTP Requests (Peek at RxVMS)
Flutter in Practice is a free programming course that teaches how to write a mobile application using Flutter framework and Dart programming language. Instea...
New post on Flutter Dev Google group:
Issue on webview_flutter
Hi I'm working with flutter webview. I had generated an url and assigned it to a variable in one controller.And need to call that variable in other controller(StateFulWidget) getting an error "Invalid constant value.dart (invalid_constant)". can you please share the solution for this problem.
April 23, 2019 at 01:03PM by rajkumar.g...@gmail.com
http://bit.ly/2XAPvp6
Issue on webview_flutter
Hi I'm working with flutter webview. I had generated an url and assigned it to a variable in one controller.And need to call that variable in other controller(StateFulWidget) getting an error "Invalid constant value.dart (invalid_constant)". can you please share the solution for this problem.
April 23, 2019 at 01:03PM by rajkumar.g...@gmail.com
http://bit.ly/2XAPvp6
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:
TabBarview with bubble tab indicator example
http://bit.ly/2viv4kB
April 23, 2019 at 01:09PM by bhavisingh
http://bit.ly/2UA7Bpk
TabBarview with bubble tab indicator example
http://bit.ly/2viv4kB
April 23, 2019 at 01:09PM by bhavisingh
http://bit.ly/2UA7Bpk
GitHub
singhbhavneet/jokes
A flutter application for loading jokes from https://official-joke-api.appspot.com/jokes/general/ten - singhbhavneet/jokes
New post on /r/flutterdev subreddit:
How to get push notifications in flutter app without any native coding for android or ios
No text found
April 23, 2019 at 01:07PM by darshank5761
http://bit.ly/2Zt58AD
How to get push notifications in flutter app without any native coding for android or ios
No text found
April 23, 2019 at 01:07PM by darshank5761
http://bit.ly/2Zt58AD
reddit
r/FlutterDev - How to get push notifications in flutter app without any native coding for android or ios
0 votes and 0 comments so far on Reddit
New post on Flutter Dev Google group:
sample project
Hi All, i’m new here.. i’m searching for a sample project with geofence & local notifications working for ios & android some links ? Thanks
April 23, 2019 at 02:25PM by Mauro Miotello
http://bit.ly/2IRPFEz
sample project
Hi All, i’m new here.. i’m searching for a sample project with geofence & local notifications working for ios & android some links ? Thanks
April 23, 2019 at 02:25PM by Mauro Miotello
http://bit.ly/2IRPFEz
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:
How To Use Multi Image Picker With Image Cropper?
I am currently using the dart multi-image picker plugin to select multiple photos in the app I am working on. When returning you get a list of Asset. I am trying to convert the Asset into a File to allow the image cropper to display the image correctly. Any idea on how to implement this conversion properly?links to plugins:Multi Image Picker: https://pub.dartlang.org/packages/multi_image_pickerImage Cropper: https://pub.dartlang.org/packages/image_cropper
April 23, 2019 at 02:39PM by dev_nick_d
http://bit.ly/2PptG9a
How To Use Multi Image Picker With Image Cropper?
I am currently using the dart multi-image picker plugin to select multiple photos in the app I am working on. When returning you get a list of Asset. I am trying to convert the Asset into a File to allow the image cropper to display the image correctly. Any idea on how to implement this conversion properly?links to plugins:Multi Image Picker: https://pub.dartlang.org/packages/multi_image_pickerImage Cropper: https://pub.dartlang.org/packages/image_cropper
April 23, 2019 at 02:39PM by dev_nick_d
http://bit.ly/2PptG9a
Dart packages
multi_image_picker | Flutter Package
Flutter plugin that allows you to display multi image picker on iOS and Android.
New post on Flutter Dev Google group:
answer color
How to make it so that when choosing the answer option, it lights up? Right green, wrong red? return Scaffold( appBar: AppBar( title: Text("Экзамен"), backgroundColor: Color(0xFF3b3b3b), leading: IconButton(icon: Icon(Icons.arrow_back, color: Colors.whi
April 23, 2019 at 04:38PM by anco...@gmail.com
http://bit.ly/2XECjPR
answer color
How to make it so that when choosing the answer option, it lights up? Right green, wrong red? return Scaffold( appBar: AppBar( title: Text("Экзамен"), backgroundColor: Color(0xFF3b3b3b), leading: IconButton(icon: Icon(Icons.arrow_back, color: Colors.whi
April 23, 2019 at 04:38PM by anco...@gmail.com
http://bit.ly/2XECjPR
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:
How do I use my own Sketch/Adobe XD Icons?
So I have a design mocked up in Sketch/Adobe XD and I would like to use the icons I have there but I don't know how to go about doing it. All I have ever used are the Material Icons. I tried searching but can't find anything.Thanks.
April 23, 2019 at 04:56PM by nXception
http://bit.ly/2KY7SD3
How do I use my own Sketch/Adobe XD Icons?
So I have a design mocked up in Sketch/Adobe XD and I would like to use the icons I have there but I don't know how to go about doing it. All I have ever used are the Material Icons. I tried searching but can't find anything.Thanks.
April 23, 2019 at 04:56PM by nXception
http://bit.ly/2KY7SD3
reddit
r/FlutterDev - How do I use my own Sketch/Adobe XD Icons?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter Architecture — ScopedModel, A complete guide to a real world setup (Video and Written)
http://bit.ly/2Dvu559
April 23, 2019 at 06:17PM by Filledstacks
http://bit.ly/2W1FalL
Flutter Architecture — ScopedModel, A complete guide to a real world setup (Video and Written)
http://bit.ly/2Dvu559
April 23, 2019 at 06:17PM by Filledstacks
http://bit.ly/2W1FalL
Medium
Flutter Architecture-ScopedModel, A complete guide to real world architecture
ScopedModel is known for only being used in Small apps, but with the right setup we can push it a bit further. Maybe medium-semi-large?
New post on /r/flutterdev subreddit:
Flutter - Google Maps and Markers
https://youtu.be/hBL-zpC4rQA
April 23, 2019 at 06:13PM by rajayogan27
http://bit.ly/2W3I89o
Flutter - Google Maps and Markers
https://youtu.be/hBL-zpC4rQA
April 23, 2019 at 06:13PM by rajayogan27
http://bit.ly/2W3I89o
YouTube
Flutter - Google Maps and Markers
Need an app ? - https://rajayogan.com
Buy my course - https://www.udemy.com/learn-flutter-from-scratch/?couponCode=SPECOFF
Follow me on twitter - https://twitter.com/rajayogan14k
Other flutter videos - https://www.youtube.com/playlist?list=PLgGjX33Qsw…
Buy my course - https://www.udemy.com/learn-flutter-from-scratch/?couponCode=SPECOFF
Follow me on twitter - https://twitter.com/rajayogan14k
Other flutter videos - https://www.youtube.com/playlist?list=PLgGjX33Qsw…
New post on /r/flutterdev subreddit:
Flutter Architecture — ScopedModel, A complete guide to a real world setup
http://bit.ly/2Dvu559
April 23, 2019 at 06:12PM by Purple_Pizzazz
http://bit.ly/2Dvb5DT
Flutter Architecture — ScopedModel, A complete guide to a real world setup
http://bit.ly/2Dvu559
April 23, 2019 at 06:12PM by Purple_Pizzazz
http://bit.ly/2Dvb5DT
Medium
Flutter Architecture-ScopedModel, A complete guide to real world architecture
ScopedModel is known for only being used in Small apps, but with the right setup we can push it a bit further. Maybe medium-semi-large?
New tweet from FlutterDev:
Whenever, wherever, we're meant to be together!
When used together, the ValueListenableBuilder widget and ValueNotifier automatically update data throughout your app whenever and wherever changes exist.
Click for more #WidgetoftheWeek tips! ↓ pic.twitter.com/06zGRwdxYf— Flutter (@FlutterDev) April 23, 2019
April 23, 2019 at 07:18PM
http://twitter.com/FlutterDev/status/1120738722486423553
Whenever, wherever, we're meant to be together!
When used together, the ValueListenableBuilder widget and ValueNotifier automatically update data throughout your app whenever and wherever changes exist.
Click for more #WidgetoftheWeek tips! ↓ pic.twitter.com/06zGRwdxYf— Flutter (@FlutterDev) April 23, 2019
April 23, 2019 at 07:18PM
http://twitter.com/FlutterDev/status/1120738722486423553
Twitter
#widgetoftheweek hashtag on Twitter
15h ago @FlutterDev tweeted: "✏️ Writing your own button controls from.." - read what others are saying and join the conversation.