New post on /r/flutterdev subreddit:
New Flutter App
Hi guys, I just developed a new app named Repyol using flutter. You can leave your opinion and reviews about it. Available on Google play store.Repyol is all about reading and writing reviews about products and brands.
January 25, 2021 at 03:43PM by nkenna007
https://ift.tt/3sWRmVC
New Flutter App
Hi guys, I just developed a new app named Repyol using flutter. You can leave your opinion and reviews about it. Available on Google play store.Repyol is all about reading and writing reviews about products and brands.
January 25, 2021 at 03:43PM by nkenna007
https://ift.tt/3sWRmVC
Google Play
Repyol - Apps on Google Play
Do you want to get reviews and insights about a product or brand?
Do you want to write short reviews about a product or brand?
With Repyol, you can review products, brands, music, cars, etc that you like. Repyol also gives you an option to add your product…
Do you want to write short reviews about a product or brand?
With Repyol, you can review products, brands, music, cars, etc that you like. Repyol also gives you an option to add your product…
New post on /r/flutterdev subreddit:
New Flutter Package: gizmos_settings_screen
I've just published a new Flutter package for displaying settings screens (or similar screens). I built this after finding it near impossible to customize the look and feel of the other popular settings screen packages. This package takes a different approach and separates the functionality from the UI customization. This lets you create custom skins to better fit into your existing app. There are several skin prototypes included for Cupertino (light and dark modes), and Material (light and dark modes). In most cases, you can just subclass those, alter your colours and move on to the rest of your app.It's an alpha version, so please let me know what you think. What can I do to improve it?https://pub.dev/packages/gizmos_settings_screen
January 25, 2021 at 06:12PM by DaveWoodX
https://ift.tt/3pjAia3
New Flutter Package: gizmos_settings_screen
I've just published a new Flutter package for displaying settings screens (or similar screens). I built this after finding it near impossible to customize the look and feel of the other popular settings screen packages. This package takes a different approach and separates the functionality from the UI customization. This lets you create custom skins to better fit into your existing app. There are several skin prototypes included for Cupertino (light and dark modes), and Material (light and dark modes). In most cases, you can just subclass those, alter your colours and move on to the rest of your app.It's an alpha version, so please let me know what you think. What can I do to improve it?https://pub.dev/packages/gizmos_settings_screen
January 25, 2021 at 06:12PM by DaveWoodX
https://ift.tt/3pjAia3
Dart packages
gizmos_settings_screen | Flutter package
A Flutter package for displaying in-app settings screens with a native look and feel.
New post on /r/flutterdev subreddit:
Flutter State Management Basics and Useful Resources
https://youtu.be/bXu3xRZFdl8
January 25, 2021 at 05:56PM by bizz84
https://ift.tt/36bNJl1
Flutter State Management Basics and Useful Resources
https://youtu.be/bXu3xRZFdl8
January 25, 2021 at 05:56PM by bizz84
https://ift.tt/36bNJl1
YouTube
Flutter State Management Basics and Useful Resources
Written tutorial here: 👇👇
https://codewithandrea.com/videos/flutter-state-management-basics/
INCLUDED:
- The basics of Flutter state management
- What is state and the difference between local and shared/global state
- Overview of Flutter's built-in widgets…
https://codewithandrea.com/videos/flutter-state-management-basics/
INCLUDED:
- The basics of Flutter state management
- What is state and the difference between local and shared/global state
- Overview of Flutter's built-in widgets…
👍1
New post on Flutter Dev Google group:
HTTP.get() hangs up
import 'package:http/http.dart'; import 'model_post.dart'; class PostService { Future
HTTP.get() hangs up
import 'package:http/http.dart'; import 'model_post.dart'; class PostService { Future
New post on /r/flutterdev subreddit:
Why animatedgrid widget is not exist? How to animate grid then?
Hi there, I wonder why there is no animatedgrid widget in flutter, I used some animatedlist on my project until now I need a grid, then I realize there is no animatedgrid widget. I'll be gratefull for any resource that might help me to animate grid item removal.
January 25, 2021 at 06:47PM by rakanduk
https://ift.tt/3iN574s
Why animatedgrid widget is not exist? How to animate grid then?
Hi there, I wonder why there is no animatedgrid widget in flutter, I used some animatedlist on my project until now I need a grid, then I realize there is no animatedgrid widget. I'll be gratefull for any resource that might help me to animate grid item removal.
January 25, 2021 at 06:47PM by rakanduk
https://ift.tt/3iN574s
reddit
Why animatedgrid widget is not exist? How to animate grid then?
Hi there, I wonder why there is no animatedgrid widget in flutter, I used some animatedlist on my project until now I need a grid, then I realize...
New post on /r/flutterdev subreddit:
Now with version 0.2.0 of bloc_rest_api, you can use your own Future<T> returning function instead of just the predefined post and get requests... 🙌
https://ift.tt/3pjcnb1
January 25, 2021 at 06:37PM by Queasy-Ground8295
https://ift.tt/2LUY3qR
Now with version 0.2.0 of bloc_rest_api, you can use your own Future<T> returning function instead of just the predefined post and get requests... 🙌
https://ift.tt/3pjcnb1
January 25, 2021 at 06:37PM by Queasy-Ground8295
https://ift.tt/2LUY3qR
Dart packages
bloc_rest_api | Flutter Package
A generic bloc package to implement REST APIs easily in flutter.
New post on /r/flutterdev subreddit:
Make right export from Adobe XD to Flutter
Hello everyone, when I export my Adobe XD project on Flutter I have a lots of errors, missing pictures ( I know I need to add them as assets in yaml file but Adobe doesn't export pictures in the project as assets automatically?), new weird widgets to remove...Since I'm exporting 9 pages I need to do a lot of work to clear all.I'm doing the export from Adobe using Flutter XD plugin.Is there any way to do this creating less useless widgets or adding missing assets automatically or other?
January 25, 2021 at 06:18PM by _seeking_answers
https://ift.tt/3plJT04
Make right export from Adobe XD to Flutter
Hello everyone, when I export my Adobe XD project on Flutter I have a lots of errors, missing pictures ( I know I need to add them as assets in yaml file but Adobe doesn't export pictures in the project as assets automatically?), new weird widgets to remove...Since I'm exporting 9 pages I need to do a lot of work to clear all.I'm doing the export from Adobe using Flutter XD plugin.Is there any way to do this creating less useless widgets or adding missing assets automatically or other?
January 25, 2021 at 06:18PM by _seeking_answers
https://ift.tt/3plJT04
reddit
Make right export from Adobe XD to Flutter
Hello everyone, when I export my Adobe XD project on Flutter I have a lots of errors, missing pictures ( I know I need to add them as assets in...
New post on /r/flutterdev subreddit:
Flutter Application LifeCycle - For beginners
https://ift.tt/3a6pPbR
January 25, 2021 at 08:14PM by cheerfulboy
https://ift.tt/3sUTxsW
Flutter Application LifeCycle - For beginners
https://ift.tt/3a6pPbR
January 25, 2021 at 08:14PM by cheerfulboy
https://ift.tt/3sUTxsW
New post on /r/flutterdev subreddit:
Test new version of my package async_button_builder
Hi!I'd like a couple opinions with my somewhat new package async_button_builder. It's been hard to find a proper naming convention for some fields related to a button and I don't know if what I have currently is weird. Pub is sort of confusing with pre releases as well so apparently my nnbd release (my stable version) lost precedence over my dev release. Still learning. There is an open PR here so feel free to suggest any improvements to any part of it. The main part of the code is less than 300 lines.(Images are broken on pub. Sorry, has to do with my prerelease mistake)
January 25, 2021 at 07:04PM by Nolence
https://ift.tt/2Ya9xZY
Test new version of my package async_button_builder
Hi!I'd like a couple opinions with my somewhat new package async_button_builder. It's been hard to find a proper naming convention for some fields related to a button and I don't know if what I have currently is weird. Pub is sort of confusing with pre releases as well so apparently my nnbd release (my stable version) lost precedence over my dev release. Still learning. There is an open PR here so feel free to suggest any improvements to any part of it. The main part of the code is less than 300 lines.(Images are broken on pub. Sorry, has to do with my prerelease mistake)
January 25, 2021 at 07:04PM by Nolence
https://ift.tt/2Ya9xZY
Dart packages
async_button_builder | Flutter package
A builder to wrap around buttons that handles loading, disabled, error and succes states
New post on /r/flutterdev subreddit:
How to read Exif data in Flutter
https://youtu.be/nJuOlR2V6iU
January 25, 2021 at 08:36PM by aadjemonkeyrock
https://ift.tt/36tklHh
How to read Exif data in Flutter
https://youtu.be/nJuOlR2V6iU
January 25, 2021 at 08:36PM by aadjemonkeyrock
https://ift.tt/36tklHh
YouTube
How to read Exif data in Flutter
Going Walkabout is a mobile travel blog and this is my story on how I created the app. For fun I also do stuff in Flutter, may be to create an Android version. Today I work on reading Exif data from images, all in Flutter
Links:
- Going Walkabout: https…
Links:
- Going Walkabout: https…
New post on /r/flutterdev subreddit:
the iOS junk issue is closed
Issue #60267 is now closed without a fix.https://github.com/flutter/flutter/issues/60267Where can we track the progress of this issue from now on?Any suggestions?
January 25, 2021 at 09:30PM by shuwatto
https://ift.tt/2LVmLHC
the iOS junk issue is closed
Issue #60267 is now closed without a fix.https://github.com/flutter/flutter/issues/60267Where can we track the progress of this issue from now on?Any suggestions?
January 25, 2021 at 09:30PM by shuwatto
https://ift.tt/2LVmLHC
GitHub
Investigate wiring up Metal Binary Archives on iOS. · Issue #60267 · flutter/flutter
Introduced at WWDC 2020, Metal Binary Archives speed up creation of pipeline state objects. In Flutter, these objects are created as necessary within a frame workload on the raster thread. This can...
New post on /r/flutterdev subreddit:
Flutter in WSL2 with Hot-Reload 🔥
https://ift.tt/2LU47Ql
January 25, 2021 at 09:16PM by ad-on-is
https://ift.tt/3iOCVyu
Flutter in WSL2 with Hot-Reload 🔥
https://ift.tt/2LU47Ql
January 25, 2021 at 09:16PM by ad-on-is
https://ift.tt/3iOCVyu
New post on Flutter Dev Google group:
Join our hackathon team
Hi Flutterers, my team is participating in a hackathon and is doing generally well. Our app is getting into good shape and we are looking for another Flutter developer with experience in Firestore and the ability to work within an existing architecture that includes mobx for state management.
January 25, 2021 at 10:13PM by Vijay Tailor
https://ift.tt/3pignIL
Join our hackathon team
Hi Flutterers, my team is participating in a hackathon and is doing generally well. Our app is getting into good shape and we are looking for another Flutter developer with experience in Firestore and the ability to work within an existing architecture that includes mobx for state management.
January 25, 2021 at 10:13PM by Vijay Tailor
https://ift.tt/3pignIL
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:
My first Flutter package is now available — thememode_selector | Flutter Package
https://ift.tt/2KLsS0w
January 25, 2021 at 10:20PM by oravecz
https://ift.tt/2YgIn3s
My first Flutter package is now available — thememode_selector | Flutter Package
https://ift.tt/2KLsS0w
January 25, 2021 at 10:20PM by oravecz
https://ift.tt/2YgIn3s
Dart packages
thememode_selector | Flutter Package
A widget to select between light and dark ThemeMode (in development, but working fine)
New post on Flutter Dev Google group:
Flutter 1.22.6 hotfix released to the stable channel.
Hi, Flutter 1.22.6 has been released to stable. This is a hotfix release on the 1.22 branch and also includes a hotfixed Dart 2.10.5 version. Changes for this build are listed below and are available on the Flutter Wiki here: Hotfixes to the Stable Channel
Flutter 1.22.6 hotfix released to the stable channel.
Hi, Flutter 1.22.6 has been released to stable. This is a hotfix release on the 1.22 branch and also includes a hotfixed Dart 2.10.5 version. Changes for this build are listed below and are available on the Flutter Wiki here: Hotfixes to the Stable Channel
New post on Flutter Dev Google group:
Problems running app on iOS
My app works fine on Android and used to launch on iOS. Recently, I started using tflite_flutter package instead of tflite and am no longer able to launch on iOS. When I run "pod install", I get the error "The 'Pods-Runner' target has frameworks with conflicting names: tensorflowlitec.framework."
January 25, 2021 at 11:50PM by Ariela Litvin
https://ift.tt/3t4b567
Problems running app on iOS
My app works fine on Android and used to launch on iOS. Recently, I started using tflite_flutter package instead of tflite and am no longer able to launch on iOS. When I run "pod install", I get the error "The 'Pods-Runner' target has frameworks with conflicting names: tensorflowlitec.framework."
January 25, 2021 at 11:50PM by Ariela Litvin
https://ift.tt/3t4b567
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 Create Custom App Launcher Icons THE FAST WAY!
https://youtu.be/DPJXRufxwFs
January 25, 2021 at 11:46PM by jaydanurwin
https://ift.tt/3sZ2mBO
How to Create Custom App Launcher Icons THE FAST WAY!
https://youtu.be/DPJXRufxwFs
January 25, 2021 at 11:46PM by jaydanurwin
https://ift.tt/3sZ2mBO
New post on /r/flutterdev subreddit:
Flutter Tutorial - Chat UI With StreamChat - Facebook Messenger Clone (Johannes Milke)
https://www.youtube.com/watch?v=8KBt9R3Zuw0
January 26, 2021 at 03:21AM by JohannesMilke
https://ift.tt/3colJib
Flutter Tutorial - Chat UI With StreamChat - Facebook Messenger Clone (Johannes Milke)
https://www.youtube.com/watch?v=8KBt9R3Zuw0
January 26, 2021 at 03:21AM by JohannesMilke
https://ift.tt/3colJib
YouTube
Flutter Tutorial - Chat UI With Stream Chat 1/3 - Facebook Messenger Clone
Let's build a complete responsive real-time Flutter Chat App from scratch for mobile & web with Stream Chat.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
👉 12 Week Flutter Training | https://heyflutter.com…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
👉 12 Week Flutter Training | https://heyflutter.com…
New post on Flutter Dev Google group:
Flutter Web
Which channel should I be on now? Has it changed, or should I still be on beta? Thanks, Kevin
January 26, 2021 at 05:12AM by Kevin Roberson
https://ift.tt/2M3D0SQ
Flutter Web
Which channel should I be on now? Has it changed, or should I still be on beta? Thanks, Kevin
January 26, 2021 at 05:12AM by Kevin Roberson
https://ift.tt/2M3D0SQ
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:
connect with facebook and instagram
greetings to all, i am trying to get images from instagram and facebook so that i can store and show that in the app. i am unable to find any plugin or method by which i can do this in flutter... does any know about this? we can use tinder as an example where when we connect our app to
January 26, 2021 at 05:57AM by palak pandey
https://ift.tt/3sWUCjW
connect with facebook and instagram
greetings to all, i am trying to get images from instagram and facebook so that i can store and show that in the app. i am unable to find any plugin or method by which i can do this in flutter... does any know about this? we can use tinder as an example where when we connect our app to
January 26, 2021 at 05:57AM by palak pandey
https://ift.tt/3sWUCjW
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.