New post on /r/flutterdev subreddit:
Learning the BLoC Pattern by David McCreary
https://m.youtube.com/watch?feature=youtu.be&v=tJpn9RwZz8Q
February 20, 2019 at 09:02PM by Purple_Pizzazz
https://ift.tt/2SiBQ37
Learning the BLoC Pattern by David McCreary
https://m.youtube.com/watch?feature=youtu.be&v=tJpn9RwZz8Q
February 20, 2019 at 09:02PM by Purple_Pizzazz
https://ift.tt/2SiBQ37
YouTube
Learning the BLoC Pattern by David McCreary
The BLoC (Business Logic Component) pattern is way of managing state that uses streams and sinks exclusively. David goes over what streams are, when it makes...
New post on /r/flutterdev subreddit:
Coding for Morons | 01 Functions
https://www.youtube.com/watch?v=FBBLudr4luI
February 20, 2019 at 10:17PM by postgor
https://ift.tt/2GB6C5E
Coding for Morons | 01 Functions
https://www.youtube.com/watch?v=FBBLudr4luI
February 20, 2019 at 10:17PM by postgor
https://ift.tt/2GB6C5E
New post on /r/flutterdev subreddit:
How do i create list view that loops its contents.
For example, lets say I have a list view with the index 1, 2, 3, 4, 5 when I reach the end of the list view at index 5, I want the list view to continue scrolling and display the contents of index 1 , 2 , 3 etc.the Swiper plugin accomplishes this exactly. But how can I make the same concept work in a list view?https://pub.dartlang.org/packages/flutter_swiper
February 20, 2019 at 10:47PM by zapoJMR
https://ift.tt/2EjqibN
How do i create list view that loops its contents.
For example, lets say I have a list view with the index 1, 2, 3, 4, 5 when I reach the end of the list view at index 5, I want the list view to continue scrolling and display the contents of index 1 , 2 , 3 etc.the Swiper plugin accomplishes this exactly. But how can I make the same concept work in a list view?https://pub.dartlang.org/packages/flutter_swiper
February 20, 2019 at 10:47PM by zapoJMR
https://ift.tt/2EjqibN
Dart packages
flutter_swiper | Flutter Package
The best swiper(carousel) for flutter, with multiple layouts, infinite loop. Compatible with Android & iOS.
New post on Flutter Dev Google group:
Zoom and draggable objects
I am trying to implement two circles zooming at the same time then drag them independently. I already implemented something to add the circles and the zoom function but the drag functionality is my problem. I am a new using flutter. I am using this code: https://ift.tt/2VbLc2l
February 21, 2019 at 05:06AM by Santiago Taco
https://ift.tt/2ElCOI1
Zoom and draggable objects
I am trying to implement two circles zooming at the same time then drag them independently. I already implemented something to add the circles and the zoom function but the drag functionality is my problem. I am a new using flutter. I am using this code: https://ift.tt/2VbLc2l
February 21, 2019 at 05:06AM by Santiago Taco
https://ift.tt/2ElCOI1
New post on /r/flutterdev subreddit:
What is the "customer: ***" label in the official GitHub repo
I realized that some issues in the officail GitHub repo of Flutter have "customer: ..." like this: https://imgur.com/a/TlWk20HProbably they are issues reported by the Google's customers. So
February 21, 2019 at 06:13AM by lowasdf
https://ift.tt/2VaYZpW
What is the "customer: ***" label in the official GitHub repo
I realized that some issues in the officail GitHub repo of Flutter have "customer: ..." like this: https://imgur.com/a/TlWk20HProbably they are issues reported by the Google's customers. So
customer: solaris
or customer: udacity
are make sence. But many of them look just normal terms rather than organization's namesAre they kinds of codenames of other companies? (If it's true, customer: penguin
must be from the Linux Foundation lol.)February 21, 2019 at 06:13AM by lowasdf
https://ift.tt/2VaYZpW
Imgur
Post with 0 views. Shared by lolololow.
New post on /r/flutterdev subreddit:
Flutter Tutorial - Flutter Slider Widget
Flutter Tutorial - Flutter Slider Widget https://www.youtube.com/watch?v=n3__i6oMrtI
February 21, 2019 at 05:44AM by whatsupcoders
https://ift.tt/2Ta0Bmk
Flutter Tutorial - Flutter Slider Widget
Flutter Tutorial - Flutter Slider Widget https://www.youtube.com/watch?v=n3__i6oMrtI
February 21, 2019 at 05:44AM by whatsupcoders
https://ift.tt/2Ta0Bmk
YouTube
Flutter Tutorial - Flutter Slider Widget
Flutter Tutorial - Flutter Slider Widget
In this video, you will see how to use Slider Widgets in your Flutter application.
I have also included 3 demo use cases in the video.
For more details about Align Widget please watch my Flutter Tutorial - Flutter…
In this video, you will see how to use Slider Widgets in your Flutter application.
I have also included 3 demo use cases in the video.
For more details about Align Widget please watch my Flutter Tutorial - Flutter…
New post on Flutter Dev Google group:
checkbox eror
I have trouble adding the checkbox I tried a lot and did not find out the reason for the eror I will put the eror that I have with the code The eror is Compiler message: lib/MyApplication.dart:34:24: Error: Too few positional arguments: 1 required, 0 given. new Checkbox (
February 21, 2019 at 07:08AM by Prog Sarah
https://ift.tt/2Scq4qR
checkbox eror
I have trouble adding the checkbox I tried a lot and did not find out the reason for the eror I will put the eror that I have with the code The eror is Compiler message: lib/MyApplication.dart:34:24: Error: Too few positional arguments: 1 required, 0 given. new Checkbox (
February 21, 2019 at 07:08AM by Prog Sarah
https://ift.tt/2Scq4qR
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 Make a PNG Gradient Overlay in Flutter
https://ift.tt/2tsbIZw
February 21, 2019 at 07:30AM by Purple_Pizzazz
https://ift.tt/2GUDDJx
How to Make a PNG Gradient Overlay in Flutter
https://ift.tt/2tsbIZw
February 21, 2019 at 07:30AM by Purple_Pizzazz
https://ift.tt/2GUDDJx
Medium
How to Make a PNG Gradient Overlay in Flutter
Hi everyone! Oleh Nahornyi, one of our mobile developers and Flutter fan, has conducted great research on how to apply a gradient to a…
New post on Flutter Dev Google group:
Spatial Navigation KeyEvent Problem
I'm trying to build a spatial navigation package for Flutter to fill the giant hole in the API and bring the framework to Android TV / tvOS and I'm hitting a snag. The documentation says to use a FocusNode along with a RawKeyEventListener to get key events but it doesn't seem to work without
February 21, 2019 at 10:18AM by Kyle Bedell
https://ift.tt/2Iqoz8Y
Spatial Navigation KeyEvent Problem
I'm trying to build a spatial navigation package for Flutter to fill the giant hole in the API and bring the framework to Android TV / tvOS and I'm hitting a snag. The documentation says to use a FocusNode along with a RawKeyEventListener to get key events but it doesn't seem to work without
February 21, 2019 at 10:18AM by Kyle Bedell
https://ift.tt/2Iqoz8Y
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:
Background image
Hey,I am trying to display background image over full scaffold body with Container BoxDecoration:
February 21, 2019 at 10:14AM by xfrozenspiritx
https://ift.tt/2GCMr7h
Background image
Hey,I am trying to display background image over full scaffold body with Container BoxDecoration:
return MaterialApp( home: Scaffold( appBar: AppBar( title: Text('Title'), ), body: Container( decoration: BoxDecoration( image: DecorationImage( image: AssetImage('assets/lake.jpg'), fit: BoxFit.cover)), child: Column( children: <Widget>[ Row( children: <Widget>[ Expanded( child: TextFormField() ) ], ) ], )), ), );What I get is great until I focus on TextField. Once I focus on textfield, keyboard comes up and also image comes up with it.How could I achieve that keyboard comes up over background image and not affect its height?https://i.redd.it/oor8fch22wh21.pnghttps://i.redd.it/0kzg2se32wh21.png
February 21, 2019 at 10:14AM by xfrozenspiritx
https://ift.tt/2GCMr7h
New post on /r/flutterdev subreddit:
SharedPreferences store object
I want to store objects in shared_preferences pluggin. How to do that?
February 21, 2019 at 10:12AM by fardeen9983
https://ift.tt/2Ngw7ts
SharedPreferences store object
I want to store objects in shared_preferences pluggin. How to do that?
February 21, 2019 at 10:12AM by fardeen9983
https://ift.tt/2Ngw7ts
reddit
r/FlutterDev - SharedPreferences store object
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
How to create a lazy loading zoomable list?
I wonder if anyone of you created some kind of listview that supports pinch to zoom and is also lazy loading additional content 🤔I started to look into RenderSlivers but a implementation on a higher level would be easier.
February 21, 2019 at 10:35AM by julianlenz
https://ift.tt/2T7YNu6
How to create a lazy loading zoomable list?
I wonder if anyone of you created some kind of listview that supports pinch to zoom and is also lazy loading additional content 🤔I started to look into RenderSlivers but a implementation on a higher level would be easier.
February 21, 2019 at 10:35AM by julianlenz
https://ift.tt/2T7YNu6
reddit
r/FlutterDev - How to create a lazy loading zoomable list?
0 votes and 1 comment so far on Reddit
New post on Flutter Dev Google group:
Build and develop Google Trips in Flutter
Hello devs, I'm new to Flutter and want to work with a peer in a project: we want to duplicate the layout and some maps feature in Flutter. Any suggestions to where to start with? Thanks!
February 21, 2019 at 12:36PM by Raffaele Vitale
https://ift.tt/2NjcEbI
Build and develop Google Trips in Flutter
Hello devs, I'm new to Flutter and want to work with a peer in a project: we want to duplicate the layout and some maps feature in Flutter. Any suggestions to where to start with? Thanks!
February 21, 2019 at 12:36PM by Raffaele Vitale
https://ift.tt/2NjcEbI
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:
understanding flutter
Hello, I want to understand how flutter works. Does it's code will convert to java?
February 21, 2019 at 01:30PM by glenn mejias
https://ift.tt/2DYnn7g
understanding flutter
Hello, I want to understand how flutter works. Does it's code will convert to java?
February 21, 2019 at 01:30PM by glenn mejias
https://ift.tt/2DYnn7g
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:
Finding the Boundaries of Flutter
I wanted to find the limitations of flutter. So I decided to create some difficult UI from different design sites and build them in using flutter. Choose an easy one for the first time.Thought I should share this work with the communityGitHub: https://github.com/Sadman…/flutter_music_ui_desing_challengeProcessing gif qjgrxdkimxh21...
February 21, 2019 at 03:29PM by sadmansarar
https://ift.tt/2SjIq9o
Finding the Boundaries of Flutter
I wanted to find the limitations of flutter. So I decided to create some difficult UI from different design sites and build them in using flutter. Choose an easy one for the first time.Thought I should share this work with the communityGitHub: https://github.com/Sadman…/flutter_music_ui_desing_challengeProcessing gif qjgrxdkimxh21...
February 21, 2019 at 03:29PM by sadmansarar
https://ift.tt/2SjIq9o
GitHub
SadmanSarar/flutter_music_ui_desing_challenge
A new Flutter Project for recreating UI shown in https://www.uplabs.com/posts/music-interface-ui-design . - SadmanSarar/flutter_music_ui_desing_challenge
New post on /r/flutterdev subreddit:
App Size too large
I developed some basic applications on Flutter , and app size is too large. Any updates or fixes yet?Thanks
February 21, 2019 at 05:12PM by FesterLord
https://ift.tt/2GDDydE
App Size too large
I developed some basic applications on Flutter , and app size is too large. Any updates or fixes yet?Thanks
February 21, 2019 at 05:12PM by FesterLord
https://ift.tt/2GDDydE
reddit
r/FlutterDev - App Size too large
0 votes and 3 comments so far on Reddit
New post on /r/flutterdev subreddit:
Participate in Flutter Contest and win prizes
https://ift.tt/2V8zDZD
February 21, 2019 at 06:10PM by imthepk
https://ift.tt/2Njrpvc
Participate in Flutter Contest and win prizes
https://ift.tt/2V8zDZD
February 21, 2019 at 06:10PM by imthepk
https://ift.tt/2Njrpvc
flutter.dev
Flutter Create
A contest that challenges developers to build something interesting, inspiring, and beautiful with Flutter
New post on /r/flutterdev subreddit:
Looking for Opensource Handyman Project
Hello everyone, I'm looking for an opensource app for handyman written in flutter or native Java/Swift, someone can tell me one?
February 21, 2019 at 06:52PM by zephyr_bf
https://ift.tt/2STOlar
Looking for Opensource Handyman Project
Hello everyone, I'm looking for an opensource app for handyman written in flutter or native Java/Swift, someone can tell me one?
February 21, 2019 at 06:52PM by zephyr_bf
https://ift.tt/2STOlar
reddit
r/FlutterDev - Looking for Opensource Handyman Project
0 votes and 0 comments so far on Reddit
New tweet from flutterio:
We have confirmed @abbeyroad, @square, @reflectly, @nevercode, and @groupon will be talking with us at #MWC19! 🥳🎉 https://t.co/Oe09OOt9Bf— Flutter (@flutterio) February 21, 2019
February 21, 2019 at 08:20PM
http://twitter.com/flutterio/status/1098663859781623808
We have confirmed @abbeyroad, @square, @reflectly, @nevercode, and @groupon will be talking with us at #MWC19! 🥳🎉 https://t.co/Oe09OOt9Bf— Flutter (@flutterio) February 21, 2019
February 21, 2019 at 08:20PM
http://twitter.com/flutterio/status/1098663859781623808
Twitter
Abbey Road Studios (@AbbeyRoad) | Twitter
The latest Tweets from Abbey Road Studios (@AbbeyRoad). Opened in 1931 to enable music creativity & recording innovation, Abbey Road continues to welcome & support creators across the globe. 3 Abbey Road, London
New tweet from flutterio:
We have confirmed @groupon, @abbeyroad, @squaredev, @reflectlyapp, and @nevercodeHQ will be talking with us at #MWC19. 🥳🎉 https://t.co/Oe09OOt9Bf— Flutter (@flutterio) February 21, 2019
February 21, 2019 at 08:34PM
http://twitter.com/flutterio/status/1098667282342051840
We have confirmed @groupon, @abbeyroad, @squaredev, @reflectlyapp, and @nevercodeHQ will be talking with us at #MWC19. 🥳🎉 https://t.co/Oe09OOt9Bf— Flutter (@flutterio) February 21, 2019
February 21, 2019 at 08:34PM
http://twitter.com/flutterio/status/1098667282342051840
Twitter
Groupon (@Groupon) | Twitter
The latest Tweets from Groupon (@Groupon). Official feed for Groupon news and announcements. #BlackLivesMatter
Contact @GrouponHelpUS for customer support. US/CAN
Contact @GrouponHelpUS for customer support. US/CAN