Reddit: Is there a way to create a horizontal ListView with snapping?
I know there is a `ListWheelScrollView` class that does something like a iOS style vertical scrolling picker, but there doesn't seems to be a option to make it horizontal. So is there any way to make one using `ListView`?
Submitted July 10, 2018 at 10:30AM by edwardwong608
via reddit https://ift.tt/2L7f4Zf
I know there is a `ListWheelScrollView` class that does something like a iOS style vertical scrolling picker, but there doesn't seems to be a option to make it horizontal. So is there any way to make one using `ListView`?
Submitted July 10, 2018 at 10:30AM by edwardwong608
via reddit https://ift.tt/2L7f4Zf
reddit
r/FlutterDev - Is there a way to create a horizontal ListView with snapping?
1 votes and 6 so far on reddit
Reddit: Flutter app using beacons
Does anyone have experience with making a Flutter app using beacon technology?I've tried using the beacons plugin but I couldn't get my app running after adding the dependency.I've also tried using the flutterblue plugin but it didn't detect my Estimote beacons.Can anyone help me? :)
Submitted July 10, 2018 at 12:12PM by bramwarsx
via reddit https://ift.tt/2ubdaA4
Does anyone have experience with making a Flutter app using beacon technology?I've tried using the beacons plugin but I couldn't get my app running after adding the dependency.I've also tried using the flutterblue plugin but it didn't detect my Estimote beacons.Can anyone help me? :)
Submitted July 10, 2018 at 12:12PM by bramwarsx
via reddit https://ift.tt/2ubdaA4
reddit
r/FlutterDev - Flutter app using beacons
1 votes and 0 so far on reddit
GGroup: How can i change the color of underline of a input TextField?
I have tried to define the Input decoration to change the color of underline of input TextField. But it's not working. can anyone suggest what am i missing here ? Here is the Code snippet : decoration: InputDecoration( hintText: 'Username', hintStyle: TextStyle(color: Colors.white), border: new
Submitted July 10, 2018 at 01:25PM by venu gopal Gupta
via Flutter Dev https://ift.tt/2zm1WxI
I have tried to define the Input decoration to change the color of underline of input TextField. But it's not working. can anyone suggest what am i missing here ? Here is the Code snippet : decoration: InputDecoration( hintText: 'Username', hintStyle: TextStyle(color: Colors.white), border: new
Submitted July 10, 2018 at 01:25PM by venu gopal Gupta
via Flutter Dev https://ift.tt/2zm1WxI
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.
GGroup: Flutter/Dart which architecture for App and potentially web app?
-- Question: So I heard of many different approaches to structure flutter apps and it just really overwhelmed me. There is MVI or MVU or MVP-based architectures, Redux, RxDart, scoped_model, just lifting state up, ... and 100 more structure i don't know and can't get to grasp. What are
Submitted July 10, 2018 at 01:41PM by Jonas Sander
via Flutter Dev https://ift.tt/2ul5tqd
-- Question: So I heard of many different approaches to structure flutter apps and it just really overwhelmed me. There is MVI or MVU or MVP-based architectures, Redux, RxDart, scoped_model, just lifting state up, ... and 100 more structure i don't know and can't get to grasp. What are
Submitted July 10, 2018 at 01:41PM by Jonas Sander
via Flutter Dev https://ift.tt/2ul5tqd
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.
Reddit: Flutter with Eric Seidel - Software Engineering Daily
https://ift.tt/2KQ7tRV
Submitted July 10, 2018 at 01:49PM by bartturner
via reddit https://ift.tt/2KY7tza
https://ift.tt/2KQ7tRV
Submitted July 10, 2018 at 01:49PM by bartturner
via reddit https://ift.tt/2KY7tza
Software Engineering Daily
Flutter with Eric Seidel - Software Engineering Daily
Flutter is a project from Google that is rebuilding user interface engineering from the ground up. Today, most engineering teams have dedicated engineering resources for web, iOS, and Android. These different platforms have their own design constraints, their…
GGroup: Charts and setting max value
Okie dokie, Hope this makes sense. I have a chart that will update depending on weather conditions, however I was the max tick mark visible on the chart at all times, whether the updated value is 13 or 95. Does anyone know a way to do something like that? Attached are reference screenshots.
Submitted July 10, 2018 at 02:06PM by Greg Tardif
via Flutter Dev https://ift.tt/2zn5M9K
Okie dokie, Hope this makes sense. I have a chart that will update depending on weather conditions, however I was the max tick mark visible on the chart at all times, whether the updated value is 13 or 95. Does anyone know a way to do something like that? Attached are reference screenshots.
Submitted July 10, 2018 at 02:06PM by Greg Tardif
via Flutter Dev https://ift.tt/2zn5M9K
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.
Reddit: Slider width, height
Hi, I want to change slider size, width height, but I couldnt find any doc about that. I found something relaate to custom shape, but I want just to change size.
Submitted July 10, 2018 at 02:25PM by ghots1993
via reddit https://ift.tt/2uoTmsy
Hi, I want to change slider size, width height, but I couldnt find any doc about that. I found something relaate to custom shape, but I want just to change size.
Submitted July 10, 2018 at 02:25PM by ghots1993
via reddit https://ift.tt/2uoTmsy
reddit
r/FlutterDev - Slider width, height
1 votes and 0 so far on reddit
Reddit: Is there anyone who took Stephen Grider's Flutter Course on Udemy ?
[URGENT]
I need help, is there anyone who enrolled stephen grider's udemy flutter course please ?
Submitted July 10, 2018 at 02:10PM by imrobin47
via reddit https://ift.tt/2u7IvUt
[URGENT]
I need help, is there anyone who enrolled stephen grider's udemy flutter course please ?
Submitted July 10, 2018 at 02:10PM by imrobin47
via reddit https://ift.tt/2u7IvUt
reddit
r/FlutterDev - Is there anyone who took Stephen Grider's Flutter Course on Udemy ?
1 votes and 0 so far on reddit
GGroup: Visual Studio Code Inspector
Does Visual Studio Code have something similar to the Inspector in IntelliJ?
Submitted July 10, 2018 at 02:32PM by John Muchow
via Flutter Dev https://ift.tt/2J9kEIH
Does Visual Studio Code have something similar to the Inspector in IntelliJ?
Submitted July 10, 2018 at 02:32PM by John Muchow
via Flutter Dev https://ift.tt/2J9kEIH
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.
GGroup: Where does title in MaterialApp appear?
As it relates to a Material App and the title, my understanding is that the title on iOS "appears in the App Switcher when the user double presses the home button." However, here is what I see on iOS: < https://lh3.googleusercontent.com/-bMV2HD-OZpQ/W0Sy3BRBaVI/AAAAAAAAAuE/3V0djaAyZmEZx_LlIU1wY
Submitted July 10, 2018 at 03:22PM by John Muchow
via Flutter Dev https://ift.tt/2KZv9D9
As it relates to a Material App and the title, my understanding is that the title on iOS "appears in the App Switcher when the user double presses the home button." However, here is what I see on iOS: < https://lh3.googleusercontent.com/-bMV2HD-OZpQ/W0Sy3BRBaVI/AAAAAAAAAuE/3V0djaAyZmEZx_LlIU1wY
Submitted July 10, 2018 at 03:22PM by John Muchow
via Flutter Dev https://ift.tt/2KZv9D9
GGroup: Replacing Widget in Tree using Key
There is a complete lack of examples in Flutter for replacing a widget in a tree using a key. This makes it more difficult to leverage this functionality despite it's supposed simplicity. I've got a widget that implements Text to Speech functionality - this widget displays a Play and Stop button
Submitted July 10, 2018 at 03:55PM by bre...@tamu.edu
via Flutter Dev https://ift.tt/2KKkmOa
There is a complete lack of examples in Flutter for replacing a widget in a tree using a key. This makes it more difficult to leverage this functionality despite it's supposed simplicity. I've got a widget that implements Text to Speech functionality - this widget displays a Play and Stop button
Submitted July 10, 2018 at 03:55PM by bre...@tamu.edu
via Flutter Dev https://ift.tt/2KKkmOa
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.
GGroup: how to connect to local area network oracle database
hello I have an desktop app in which i insert data in oracle database. now i want to read data from that database in android using flutter sdk . is it possible? Regards Ganesh
Submitted July 10, 2018 at 04:00PM by ganesh joshi
via Flutter Dev https://ift.tt/2N4M6cS
hello I have an desktop app in which i insert data in oracle database. now i want to read data from that database in android using flutter sdk . is it possible? Regards Ganesh
Submitted July 10, 2018 at 04:00PM by ganesh joshi
via Flutter Dev https://ift.tt/2N4M6cS
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.
GGroup: Flutter change slider height
Hi, I need to use slider but unfortunately I cant get the look where I want. I put it inside container, but bar is too small at height. Is there any easy way to set height
Submitted July 10, 2018 at 07:04PM by Eduard Hasanaj
via Flutter Dev https://ift.tt/2KXVlhH
Hi, I need to use slider but unfortunately I cant get the look where I want. I put it inside container, but bar is too small at height. Is there any easy way to set height
Submitted July 10, 2018 at 07:04PM by Eduard Hasanaj
via Flutter Dev https://ift.tt/2KXVlhH
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.
Reddit: YouTube Redesign
First look of the YouTube Redesign app Here is the repository link : https://github.com/ibhavikmakwana/youtube_flutter_app Do Contribute 😊😊 It's still in development
Submitted July 10, 2018 at 07:34PM by ibhavikmakwana
via reddit https://ift.tt/2u9jcBo
First look of the YouTube Redesign app Here is the repository link : https://github.com/ibhavikmakwana/youtube_flutter_app Do Contribute 😊😊 It's still in development
Submitted July 10, 2018 at 07:34PM by ibhavikmakwana
via reddit https://ift.tt/2u9jcBo
GitHub
ibhavikmakwana/youtube_flutter_app
Contribute to ibhavikmakwana/youtube_flutter_app development by creating an account on GitHub.
Reddit: Flutter from scratch - Geolocation
https://ift.tt/2zqic0D
Submitted July 10, 2018 at 07:24PM by rajayogan27
via reddit https://ift.tt/2u8bkzR
https://ift.tt/2zqic0D
Submitted July 10, 2018 at 07:24PM by rajayogan27
via reddit https://ift.tt/2u8bkzR
T-Pub :)
Flutter – Geolocation
Hi Friends, Hope you are all well. In this post let’s see how to do a simple geolocation call using your mobile’s location sensor and use the latitude and longitude coordinates to locat…
GGroup: Please take this 5-min survey to help improve Flutter!
tl;dr: Please take this 5-min survey to help improve Flutter. Hello from the Flutter team! If you have tried, or currently use Flutter, please take a moment to tell us what you think.
Submitted July 10, 2018 at 08:01PM by Tao Dong
via Flutter Dev https://ift.tt/2L73Pjl
tl;dr: Please take this 5-min survey to help improve Flutter. Hello from the Flutter team! If you have tried, or currently use Flutter, please take a moment to tell us what you think.
Submitted July 10, 2018 at 08:01PM by Tao Dong
via Flutter Dev https://ift.tt/2L73Pjl
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.
Check out @bouncingsheep's post on the 4 ways #Flutter make app development delightful!
Read it here ↓ https://t.co/bkTdLccY8g— Flutter (@flutterio) July 10, 2018
July 10, 2018 at 09:59PM
via Twitter https://twitter.com/flutterio
Read it here ↓ https://t.co/bkTdLccY8g— Flutter (@flutterio) July 10, 2018
July 10, 2018 at 09:59PM
via Twitter https://twitter.com/flutterio
Twitter
Emily Fortuna (@bouncingsheep) | Twitter
The latest Tweets from Emily Fortuna (@bouncingsheep). Known human, actor and computer scientist. I tweet about many things. Generally she/her. Seattle
Reddit: Dart Advanced: LINQ | Functional Collections | Operators
https://youtu.be/m9_HpEGOOFU
Submitted July 10, 2018 at 09:27PM by imthepk
via reddit https://ift.tt/2zyn4Rk
https://youtu.be/m9_HpEGOOFU
Submitted July 10, 2018 at 09:27PM by imthepk
via reddit https://ift.tt/2zyn4Rk
YouTube
Dart Advanced: LINQ | Functional Collections | Operators
In this video, I will explain how to use LINQ (Language Integrated Query) or Functional Collections in Dart Programming. We will also talk about different operators.
Please give stars for this project on git and like the video.
Source Code - https://gi…
Please give stars for this project on git and like the video.
Source Code - https://gi…
GGroup: Typing Text Animation
When I was searching how to produce a typing text animation in flutter, I was ended up with this StackOverflow question < https://stackoverflow.com/questions/44224676/flutter-typing-text-animation/44228115#44228115?newreg=207f600dc35b4773977e4577ac4f192d>. Can anyone tell how to produce a series
Submitted July 10, 2018 at 10:22PM by Ayush Agarwal
via Flutter Dev https://ift.tt/2N5Vxsq
When I was searching how to produce a typing text animation in flutter, I was ended up with this StackOverflow question < https://stackoverflow.com/questions/44224676/flutter-typing-text-animation/44228115#44228115?newreg=207f600dc35b4773977e4577ac4f192d>. Can anyone tell how to produce a series
Submitted July 10, 2018 at 10:22PM by Ayush Agarwal
via Flutter Dev https://ift.tt/2N5Vxsq
Stack Overflow
Flutter - Typing Text animation
For each of my text widgets, I actually want the text to type in instead of displaying it right away. Is there a simpler approach than using a variable and adding to it inside of setState() ?
Thanks
Thanks
GGroup: Memory problems
When running an app I started to get the following message, Package install error: Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE] Until recently it worked without problems I have 6 of ram and three assigned to virtual memory inside android studio It is bitter, Max -- Maximo Meza C 9,8257.4971
Submitted July 10, 2018 at 10:26PM by Max Mc
via Flutter Dev https://ift.tt/2KYfJ2c
When running an app I started to get the following message, Package install error: Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE] Until recently it worked without problems I have 6 of ram and three assigned to virtual memory inside android studio It is bitter, Max -- Maximo Meza C 9,8257.4971
Submitted July 10, 2018 at 10:26PM by Max Mc
via Flutter Dev https://ift.tt/2KYfJ2c
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.
GGroup: Lattitude and Longitude
Is there a way to get a user's lattitude and longitude in Flutter? I want to create an app and based on whether the user is in the northern or southern hemispheres, it will produce different results.
Submitted July 10, 2018 at 10:28PM by Harish Balasubramanian
via Flutter Dev https://ift.tt/2J9GJa0
Is there a way to get a user's lattitude and longitude in Flutter? I want to create an app and based on whether the user is in the northern or southern hemispheres, it will produce different results.
Submitted July 10, 2018 at 10:28PM by Harish Balasubramanian
via Flutter Dev https://ift.tt/2J9GJa0
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.