New post on Flutter Dev Google group:
Pie chart using charts_flutter package
I would like to use create a pie chart to display the following data with labels. I'm not sure how to use the below code. I will appreciate if you can share any example with me. https://ift.tt/2GA0P21 Data: iOS 10 Linux 12 Android 14 Windows 16
October 10, 2020 at 10:39AM by App Testing
https://ift.tt/2GIRLrx
Pie chart using charts_flutter package
I would like to use create a pie chart to display the following data with labels. I'm not sure how to use the below code. I will appreciate if you can share any example with me. https://ift.tt/2GA0P21 Data: iOS 10 Linux 12 Android 14 Windows 16
October 10, 2020 at 10:39AM by App Testing
https://ift.tt/2GIRLrx
New post on /r/flutterdev subreddit:
Auto complete problem in android studio
I will use '|' to indicate caret.
Doing the same thing with icon: or color: produces nice results
October 10, 2020 at 10:24AM by bonega
https://ift.tt/36PV62x
Auto complete problem in android studio
I will use '|' to indicate caret.
Column(mainAxisAlignment: center|)How come the auto-completion will suggest Alignment.center as first item?MainAxisAlignment.center is suggested as number 20 or something.
Doing the same thing with icon: or color: produces nice results
October 10, 2020 at 10:24AM by bonega
https://ift.tt/36PV62x
New post on Flutter Dev Google group:
Word Puzzle Grid
I am trying to create a word search puzzle using the flutter grid. I want to know how to use a swipe animation and record that event on each letter inside the grid.
October 10, 2020 at 12:28PM by Visakh Vijayan
https://ift.tt/2FlAnsi
Word Puzzle Grid
I am trying to create a word search puzzle using the flutter grid. I want to know how to use a swipe animation and record that event on each letter inside the grid.
October 10, 2020 at 12:28PM by Visakh Vijayan
https://ift.tt/2FlAnsi
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:
Task 'assembleAarRelease' not found in root project 'flutter_plugin_android_lifecycle'.
Hello, I am granting appbundle using android studio. the working properly in simulator and mobile but when run flutter build appbundle then throwing this error. Task 'assembleAarRelease' not found in root project 'flutter_plugin_android_lifecycle'. please help me regarding this issue. Thanks
October 10, 2020 at 12:35PM by Arshad Khan Sherani
https://ift.tt/3iJrJl3
Task 'assembleAarRelease' not found in root project 'flutter_plugin_android_lifecycle'.
Hello, I am granting appbundle using android studio. the working properly in simulator and mobile but when run flutter build appbundle then throwing this error. Task 'assembleAarRelease' not found in root project 'flutter_plugin_android_lifecycle'. please help me regarding this issue. Thanks
October 10, 2020 at 12:35PM by Arshad Khan Sherani
https://ift.tt/3iJrJl3
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:
Issue #9 of Mobile Developers Cafe is out now, with loads of Flutter Dev articles and a lot more
https://ift.tt/34FKy3z
October 10, 2020 at 12:35PM by iranjith4
https://ift.tt/30R7uf0
Issue #9 of Mobile Developers Cafe is out now, with loads of Flutter Dev articles and a lot more
https://ift.tt/34FKy3z
October 10, 2020 at 12:35PM by iranjith4
https://ift.tt/30R7uf0
New post on Flutter Dev Google group:
Get bounds()
Hello please help How to use get bounds LatLng in flutter leaflet ?
October 10, 2020 at 01:19PM by sona
https://ift.tt/3iKMBs8
Get bounds()
Hello please help How to use get bounds LatLng in flutter leaflet ?
October 10, 2020 at 01:19PM by sona
https://ift.tt/3iKMBs8
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:
How can I open a website in an app made with Flutter and Dart?
I would like to develop following app: the first screen shows buttons. When the user clicks on a button, a website opens within the app. I have found the possibility that a web browser opens when the user clicks on a button. But the web browser doesn't open in the app, instead he opens outside
October 10, 2020 at 01:53PM by Di di
https://ift.tt/30RzcrQ
How can I open a website in an app made with Flutter and Dart?
I would like to develop following app: the first screen shows buttons. When the user clicks on a button, a website opens within the app. I have found the possibility that a web browser opens when the user clicks on a button. But the web browser doesn't open in the app, instead he opens outside
October 10, 2020 at 01:53PM by Di di
https://ift.tt/30RzcrQ
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:
Anyone who moved from Xamarin to Flutter?
I wonder if there is anyone who moved from Xamarin to Flutter and could share their experience. I personally have done very little with Xamarin but so far Flutter is simply better in every way. But maybe there are things that were better using Xamarin? Is there anything Xamarin can do that Flutter can not?
October 10, 2020 at 02:54PM by John28381
https://ift.tt/3jO5VWI
Anyone who moved from Xamarin to Flutter?
I wonder if there is anyone who moved from Xamarin to Flutter and could share their experience. I personally have done very little with Xamarin but so far Flutter is simply better in every way. But maybe there are things that were better using Xamarin? Is there anything Xamarin can do that Flutter can not?
October 10, 2020 at 02:54PM by John28381
https://ift.tt/3jO5VWI
reddit
Anyone who moved from Xamarin to Flutter?
I wonder if there is anyone who moved from Xamarin to Flutter and could share their experience. I personally have done very little with Xamarin...
New post on /r/flutterdev subreddit:
Flutter File Structure for Big Projects
https://youtu.be/Mt41FpSS-Vo
October 10, 2020 at 03:50PM by immacoder
https://ift.tt/34K2byZ
Flutter File Structure for Big Projects
https://youtu.be/Mt41FpSS-Vo
October 10, 2020 at 03:50PM by immacoder
https://ift.tt/34K2byZ
YouTube
Flutter File Structure for Big Projects
Flutter File Structure for Big Projects
When working with bigger projects, you need a well organized project. If you don't your code will be hard to maintain and scale. It is especially crucial if you are working with a team. We covered my file structure…
When working with bigger projects, you need a well organized project. If you don't your code will be hard to maintain and scale. It is especially crucial if you are working with a team. We covered my file structure…
New post on /r/flutterdev subreddit:
Migrating from Xamarin?
Hi guys I'm working for a company that has a few decent sized xamarin apps. We're sick of Xamarin and are looking to migrate to flutter. Has anyone got any experience incrementally migrating to flutter? Maybe embedding some flutter features bit by bit? Thanks!
October 10, 2020 at 03:29PM by flutterBoi
https://ift.tt/2FidZQx
Migrating from Xamarin?
Hi guys I'm working for a company that has a few decent sized xamarin apps. We're sick of Xamarin and are looking to migrate to flutter. Has anyone got any experience incrementally migrating to flutter? Maybe embedding some flutter features bit by bit? Thanks!
October 10, 2020 at 03:29PM by flutterBoi
https://ift.tt/2FidZQx
reddit
Migrating from Xamarin?
Hi guys I'm working for a company that has a few decent sized xamarin apps. We're sick of Xamarin and are looking to migrate to flutter. Has...
New post on /r/flutterdev subreddit:
Image.file() widget not refreshing
https://ift.tt/2GNfNBD
October 10, 2020 at 05:45PM by palebt
https://ift.tt/3iLg3hG
Image.file() widget not refreshing
https://ift.tt/2GNfNBD
October 10, 2020 at 05:45PM by palebt
https://ift.tt/3iLg3hG
Rock and Null
Image.file() widget not refreshing
In theory, if you have unique keys for your widgets, you will get your UI to redraw, right? It turns out that Flutter is using a global image cache that I was not aware of.
New post on Flutter Dev Google group:
Dual Screen
Dear Flutters, I have a device with two screens. Screen at the front of the device and the second screen in the back of the device. The back screen works as a mirror mode I want to display something else on the back screen How do I do this on the flap. It supports android device only
October 10, 2020 at 07:56PM by SaLeh Aleid
https://ift.tt/3dfx9mB
Dual Screen
Dear Flutters, I have a device with two screens. Screen at the front of the device and the second screen in the back of the device. The back screen works as a mirror mode I want to display something else on the back screen How do I do this on the flap. It supports android device only
October 10, 2020 at 07:56PM by SaLeh Aleid
https://ift.tt/3dfx9mB
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:
Starflut or http
Hi everyone,I'm making an android application in which I need to use some python scripts. Basically, I need to take a picture in the app, use that picture in the python script and then the python script needs to "send back" a few images and some info.As I understand, starflut is the package intended to use when needing to implement python in Flutter. However, I can't seem to find any good documentation or examples which makes it pretty much impossible to use it. Can anyone help me with this problem? Or if not, is it doable to do this using http?Thanks!
October 10, 2020 at 07:33PM by BV62
https://ift.tt/33KwR3S
Starflut or http
Hi everyone,I'm making an android application in which I need to use some python scripts. Basically, I need to take a picture in the app, use that picture in the python script and then the python script needs to "send back" a few images and some info.As I understand, starflut is the package intended to use when needing to implement python in Flutter. However, I can't seem to find any good documentation or examples which makes it pretty much impossible to use it. Can anyone help me with this problem? Or if not, is it doable to do this using http?Thanks!
October 10, 2020 at 07:33PM by BV62
https://ift.tt/33KwR3S
reddit
Starflut or http
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Rounded Modal Bottom Sheet - Flutter (Tutorial)
https://www.youtube.com/watch?v=hei4bw7TRtM
October 10, 2020 at 08:59PM by JohannesMilke
https://ift.tt/3iOwlGg
Rounded Modal Bottom Sheet - Flutter (Tutorial)
https://www.youtube.com/watch?v=hei4bw7TRtM
October 10, 2020 at 08:59PM by JohannesMilke
https://ift.tt/3iOwlGg
YouTube
Flutter Tutorial - Modal Bottom Sheet - Rounded
Create a flexible rounded bottom sheet for your Flutter app.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source Code: https://github.com/JohannesMilke/bottom_sheet_modal
- Buy My Courses: https:/…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source Code: https://github.com/JohannesMilke/bottom_sheet_modal
- Buy My Courses: https:/…
New post on Flutter Dev Google group:
How to YouTube live stream from Flutter app
Hello, I need help creating a Flutter mobile app that live streams to YouTube using the YouTube Live Streaming API
How to YouTube live stream from Flutter app
Hello, I need help creating a Flutter mobile app that live streams to YouTube using the YouTube Live Streaming API
New post on /r/flutterdev subreddit:
Flutter Course for Kids Survey - 60 Seconds
https://ift.tt/2GK8LxD
October 10, 2020 at 09:21PM by jetblack-pope
https://ift.tt/3lBarYS
Flutter Course for Kids Survey - 60 Seconds
https://ift.tt/2GK8LxD
October 10, 2020 at 09:21PM by jetblack-pope
https://ift.tt/3lBarYS
Google Docs
Flutter Course Survey
Basic questionnaire to get insights into better teaching kids/teens flutter
New post on /r/flutterdev subreddit:
TMDB lite client
I've built a movie information app that you guys can get at:
Cine Info Play Store. It's a simple app that lets you view movie information including being able to view trailers for movies that have trailers available on TMDB. Please do give it a try.Feel free to give it a star on GitHub if you think it's awesome:
https://github.com/Node-Ninja/CineInfo
October 10, 2020 at 10:30PM by I-Am-Programmer
https://ift.tt/36T20Eg
TMDB lite client
I've built a movie information app that you guys can get at:
Cine Info Play Store. It's a simple app that lets you view movie information including being able to view trailers for movies that have trailers available on TMDB. Please do give it a try.Feel free to give it a star on GitHub if you think it's awesome:
https://github.com/Node-Ninja/CineInfo
October 10, 2020 at 10:30PM by I-Am-Programmer
https://ift.tt/36T20Eg
Google Play
CineInfo - Apps on Google Play
CineInfo allows you to view information about your favorite movies, latest movies, and everything else movie related.
New post on /r/flutterdev subreddit:
How is it possible to make the same animation on flutter
https://ift.tt/3iMXmdi
October 10, 2020 at 10:15PM by youneS94
https://ift.tt/2IiRGeH
How is it possible to make the same animation on flutter
https://ift.tt/3iMXmdi
October 10, 2020 at 10:15PM by youneS94
https://ift.tt/2IiRGeH
reddit
How is it possible to make the same animation on flutter
Posted in u/youneS94 • 1 point and 1 comment
New post on /r/flutterdev subreddit:
Telegram Messenger Clone
Built a clone of the popular telegram messenger app in flutter. Source code is at https://github.com/ngbede/telegramc.
October 10, 2020 at 11:23PM by Ogasule
https://ift.tt/3dkTVcH
Telegram Messenger Clone
Built a clone of the popular telegram messenger app in flutter. Source code is at https://github.com/ngbede/telegramc.
October 10, 2020 at 11:23PM by Ogasule
https://ift.tt/3dkTVcH
GitHub
GitHub - ngbede/telegramc: Telegram messenger UI challenge.
Telegram messenger UI challenge. Contribute to ngbede/telegramc development by creating an account on GitHub.
New post on Flutter Dev Google group:
async (list?) issue
got to this issue, need to add new message, new message comes as a widget, I can do something I think as such as "List
async (list?) issue
got to this issue, need to add new message, new message comes as a widget, I can do something I think as such as "List
New post on /r/flutterdev subreddit:
Flutter Web and Hive | Using Hive in Flutter Web by aseem wangoo
https://www.youtube.com/watch?v=4u6TXhqUbHw&feature=youtu.be
October 11, 2020 at 04:35AM by AseemWangoo
https://ift.tt/2GUO7e1
Flutter Web and Hive | Using Hive in Flutter Web by aseem wangoo
https://www.youtube.com/watch?v=4u6TXhqUbHw&feature=youtu.be
October 11, 2020 at 04:35AM by AseemWangoo
https://ift.tt/2GUO7e1
YouTube
Flutter Web and Hive | Using Hive in Flutter Web
This video shows how to use hive in the flutter web. We can store data in flutter web using Hive, which internally uses IndexedDB on the web.* Flutter Web an...