New post on /r/flutterdev subreddit:
Flutter Tutorial - Flutter Positioned Widget
https://www.youtube.com/attribution_link?a=w8jUUU9dV7I&u=%2Fwatch%3Fv%3DtBFPtld1AJM%26feature%3Dshare
December 24, 2018 at 04:16AM by whatsupcoders
http://bit.ly/2SitVUa
Flutter Tutorial - Flutter Positioned Widget
https://www.youtube.com/attribution_link?a=w8jUUU9dV7I&u=%2Fwatch%3Fv%3DtBFPtld1AJM%26feature%3Dshare
December 24, 2018 at 04:16AM by whatsupcoders
http://bit.ly/2SitVUa
YouTube
Flutter Tutorial - Flutter Positioned Widget
Flutter Tutorial - Flutter Positioned Widget. In this video, you will learn how to use Positioned Widget and create this beautiful profile page. I have used ...
New post on Flutter Dev Google group:
3D rendering using Flutter
Hi Devs, Can Flutter be used for 3D rendering on Android and iOS, akin to Filament and SceneKit respectively? If so, could you please give a link to a demo project? Thanks
December 24, 2018 at 05:43AM by somenat...@avataar.me
http://bit.ly/2Af7Ajk
3D rendering using Flutter
Hi Devs, Can Flutter be used for 3D rendering on Android and iOS, akin to Filament and SceneKit respectively? If so, could you please give a link to a demo project? Thanks
December 24, 2018 at 05:43AM by somenat...@avataar.me
http://bit.ly/2Af7Ajk
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:
ImageProvider for Firebase Cloud Storage
http://bit.ly/2BB3jGF
December 24, 2018 at 05:36AM by axrossio
http://bit.ly/2Rk5iZM
ImageProvider for Firebase Cloud Storage
http://bit.ly/2BB3jGF
December 24, 2018 at 05:36AM by axrossio
http://bit.ly/2Rk5iZM
Dart Packages
firebase_storage_image | Flutter Package
firebase_storage_image Flutter and Dart package - Flutter's ImageProvider to use images in Firebase Cloud Storage directly for Image, CircleAvatar, ImageIcon, and something like that.
New post on /r/flutterdev subreddit:
Developing Flutter App Livestream - Day Before Christmas Eve!
https://youtu.be/PXv4ovGRXAE
December 24, 2018 at 08:27AM by RobertBrunhage
http://bit.ly/2rURx5K
Developing Flutter App Livestream - Day Before Christmas Eve!
https://youtu.be/PXv4ovGRXAE
December 24, 2018 at 08:27AM by RobertBrunhage
http://bit.ly/2rURx5K
YouTube
Developing Flutter App Livestream - Day Before Christmas Eve!
Skillshare 2 month of free premium: http://bit.ly/Skillshare-Robert Patreon: https://www.patreon.com/RobertBrunhage Follow me on social media: Facebook: http...
New post on Flutter Dev Google group:
Convert json payload to GSON in flutter
Would you please let me know is it possible to convert JSON payload data into GSON object in FLUTTER?
December 24, 2018 at 10:20AM by jayesh kalkani
http://bit.ly/2QQ8RaW
Convert json payload to GSON in flutter
Would you please let me know is it possible to convert JSON payload data into GSON object in FLUTTER?
December 24, 2018 at 10:20AM by jayesh kalkani
http://bit.ly/2QQ8RaW
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:
NEED HELP !!!!
*Hello dev please there is anyone could give a good documentatios *
December 24, 2018 at 10:22AM by Med RAZIQ
http://bit.ly/2QOJqGN
NEED HELP !!!!
*Hello dev please there is anyone could give a good documentatios *
December 24, 2018 at 10:22AM by Med RAZIQ
http://bit.ly/2QOJqGN
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 developer top news of 2018 🔥
http://bit.ly/2QNzlK3
December 24, 2018 at 10:04AM by mobilehackers
http://bit.ly/2BBZ7GT
Flutter developer top news of 2018 🔥
http://bit.ly/2QNzlK3
December 24, 2018 at 10:04AM by mobilehackers
http://bit.ly/2BBZ7GT
Medium
Flutter developer top news of 2018
Carefully curated news for Flutter developers
New post on Flutter Dev Google group:
How can I use Flutter CircularProgressIndicator() middle of the Form?
How can I use Flutter CircularProgressIndicator() middle of the Form? I have a form as; - 3 text form field - 1 dropdown. - 1 normal text ***** - 2 text form field And based on dropdown (Yes/No) example; if section is Yes gets value from internet and assign to normal text and continue to
December 24, 2018 at 12:13PM by Niyazi Toros
http://bit.ly/2rSa7eP
How can I use Flutter CircularProgressIndicator() middle of the Form?
How can I use Flutter CircularProgressIndicator() middle of the Form? I have a form as; - 3 text form field - 1 dropdown. - 1 normal text ***** - 2 text form field And based on dropdown (Yes/No) example; if section is Yes gets value from internet and assign to normal text and continue to
December 24, 2018 at 12:13PM by Niyazi Toros
http://bit.ly/2rSa7eP
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:
Hooks: A new way to write widgets
http://bit.ly/2LzaG6k
December 24, 2018 at 04:07PM by remirousselet
http://bit.ly/2Lzz33E
Hooks: A new way to write widgets
http://bit.ly/2LzaG6k
December 24, 2018 at 04:07PM by remirousselet
http://bit.ly/2Lzz33E
Dart Packages
flutter_hooks | Flutter Package
flutter_hooks Flutter and Dart package - A flutter implementation of React hooks. It adds a new kind of widget with enhanced code reuse.
New post on Flutter Dev Google group:
How to use GestureDetector on CustomPaint Object
I have a custom Paint object i want to add interactivity to it but i am unable to find a way to do so How can i use gesture detector with it CustomPaint( painter: ClockHandsPainter( radius: clockRadius - 40, degree: 0, centerPoint: Offset(0,190) ), ), Enter code here... class
December 24, 2018 at 07:47PM by Ganesh Tiwari
http://bit.ly/2CxNuSP
How to use GestureDetector on CustomPaint Object
I have a custom Paint object i want to add interactivity to it but i am unable to find a way to do so How can i use gesture detector with it CustomPaint( painter: ClockHandsPainter( radius: clockRadius - 40, degree: 0, centerPoint: Offset(0,190) ), ), Enter code here... class
December 24, 2018 at 07:47PM by Ganesh Tiwari
http://bit.ly/2CxNuSP
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:
Some example of how to integrate stripe or PayPal to make payments by mobile app with flutter
I am planning to make an application with flutter but I have not found if it is possible to make payments with some sdk or be able to integrate the payments. Does anyone have an idea?
December 24, 2018 at 10:41PM by sist...@grupoub.mx
http://bit.ly/2LytjXV
Some example of how to integrate stripe or PayPal to make payments by mobile app with flutter
I am planning to make an application with flutter but I have not found if it is possible to make payments with some sdk or be able to integrate the payments. Does anyone have an idea?
December 24, 2018 at 10:41PM by sist...@grupoub.mx
http://bit.ly/2LytjXV
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:
A month of Flutter: setting up Firebase Firestore
http://bit.ly/2EO54o3
December 24, 2018 at 11:26PM by abrahamwilliams
http://bit.ly/2EMT31v
A month of Flutter: setting up Firebase Firestore
http://bit.ly/2EO54o3
December 24, 2018 at 11:26PM by abrahamwilliams
http://bit.ly/2EMT31v
Bendyworks: Ruby on Rails, JavaScript, and UI/UX Design Consulting
A month of Flutter: setting up Firebase Firestore - Bendyworks
We design and build software that stands the test of time, specializing in Ruby on Rails, JavaScript, Clojure, and Ionic.
New post on /r/flutterdev subreddit:
Flutter Tutorial - Flutter Expanded Widget
https://www.youtube.com/attribution_link?a=s3ooBukIfIo&u=%2Fwatch%3Fv%3DDJu5jL8sSHE%26feature%3Dshare
December 25, 2018 at 01:46AM by whatsupcoders
http://bit.ly/2EHvY06
Flutter Tutorial - Flutter Expanded Widget
https://www.youtube.com/attribution_link?a=s3ooBukIfIo&u=%2Fwatch%3Fv%3DDJu5jL8sSHE%26feature%3Dshare
December 25, 2018 at 01:46AM by whatsupcoders
http://bit.ly/2EHvY06
YouTube
Flutter Tutorial - Flutter Expanded Widget
Flutter Tutorial - Flutter Expanded Widget In this video, you will learn how to use Expanded Widget. I have also added a demo page showing you the difference...
New post on /r/flutterdev subreddit:
Testing iPhone without a mac
Hey guys just getting started with flutter and don't have a Mac. Is there any reasonable way to do it?Is hackintosh the best way? I assume a VM would be horrible.
December 25, 2018 at 02:20AM by thejacer87
http://bit.ly/2EISBkF
Testing iPhone without a mac
Hey guys just getting started with flutter and don't have a Mac. Is there any reasonable way to do it?Is hackintosh the best way? I assume a VM would be horrible.
December 25, 2018 at 02:20AM by thejacer87
http://bit.ly/2EISBkF
reddit
r/FlutterDev - Testing iPhone without a mac
1 vote and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
How to create 3D carousel in flutter like image attached?
http://bit.ly/2BIsJm2
December 25, 2018 at 03:42AM by venkimurthy07
http://bit.ly/2QUfvwY
How to create 3D carousel in flutter like image attached?
http://bit.ly/2BIsJm2
December 25, 2018 at 03:42AM by venkimurthy07
http://bit.ly/2QUfvwY
New post on /r/flutterdev subreddit:
what is the best way to connect postgres db directly or via backend?
helloI have one question pleasewhat is the best way to connect to postgres db1- directly via (postgres 1.0.2 flutter plugin)2- via backend like (go ,rust) and get data with POST,GET requests
December 25, 2018 at 04:41AM by adals
http://bit.ly/2CwSrLA
what is the best way to connect postgres db directly or via backend?
helloI have one question pleasewhat is the best way to connect to postgres db1- directly via (postgres 1.0.2 flutter plugin)2- via backend like (go ,rust) and get data with POST,GET requests
December 25, 2018 at 04:41AM by adals
http://bit.ly/2CwSrLA
reddit
r/FlutterDev - what is the best way to connect postgres db directly or via backend?
1 vote and 2 comments so far on Reddit
New post on /r/flutterdev subreddit:
How Dart VM Works under the hood?
http://bit.ly/2Vcju6z
December 25, 2018 at 04:30AM by shubhamhackz
http://bit.ly/2TbqT4a
How Dart VM Works under the hood?
http://bit.ly/2Vcju6z
December 25, 2018 at 04:30AM by shubhamhackz
http://bit.ly/2TbqT4a
New post on /r/flutterdev subreddit:
Is it possible to use the platform's built-in copy/cut/paste popup?
The default copy/cut/paste popup of Flutter is affected by my app's button theme and I prefer if it will just use Android's/iOS's built in popup.
December 25, 2018 at 05:49AM by no_shirt_sherlock
http://bit.ly/2EOp7Cb
Is it possible to use the platform's built-in copy/cut/paste popup?
The default copy/cut/paste popup of Flutter is affected by my app's button theme and I prefer if it will just use Android's/iOS's built in popup.
December 25, 2018 at 05:49AM by no_shirt_sherlock
http://bit.ly/2EOp7Cb
reddit
r/FlutterDev - Is it possible to use the platform's built-in copy/cut/paste popup?
1 vote and 0 comments so far on Reddit
New post on Flutter Dev Google group:
How to remove back button from show bottom sheet?
I am using show bottom sheet. But when I open show bottom sheet, in appbar back button is always showing. Automatically a back button appears. How to remove this back button from appbar? I am using like this: new RaisedButton( child: new Text( 'Click', ), color: Color.fromRGBO(2,49,75
December 25, 2018 at 09:17AM by Falak Sabbir
http://bit.ly/2EKf5m4
How to remove back button from show bottom sheet?
I am using show bottom sheet. But when I open show bottom sheet, in appbar back button is always showing. Automatically a back button appears. How to remove this back button from appbar? I am using like this: new RaisedButton( child: new Text( 'Click', ), color: Color.fromRGBO(2,49,75
December 25, 2018 at 09:17AM by Falak Sabbir
http://bit.ly/2EKf5m4
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:
sdkmanager --update Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/annota
Hello, i face this problem when i try to : flutter doctor --android-licenses A newer version of the Android SDK is required. To update, run: C:\Users\Yasser\AppData\Local\Android\sdk\tools\bin\sdkmanager --update === sdkmanager --update Exception in thread "main" java.lang.NoClassDefFoundErr
December 25, 2018 at 09:44AM by Yasser Elgammal
http://bit.ly/2EMNi4H
sdkmanager --update Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/annota
Hello, i face this problem when i try to : flutter doctor --android-licenses A newer version of the Android SDK is required. To update, run: C:\Users\Yasser\AppData\Local\Android\sdk\tools\bin\sdkmanager --update === sdkmanager --update Exception in thread "main" java.lang.NoClassDefFoundErr
December 25, 2018 at 09:44AM by Yasser Elgammal
http://bit.ly/2EMNi4H
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:
Twitter Animated FAB: “How To Do It In Flutter” – Flutter Community – Medium
http://bit.ly/2AeSA4M
December 25, 2018 at 11:39AM by RaoufRahiche
http://bit.ly/2SkNLho
Twitter Animated FAB: “How To Do It In Flutter” – Flutter Community – Medium
http://bit.ly/2AeSA4M
December 25, 2018 at 11:39AM by RaoufRahiche
http://bit.ly/2SkNLho
Medium
Twitter Animated FAB: “How To Do It In Flutter”
Most of the time when you try to learn something new quickly you just go to practice and in mobile development, we often try to replicate…