New post on Flutter Dev Google group:
Horizontal scrolling text with word selection (highlight word in centre while scrolling0
Hey, I'm just looking for some advice on how I might build the sort of widget I have in mind. So I want a horizontal scrolling text widget that highlights a specific word. - When the widget is built, it receives an index (or something like that) for the word that should be highlighted - The
August 23, 2020 at 04:02PM by Alex Baker
https://ift.tt/3aQXx55
Horizontal scrolling text with word selection (highlight word in centre while scrolling0
Hey, I'm just looking for some advice on how I might build the sort of widget I have in mind. So I want a horizontal scrolling text widget that highlights a specific word. - When the widget is built, it receives an index (or something like that) for the word that should be highlighted - The
August 23, 2020 at 04:02PM by Alex Baker
https://ift.tt/3aQXx55
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:
downloading dart sdk each time I run any flutter command in dev version
I just download the latest version of flutter sdk and then change the channel to dev and then every time i run flutter command it's gives this C:\Users\husam>flutter Checking Dart SDK version... Downloading Dart SDK from Flutter engine 81027ab0cc0e7974beee760eb042827a44dd12f3... and above the
August 23, 2020 at 05:08PM by husam alkdary
https://ift.tt/2QjWLUA
downloading dart sdk each time I run any flutter command in dev version
I just download the latest version of flutter sdk and then change the channel to dev and then every time i run flutter command it's gives this C:\Users\husam>flutter Checking Dart SDK version... Downloading Dart SDK from Flutter engine 81027ab0cc0e7974beee760eb042827a44dd12f3... and above the
August 23, 2020 at 05:08PM by husam alkdary
https://ift.tt/2QjWLUA
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:
90 new AWS services available as Dart packages
/r/dartlang/comments/if2kn9/90_new_aws_services_available_as_dart_packages/
August 23, 2020 at 04:59PM by Schwusch
https://ift.tt/3hmMu6f
90 new AWS services available as Dart packages
/r/dartlang/comments/if2kn9/90_new_aws_services_available_as_dart_packages/
August 23, 2020 at 04:59PM by Schwusch
https://ift.tt/3hmMu6f
reddit
90 new AWS services available as Dart packages
Posted in r/FlutterDev by u/Schwusch • 91 points and 8 comments
New post on /r/flutterdev subreddit:
flutter live video streaming feature
hey guys anybody know is live video streaming feature is available on flutter i searched on youtube but didnt find any video regarding thisif yes then please tell how to do this what package can be used and how to implement it any video link will be greatly apppreciated
August 23, 2020 at 07:23PM by billyboy_123
https://ift.tt/2YtA2tL
flutter live video streaming feature
hey guys anybody know is live video streaming feature is available on flutter i searched on youtube but didnt find any video regarding thisif yes then please tell how to do this what package can be used and how to implement it any video link will be greatly apppreciated
August 23, 2020 at 07:23PM by billyboy_123
https://ift.tt/2YtA2tL
reddit
flutter live video streaming feature
hey guys anybody know is live video streaming feature is available on flutter i searched on youtube but didnt find any video regarding this if...
New post on /r/flutterdev subreddit:
Has anyone tried to connect spotify to app
I am trying to connect spotify to my app. What i want to do is to make an "connect your spotify account" screen to authenticate. I am trying to make an api call but couldnt get any response. Is there anyone who tries similar thing?
August 23, 2020 at 10:33PM by incesaz
https://ift.tt/3lbCbnL
Has anyone tried to connect spotify to app
I am trying to connect spotify to my app. What i want to do is to make an "connect your spotify account" screen to authenticate. I am trying to make an api call but couldnt get any response. Is there anyone who tries similar thing?
August 23, 2020 at 10:33PM by incesaz
https://ift.tt/3lbCbnL
reddit
Has anyone tried to connect spotify to app
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
String in Dart/Flutter - Things you should know - Coflutter
https://ift.tt/3lezkdy
August 23, 2020 at 11:45PM by tranhuyphuc
https://ift.tt/2Ql6QRq
String in Dart/Flutter - Things you should know - Coflutter
https://ift.tt/3lezkdy
August 23, 2020 at 11:45PM by tranhuyphuc
https://ift.tt/2Ql6QRq
Coflutter
String in Dart/Flutter - Things you should know - Coflutter
I will show you a few things that you should know about String in Dart/Flutter.
New post on Flutter Dev Google group:
How to use fl_chart for complex data
How to use fl_chart for complex data. I have data for 200 hundred days in x-axis and maximum value is given upto 50 lakh in y axis
August 24, 2020 at 12:54AM by Akash Lilhare
https://ift.tt/2CQlqNs
How to use fl_chart for complex data
How to use fl_chart for complex data. I have data for 200 hundred days in x-axis and maximum value is given upto 50 lakh in y axis
August 24, 2020 at 12:54AM by Akash Lilhare
https://ift.tt/2CQlqNs
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:
Published XIcon : a package for dynamically loading custom & material icons via uri.
Hey guys, just released XIcon v0.0.4 on pub🔥 Star it on github ⭐️installation
August 24, 2020 at 05:07AM by softmarshmallow
https://ift.tt/34rBFMz
Published XIcon : a package for dynamically loading custom & material icons via uri.
Hey guys, just released XIcon v0.0.4 on pub🔥 Star it on github ⭐️installation
dependencies: x_icon: latestXIcon enables you to load material icons with string uri (dynamically).XIcon enables you to load your custom font icon via uri (dynamically).XIcon enables you to load non-font asset such like png.XIcon & XIconData can be converted from Json, which means you can decide which local icon to display on the serverside fluently.usage
// Wrapped mode XIcon(icon: XIconData("material://Icons.add"), color: Colors.black); // Custom local font icon XIcon(icon: XIconData("custom://CustomIcons.add")); // with flutter default icon Icon(XIconData("material://Icons.add"), color: Colors.black); // Custom local font icon Icon(XIconData("custom://CustomIcons.add")); // load remote image as icon XIcon(icon: XIconData("https://example.com/example.png"), size: 24);DEMO gifAll PRs and issues / feature requests are welcome!
August 24, 2020 at 05:07AM by softmarshmallow
https://ift.tt/34rBFMz
Dart packages
x_icon | Flutter Package
part of flutter remote-ui project. dynamic and remote icon loader for flutter
New post on /r/flutterdev subreddit:
Deciding to use Flutter? Read this first.
First of all I hope everyone is safe and sound during these hard times, but you know what? with all this extra time in my hands I went a head and started working on my personal Flutter Project. -side note, I first worked on Flutter about a year ago but stopped using it because 1. It was not as stable as it is now, and 2. I wanted to make an App for both iOS and Android, you can't do so if you don't own an Apple Computer(any Mac will do)-As it was a personal project I went a head and started working and designing something I am into, which in this case is fitness. After about two months into designing the Fitness App, I went to a local gym I enjoy working out in, and casually proposed that I can make the fitness app an exclusive for the member of this gym. Most importantly, yes, we agreed on me getting payed monthly to maintain and add features to the App, which is something a lot of devs don't like to discuss on public forums, since pay varies so much depending on where you live. As an -amateur- Flutter Dev, it was pretty simple stitching everything you need to make a decent looking app for BOTH iOS and Android, though in all honesty you will have to learn to work a round a few bugs for publishing to iOS.Long-story short, I was finally able to publish my first Beta testing on TestFlight (is an App Beta tester for iOS devices) yesterday and the experience was wonderful. Knowing I can deliver a decent App with decent functionality in BOTH iOS and Android, can you imagine the hassle I would've had to go thought if I wanted to do each app individually? Nightmare.I am very thankful for the team that is making Flutter possible since it's such an easy platform to use for making Apps, I genuinely think Flutter will be the "next big thing"in coding a few years from now since it's so easy to work on. If I am not mistaking they are working on Web, Windows and MacOS apps as well.The takeaway: Flutter is an easy-to-use, framework, you WILL experience a lot of errors, compatibility issues, and architecture problems. But, think about this, I was able to make a fully functional Fitness App (sign-in page, workouts page, trainers page, weight tracker, member ID in dashboard, and an extra page to put info such as class and gym hours).Just one person,
Coding part time,
No big team,
Only 3 years of coding experience,
With only YouTube videos and the small community, (MTechViral is a big help, thanks man)I'd like to hear your thoughts on this too.
August 24, 2020 at 04:53AM by SinValentino
https://ift.tt/2CRwdac
Deciding to use Flutter? Read this first.
First of all I hope everyone is safe and sound during these hard times, but you know what? with all this extra time in my hands I went a head and started working on my personal Flutter Project. -side note, I first worked on Flutter about a year ago but stopped using it because 1. It was not as stable as it is now, and 2. I wanted to make an App for both iOS and Android, you can't do so if you don't own an Apple Computer(any Mac will do)-As it was a personal project I went a head and started working and designing something I am into, which in this case is fitness. After about two months into designing the Fitness App, I went to a local gym I enjoy working out in, and casually proposed that I can make the fitness app an exclusive for the member of this gym. Most importantly, yes, we agreed on me getting payed monthly to maintain and add features to the App, which is something a lot of devs don't like to discuss on public forums, since pay varies so much depending on where you live. As an -amateur- Flutter Dev, it was pretty simple stitching everything you need to make a decent looking app for BOTH iOS and Android, though in all honesty you will have to learn to work a round a few bugs for publishing to iOS.Long-story short, I was finally able to publish my first Beta testing on TestFlight (is an App Beta tester for iOS devices) yesterday and the experience was wonderful. Knowing I can deliver a decent App with decent functionality in BOTH iOS and Android, can you imagine the hassle I would've had to go thought if I wanted to do each app individually? Nightmare.I am very thankful for the team that is making Flutter possible since it's such an easy platform to use for making Apps, I genuinely think Flutter will be the "next big thing"in coding a few years from now since it's so easy to work on. If I am not mistaking they are working on Web, Windows and MacOS apps as well.The takeaway: Flutter is an easy-to-use, framework, you WILL experience a lot of errors, compatibility issues, and architecture problems. But, think about this, I was able to make a fully functional Fitness App (sign-in page, workouts page, trainers page, weight tracker, member ID in dashboard, and an extra page to put info such as class and gym hours).Just one person,
Coding part time,
No big team,
Only 3 years of coding experience,
With only YouTube videos and the small community, (MTechViral is a big help, thanks man)I'd like to hear your thoughts on this too.
August 24, 2020 at 04:53AM by SinValentino
https://ift.tt/2CRwdac
reddit
Deciding to use Flutter? Read this first.
First of all I hope everyone is safe and sound during these hard times, but you know what? with all this extra time in my hands I went a head and...
New post on /r/flutterdev subreddit:
Flutter firestore_subcollection error
I was trying to create a subcollection in cloud firestore using flutter, but i am getting error in the console saying 'b.split is not a function' . All the CRUD operations for a simple collection is working fine. The only issue is with creating a subcollection.Any help would be most appreciated, Thanks in advance
August 24, 2020 at 05:53AM by Financial-Reward598
https://ift.tt/2YqxpZC
Flutter firestore_subcollection error
I was trying to create a subcollection in cloud firestore using flutter, but i am getting error in the console saying 'b.split is not a function' . All the CRUD operations for a simple collection is working fine. The only issue is with creating a subcollection.Any help would be most appreciated, Thanks in advance
August 24, 2020 at 05:53AM by Financial-Reward598
https://ift.tt/2YqxpZC
reddit
Flutter firestore_subcollection error
A subreddit for Google's portable UI framework.
New post on Flutter Dev Google group:
i am not able to set my view using flutter builder it always show Connection.state none after that api get's the data
Hitting an API to get the data though I haved checked it by printing it but FlutterBuilder not showing the view // dashboardscreen class DashboardScreen extends StatefulWidget { @override _DashboardScreen createState() => _DashboardScreen(); } class _DashboardScreen
August 24, 2020 at 06:46AM by shubham garg
https://ift.tt/2EuEvW9
i am not able to set my view using flutter builder it always show Connection.state none after that api get's the data
Hitting an API to get the data though I haved checked it by printing it but FlutterBuilder not showing the view // dashboardscreen class DashboardScreen extends StatefulWidget { @override _DashboardScreen createState() => _DashboardScreen(); } class _DashboardScreen
August 24, 2020 at 06:46AM by shubham garg
https://ift.tt/2EuEvW9
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:
Fatora payment gateway
We created simple demo for Fatora payment gateway: https://www.developerlibs.com/2020/08/flutter-fatora-payment-gateway.htmlView Poll
August 24, 2020 at 08:27AM by libsdeveloper
https://ift.tt/32lTgCK
Fatora payment gateway
We created simple demo for Fatora payment gateway: https://www.developerlibs.com/2020/08/flutter-fatora-payment-gateway.htmlView Poll
August 24, 2020 at 08:27AM by libsdeveloper
https://ift.tt/32lTgCK
Developerlibs
Flutter - Fatora payment gateway
we going create a Flutter application to perform payment gateway by using Rest API of Fatora payment gateway. In this demo, user will enter amount and
New post on /r/flutterdev subreddit:
FutureBuilder and Asynchronous Programming
https://youtu.be/gMxeFJDgc1E
August 23, 2020 at 01:06PM by abhishvek
https://ift.tt/34tiFwT
FutureBuilder and Asynchronous Programming
https://youtu.be/gMxeFJDgc1E
August 23, 2020 at 01:06PM by abhishvek
https://ift.tt/34tiFwT
YouTube
Flutter FutureBuilder & Async Await | Flutter FutureBuilder Tutorial | Flutter FutureBuilder Example
In this video, let's learn about loading Asynchronous Data into Flutter with FutureBuilder via Cloud Firestore! Shall we?Flutter FutureBuilder & Async Await | Data Fetching Via Firestore with FutureBuilder #flutterfutureFlutter FutureBuilder & Async Await…
New post on /r/flutterdev subreddit:
Spin Circle Bottom Bar
https://youtu.be/Jsvo7v6HOqU
August 23, 2020 at 05:53PM by Radhika_Shah_
https://ift.tt/2Qg1Cq2
Spin Circle Bottom Bar
https://youtu.be/Jsvo7v6HOqU
August 23, 2020 at 05:53PM by Radhika_Shah_
https://ift.tt/2Qg1Cq2
YouTube
Spin Circle Bottom Bar in Flutter | Flutter Tutorials | Flutter by Google | #Flutter | #CodeStudio
Implement Spin Circle Bottom Navigation Bar for Flutter Applications.
Github - https://github.com/theindianinnovation/spincirclebar-flutter
Google Play Store - https://play.google.com/store/apps/dev?id=4917586019703191391
Website - https://theindianinno…
Github - https://github.com/theindianinnovation/spincirclebar-flutter
Google Play Store - https://play.google.com/store/apps/dev?id=4917586019703191391
Website - https://theindianinno…
New post on /r/flutterdev subreddit:
Bubble Navigation Bar
https://youtu.be/HYzO1s1T3DI
August 23, 2020 at 05:52PM by Radhika_Shah_
https://ift.tt/3aPmuhj
Bubble Navigation Bar
https://youtu.be/HYzO1s1T3DI
August 23, 2020 at 05:52PM by Radhika_Shah_
https://ift.tt/3aPmuhj
YouTube
Bubble Navigation Bar in Flutter | Flutter Tutorials | Flutter by Google | #Flutter | #CodeStudio
Stunning Animating Bubbled Shape Navigation Bar.
Github - https://github.com/theindianinnovation/bubblednavigationbar-flutter
Google Play Store - https://play.google.com/store/apps/dev?id=4917586019703191391
Website - https://theindianinnovation.business.site/…
Github - https://github.com/theindianinnovation/bubblednavigationbar-flutter
Google Play Store - https://play.google.com/store/apps/dev?id=4917586019703191391
Website - https://theindianinnovation.business.site/…
New post on /r/flutterdev subreddit:
Airbnb Redesign App - Flutter UI - Speed Code
https://youtu.be/CxNDak8ggOg
August 24, 2020 at 05:09AM by AllAboutFlutter
https://ift.tt/2FRaTmu
Airbnb Redesign App - Flutter UI - Speed Code
https://youtu.be/CxNDak8ggOg
August 24, 2020 at 05:09AM by AllAboutFlutter
https://ift.tt/2FRaTmu
YouTube
Airbnb Redesign App - Flutter UI - Speed Code
Nice, clean and modern Airbnb Redesign App UI in Flutter
Inspiration
https://dribbble.com/shots/6783188-Airbnb-Redesign
GitHub Source Code
https://github.com/gerfagerfa/airbnb
IMPORTANT: If you want to learn, I strongly advise you to watch the video in…
Inspiration
https://dribbble.com/shots/6783188-Airbnb-Redesign
GitHub Source Code
https://github.com/gerfagerfa/airbnb
IMPORTANT: If you want to learn, I strongly advise you to watch the video in…
New post on /r/flutterdev subreddit:
Plugins for flutter devs to easily create app settings screen(Mobile + web) or sharing content(Mobile only)
I wrote these two plugins for flutter apps almost a year ago.Since I joined this subreddit recently, I am puting this out here for other developers.Any feedback/help/contribution for any of them is appreciated.https://pub.dev/packages/flutter_share_pluginhttps://pub.dev/packages/flutter_settings_screens
August 22, 2020 at 10:27PM by g4m3rg33k2
https://ift.tt/3honqLT
Plugins for flutter devs to easily create app settings screen(Mobile + web) or sharing content(Mobile only)
I wrote these two plugins for flutter apps almost a year ago.Since I joined this subreddit recently, I am puting this out here for other developers.Any feedback/help/contribution for any of them is appreciated.https://pub.dev/packages/flutter_share_pluginhttps://pub.dev/packages/flutter_settings_screens
August 22, 2020 at 10:27PM by g4m3rg33k2
https://ift.tt/3honqLT
Dart packages
flutter_share_plugin | Flutter Package
Flutter plugin for sharing any files and text to other apps.
New post on /r/flutterdev subreddit:
Recipe app query
I'm building my first appI'm working on a recipe app which will scan the contents on the table and will recommend the user recipes according to itI have developed the UI but the problem is I'm not sure how I'll scan the object and recommend the recipesI know for recipes some API are available but I'm not sure how I'll scan and send the information to APIAny help is appreciatedThanks for reading 🙂
August 24, 2020 at 11:15AM by Pkshri
https://ift.tt/3gq5mQa
Recipe app query
I'm building my first appI'm working on a recipe app which will scan the contents on the table and will recommend the user recipes according to itI have developed the UI but the problem is I'm not sure how I'll scan the object and recommend the recipesI know for recipes some API are available but I'm not sure how I'll scan and send the information to APIAny help is appreciatedThanks for reading 🙂
August 24, 2020 at 11:15AM by Pkshri
https://ift.tt/3gq5mQa
reddit
Recipe app query
I'm building my first app I'm working on a recipe app which will scan the contents on the table and will recommend the user recipes according to...
New post on /r/flutterdev subreddit:
What’s is the best flutter state management?
Better or similar to GetX.Less coding.best RAM optimizations.
August 24, 2020 at 11:15AM by Appropriate-Ad-3865
https://ift.tt/3jlmEQH
What’s is the best flutter state management?
Better or similar to GetX.Less coding.best RAM optimizations.
August 24, 2020 at 11:15AM by Appropriate-Ad-3865
https://ift.tt/3jlmEQH
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Best Flutter State Management ⚡️
Less Coding.Best RAM Optimization.Less context.Zero Boilerplates.Better Features.. What’s the Better one?View Poll
August 24, 2020 at 11:32AM by Appropriate-Ad-3865
https://ift.tt/2EjdwNi
Best Flutter State Management ⚡️
Less Coding.Best RAM Optimization.Less context.Zero Boilerplates.Better Features.. What’s the Better one?View Poll
August 24, 2020 at 11:32AM by Appropriate-Ad-3865
https://ift.tt/2EjdwNi
New post on /r/flutterdev subreddit:
Serverless video upload and encoding with Firebase Storage, Cloud Functions and Publitio
This article describes how to use server side encoding, combining Firebase Cloud Storage, Firebase Cloud Functions and the Publitio API.
August 24, 2020 at 12:37PM by Happycodeine
https://ift.tt/3lgdYwm
Serverless video upload and encoding with Firebase Storage, Cloud Functions and Publitio
This article describes how to use server side encoding, combining Firebase Cloud Storage, Firebase Cloud Functions and the Publitio API.
August 24, 2020 at 12:37PM by Happycodeine
https://ift.tt/3lgdYwm
Medium
Serverless video upload and encoding with Firebase Storage, Cloud Functions and Publitio
A full guide to uploading and serving videos using a serverless architecture.