New post on /r/flutterdev subreddit:
Julia set animation using Flutter CustomPainter
https://twitter.com/creativemaybeno/status/1333757489670746112?s=20
December 01, 2020 at 02:35PM by creativemaybeno
https://ift.tt/2JycTC0
Julia set animation using Flutter CustomPainter
https://twitter.com/creativemaybeno/status/1333757489670746112?s=20
December 01, 2020 at 02:35PM by creativemaybeno
https://ift.tt/2JycTC0
Twitter
creativecreatorormaybenot
Had a bit of fun animating the corresponding Julia sets for the points of a rotation on the complex plane about a chosen complex number in the Mandelbrot set in #Flutter 😃 I think it turned out pretty smooth 🎊 source code: https://t.co/ew6v1yWM9o https:/…
New post on /r/flutterdev subreddit:
When Will Flutter Web Be Out of Beta?
Hello, does anyone know when Flutter Web will be out of beta?
December 01, 2020 at 02:21PM by candiddevmike
https://ift.tt/3lqPZK1
When Will Flutter Web Be Out of Beta?
Hello, does anyone know when Flutter Web will be out of beta?
December 01, 2020 at 02:21PM by candiddevmike
https://ift.tt/3lqPZK1
reddit
When Will Flutter Web Be Out of Beta?
Hello, does anyone know when Flutter Web will be out of beta?
New post on /r/flutterdev subreddit:
How to split a string like "Word" into an array like[W,Wo,Wor,Word]
I am trying to create search keys for my firebase cloud database, so people can search through them because I read that firebase doesn't support search and Elastic search and Algolia are too expensive at this stage of my project so at the moment I need to improvise, I have a collection of items that contain products, with names like "hp laptop", "Lenovo laptop" so I want to be able to search through the names and the best way I can think of is to create search tags by splitting the names of products and using array contains when querying the database so if a user types H, or Hp, or Hp Laptop they will get the right result, does anyone know how I can achieve this?
December 01, 2020 at 03:42PM by OkManufacturer6506
https://ift.tt/3odCEGQ
How to split a string like "Word" into an array like[W,Wo,Wor,Word]
I am trying to create search keys for my firebase cloud database, so people can search through them because I read that firebase doesn't support search and Elastic search and Algolia are too expensive at this stage of my project so at the moment I need to improvise, I have a collection of items that contain products, with names like "hp laptop", "Lenovo laptop" so I want to be able to search through the names and the best way I can think of is to create search tags by splitting the names of products and using array contains when querying the database so if a user types H, or Hp, or Hp Laptop they will get the right result, does anyone know how I can achieve this?
December 01, 2020 at 03:42PM by OkManufacturer6506
https://ift.tt/3odCEGQ
reddit
How to split a string like "Word" into an array like[W,Wo,Wor,Word]
I am trying to create search keys for my firebase cloud database, so people can search through them because I read that firebase doesn't support...
New post on /r/flutterdev subreddit:
Flutter CMS SDK
Hi everybody! My team and I have just released the Flutter SDK for our Headless CMS. Right below there's a "Getting Started" article, we think it's pretty good. If you would like to give us a shot, please a read it and tell us what you think. If you're interested in our product, you'll find our contact form at the end of the article.It's free for developers, all kind of feedbacks are welcome.https://web.mburger.cloud/article/how-to-deliver-contents-to-your-flutter-app
December 01, 2020 at 03:17PM by gianlupu
https://ift.tt/3qeoiaS
Flutter CMS SDK
Hi everybody! My team and I have just released the Flutter SDK for our Headless CMS. Right below there's a "Getting Started" article, we think it's pretty good. If you would like to give us a shot, please a read it and tell us what you think. If you're interested in our product, you'll find our contact form at the end of the article.It's free for developers, all kind of feedbacks are welcome.https://web.mburger.cloud/article/how-to-deliver-contents-to-your-flutter-app
December 01, 2020 at 03:17PM by gianlupu
https://ift.tt/3qeoiaS
web.mburger.cloud
MBurger - Mobile Headless CMS
MBurger is an intuitive easy-to-use headless CMS and engagement platform
for mobile projects. Easy integration with iOS, Android and Flutter SDKs
for mobile projects. Easy integration with iOS, Android and Flutter SDKs
New post on /r/flutterdev subreddit:
Flutter Tutorial - Visibility - Show / Hide Widgets (Tutorial)
https://www.youtube.com/watch?v=v1pBKuK3-nY
December 01, 2020 at 05:22PM by JohannesMilke
https://ift.tt/36tqGmq
Flutter Tutorial - Visibility - Show / Hide Widgets (Tutorial)
https://www.youtube.com/watch?v=v1pBKuK3-nY
December 01, 2020 at 05:22PM by JohannesMilke
https://ift.tt/36tqGmq
YouTube
Flutter Tutorial - Visibility - Show / Hide Widgets
Make widgets visible and invisible by making them transparent or hiding them completely.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source Code: https://github.com/JohannesMilke/visibility_example…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source Code: https://github.com/JohannesMilke/visibility_example…
New post on /r/flutterdev subreddit:
Auto-import for Dart extension methods
https://ift.tt/37t484r
December 01, 2020 at 08:07PM by felixlein
https://ift.tt/33xqUaf
Auto-import for Dart extension methods
https://ift.tt/37t484r
December 01, 2020 at 08:07PM by felixlein
https://ift.tt/33xqUaf
Medium
Auto-import for Dart extension methods
Exactly one year ago I started my supercharged package. It’s goal is to add some comfort to Flutter and Dart developers by adding some…
New post on /r/flutterdev subreddit:
Navigator 2.0 with Cubit Example
https://ift.tt/3ogb2kq
December 01, 2020 at 07:49PM by DoPeopleEvenLookHere
https://ift.tt/3mtccYZ
Navigator 2.0 with Cubit Example
https://ift.tt/3ogb2kq
December 01, 2020 at 07:49PM by DoPeopleEvenLookHere
https://ift.tt/3mtccYZ
White Whisky Wolf
Flutter Navigator v2 (Part 1)
(adsbygoogle = window.adsbygoogle || []).push({}); Something I've felt hasn't been covered to death is how to handle the new Navigator in Flutter. The official tutorial can be found at https://flutter.dev/docs/development/ui/navigation, but that just shows…
New post on /r/flutterdev subreddit:
Flutter - use case
Hello, I would like to discuss the idea of using Flutter for an app use case. Me and friends of mine came up with and app / startup idea for mobile app. The app would use a lot of platform API (in future / not currently in MVP), such as GPS (Geofencing), camera, compass and one day AR. Despite the fact I made a lot of native Android apps and some Flutter apps (2 apps currently on App Store / GPlay) and really like Flutter, I am not sure about using it in this use case. On the other hand, we have almost or little experience in iOS, which is a problem as well.What do you think, would you use Flutter, despite the fact that platform APIs may be the thin and easily broken part of the app?View Poll
December 01, 2020 at 08:34PM by szalis
https://ift.tt/3qiVzBO
Flutter - use case
Hello, I would like to discuss the idea of using Flutter for an app use case. Me and friends of mine came up with and app / startup idea for mobile app. The app would use a lot of platform API (in future / not currently in MVP), such as GPS (Geofencing), camera, compass and one day AR. Despite the fact I made a lot of native Android apps and some Flutter apps (2 apps currently on App Store / GPlay) and really like Flutter, I am not sure about using it in this use case. On the other hand, we have almost or little experience in iOS, which is a problem as well.What do you think, would you use Flutter, despite the fact that platform APIs may be the thin and easily broken part of the app?View Poll
December 01, 2020 at 08:34PM by szalis
https://ift.tt/3qiVzBO
New post on /r/flutterdev subreddit:
AWS adding macOS instances
https://aws.amazon.com/about-aws/whats-new/2020/11/announcing-amazon-ec2-mac-instances-for-macos/https://aws.amazon.com/blogs/aws/new-use-mac-instances-to-build-test-macos-ios-ipados-tvos-and-watchos-apps/
December 02, 2020 at 01:07AM by eliza8418
https://ift.tt/2VnA5VY
AWS adding macOS instances
https://aws.amazon.com/about-aws/whats-new/2020/11/announcing-amazon-ec2-mac-instances-for-macos/https://aws.amazon.com/blogs/aws/new-use-mac-instances-to-build-test-macos-ios-ipados-tvos-and-watchos-apps/
December 02, 2020 at 01:07AM by eliza8418
https://ift.tt/2VnA5VY
Amazon
Announcing Amazon EC2 Mac instances for macOS
New post on Flutter Dev Google group:
How to remove markers from a flutter leaflet map? I used this program .But, it is not working. When I uncomment the traveler_markers = traveler_markers2; (after print statement)it removes all markers from other functions also. I want to remove only this set of marker from the super set.
December 02, 2020 at 07:20AM by sona
https://ift.tt/37tD9p9
How to remove markers from a flutter leaflet map? I used this program .But, it is not working. When I uncomment the traveler_markers = traveler_markers2; (after print statement)it removes all markers from other functions also. I want to remove only this set of marker from the super set.
December 02, 2020 at 07:20AM by sona
https://ift.tt/37tD9p9
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:
Flutter - Grocery App - Payment & RazorPay Payment Gateway
🔥 Flutter - Grocery App - WordPress - WooCommerce Series 🔥 - EP 10 - PayPal & RazorPay Gateway*Episode 10 : Payment Gateway*🛑🔑 Key Features :➡️ Payment Screen Design➡️ InAppWebView to Integrate any type of Payment Gateway➡️ RazorPay Payment Gateway➡️ Paypal Payment Gateway📹Video : https://youtu.be/KVyOXxnS9UwLIKE, COMMENT and SHARE to reach out the course to those who need. Also, SUBSCRIBE if you find something meaningful!❤️Happy Coding!!
December 02, 2020 at 08:36AM by SnippetCoder_YT
https://ift.tt/2JFkwGw
Flutter - Grocery App - Payment & RazorPay Payment Gateway
🔥 Flutter - Grocery App - WordPress - WooCommerce Series 🔥 - EP 10 - PayPal & RazorPay Gateway*Episode 10 : Payment Gateway*🛑🔑 Key Features :➡️ Payment Screen Design➡️ InAppWebView to Integrate any type of Payment Gateway➡️ RazorPay Payment Gateway➡️ Paypal Payment Gateway📹Video : https://youtu.be/KVyOXxnS9UwLIKE, COMMENT and SHARE to reach out the course to those who need. Also, SUBSCRIBE if you find something meaningful!❤️Happy Coding!!
December 02, 2020 at 08:36AM by SnippetCoder_YT
https://ift.tt/2JFkwGw
YouTube
🔥 Flutter - Grocery App - WordPress - WooCommerce Series 🔥 - EP 10 - PayPal & RazorPay Gateway
This is the 10th episode of the Flutter - WooCommerce Series. In this Video we will learn about how to handle Integrate RazorPay and Paypal Payment Gateway in WooCommerce using Flutter Application
Video Content
-------------------------------
0:00 Splash…
Video Content
-------------------------------
0:00 Splash…
New post on /r/flutterdev subreddit:
Flutter Time Line, Sentry SDK & more - WEEK 47 - PUB.DEV RELEASES
https://www.youtube.com/watch?v=zuMsMrhtOf8&feature=share
December 02, 2020 at 12:08PM by syntacops
https://ift.tt/3qn9dUk
Flutter Time Line, Sentry SDK & more - WEEK 47 - PUB.DEV RELEASES
https://www.youtube.com/watch?v=zuMsMrhtOf8&feature=share
December 02, 2020 at 12:08PM by syntacops
https://ift.tt/3qn9dUk
YouTube
Flutter Time Line, Sentry SDK & more - WEEK 47 - PUB.DEV RELEASES
A flutter time line packages to create unique, different time line types in horizontal or vertical direction, a new opportunity to monitor, troubleshoot and optimize the performance of your app provided by the Sentry SDK, a circular animator framework and…
New post on /r/flutterdev subreddit:
How do you use BLoC - Flutter Bloc
So recently I've been thinking about a way to structure my blocs in a way that would be simple and intuitive. So I came up with two ways:One event - One data - One stateSo this one is quite simple to understand: When a public event is triggered, only one type of data will be fetched/loaded and this data and only this data will be yield, which means that if you need to fetch/load more data you'll need what I call a private event. Those private events are triggered by previous events.I've come to find that this method works best with freezed and yield by copyWith.Here's a visual representation of how it works:Public event Data loaded Yield state.copyWith Private event Data loaded Yield state.copyWith etc...Here a code example:```dart yield* event.map( publicEvent: (event) async* { User user = await loadUser();
December 02, 2020 at 12:02PM by SSebigo
https://ift.tt/3lzCs2B
How do you use BLoC - Flutter Bloc
So recently I've been thinking about a way to structure my blocs in a way that would be simple and intuitive. So I came up with two ways:One event - One data - One stateSo this one is quite simple to understand: When a public event is triggered, only one type of data will be fetched/loaded and this data and only this data will be yield, which means that if you need to fetch/load more data you'll need what I call a private event. Those private events are triggered by previous events.I've come to find that this method works best with freezed and yield by copyWith.Here's a visual representation of how it works:Public event Data loaded Yield state.copyWith Private event Data loaded Yield state.copyWith etc...Here a code example:```dart yield* event.map( publicEvent: (event) async* { User user = await loadUser();
yield state.copyWith( user: user, ); add(const MyBloc.privateEvent1()); }, privateEvent1: (event) async* { List<Post> posts = await loadPosts(); yield state.copyWith( posts: posts, ); if (something) { add(const MyBloc.privateEvent2()); } }, privateEvent2: (event) async* { List<Draft> drafts = await loadDrafts(); yield state.copyWith( drafts: drafts, ); },); ```This method seems to ensure that the code in each event is short and readable. It also more or less respect the single responsibility principle by allowing one API call per event.A drawback I find with this method is that the more private events and condition you have the more complex it becomes to keep in mind how the entire logic flow. I have to admit that I had to use drawio to have a visual representation of the logic flow.I haven't been able to found any significant performance issues even with 10+ consecutive private events.One event - One stateThis one is the simplest way to structure your bloc. An event is triggered, you fetch/load all the data you need for this event and then you yield them all.Here's a visual representation of how it works:Event Data loaded Data loaded Data loaded Yield stateHere a code example:```dart yield* event.map( publicEvent: (event) async* { User user = await loadUser(); List<Post> posts - await loadPosts();
List<Draft> drafts = <Draft>[]; if (something) { drafts = await loadDrafts(); } yield state.copyWith( user: user, posts: posts, drafts: drafts, ); },); ```This method has the merit of being direct. You have everything you need in one place and it's easy to have a visual representation of the logic flow.The problem I personally have with this method is having this much calls in one place. The more data you need to fetch/load and the more condition you have, the more bloated the code becomes.Overall I don't have a preference for either of these methods and I use them as I see fit but I would like to have a method that I can use all over my codebase for consistency reason.If you have your own way of structuring blocs please feel free to share, hopefully, we'll be able to find a "universal" structure.
December 02, 2020 at 12:02PM by SSebigo
https://ift.tt/3lzCs2B
reddit
How do you use BLoC - Flutter Bloc
So recently I've been thinking about a way to structure my blocs in a way that would be simple and intuitive. So I came up with two ways: ## One...
New post on /r/flutterdev subreddit:
Flutter Web Scrolling
The performance of the scrolling and the feel in Flutter Web is really not on the level that I would like. It's laggy and there is no scrollbar.I have made packages for each problem, so feel free to use them. I created both of them almost from scratch. You can find them in the following links:Smooth ScrollingScrollbar For Flutter WebI hope it can help you guys. We should use Flutter on the web regardless it is only available on the beta channel, but I have been developing with Flutter web, and the experience is a lot better than a year ago.
December 02, 2020 at 11:56AM by ImDeZz
https://ift.tt/3mv0g9b
Flutter Web Scrolling
The performance of the scrolling and the feel in Flutter Web is really not on the level that I would like. It's laggy and there is no scrollbar.I have made packages for each problem, so feel free to use them. I created both of them almost from scratch. You can find them in the following links:Smooth ScrollingScrollbar For Flutter WebI hope it can help you guys. We should use Flutter on the web regardless it is only available on the beta channel, but I have been developing with Flutter web, and the experience is a lot better than a year ago.
December 02, 2020 at 11:56AM by ImDeZz
https://ift.tt/3mv0g9b
Hobbister
Smooth Scrolling With Flutter Web
Smooth scrolling with flutter web is not yet implemented in the Flutter framework, but we are going to solve this problem by doing our own smooth scrolling component. The scrolling on mobile looks …
New post on /r/flutterdev subreddit:
Just posted my latest video introducing the newest changes from BLoC 6.1.0 (context.watch, context.select and context.read)
https://youtu.be/TNVxDuSJ00I
December 02, 2020 at 11:24AM by W_C_K_D
https://ift.tt/3ofuiOH
Just posted my latest video introducing the newest changes from BLoC 6.1.0 (context.watch, context.select and context.read)
https://youtu.be/TNVxDuSJ00I
December 02, 2020 at 11:24AM by W_C_K_D
https://ift.tt/3ofuiOH
YouTube
#9 - BLoC 6.1.0 Update - Important Changes, context.watch, context.select & context.read
Hi there!
Here's the github repository where you can clone all the source code:
https://github.com/TheWCKD/blocFromZeroToHero
In this tutorial I will introduce you to the newest changes introduced in the latest version of Flutter BLoC Library - 6.1.0.…
Here's the github repository where you can clone all the source code:
https://github.com/TheWCKD/blocFromZeroToHero
In this tutorial I will introduce you to the newest changes introduced in the latest version of Flutter BLoC Library - 6.1.0.…
New post on /r/flutterdev subreddit:
Get User Current Location Using Flutter
https://www.youtube.com/watch?v=2p4snh1-JQM&feature=share
December 02, 2020 at 11:24AM by DoctorCode8
https://ift.tt/3o7IUjg
Get User Current Location Using Flutter
https://www.youtube.com/watch?v=2p4snh1-JQM&feature=share
December 02, 2020 at 11:24AM by DoctorCode8
https://ift.tt/3o7IUjg
YouTube
Get User Current Location Using Flutter
#Flutter #FlutterTutorial
In this video, I'm going to show you how to use location service in Flutter and get your user's Current Longitude and Latitude.
In this video, I'm going to show you how to use location service in Flutter and get your user's Current Longitude and Latitude.
New post on Flutter Dev Google group:
Image upload from internet -error
Hai all I was successful in uploading an image from asset (drive) to my project but I am getting an error while trying to upload an image from internet for my project. Flutter is throwing an exception -Invalid image data, I tried with different ursl , but it is happening again and again. I had
December 02, 2020 at 03:21PM by Abhi
https://ift.tt/2JDT8Zy
Image upload from internet -error
Hai all I was successful in uploading an image from asset (drive) to my project but I am getting an error while trying to upload an image from internet for my project. Flutter is throwing an exception -Invalid image data, I tried with different ursl , but it is happening again and again. I had
December 02, 2020 at 03:21PM by Abhi
https://ift.tt/2JDT8Zy
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:
Flutter app to track smartphone app activity?
Hello all,I want to create a system to track my smartphone use and see which apps I use most often and in what time frames. I am trying to cut down on smartphone use and seeing the trends and number would help me. Are there any packages/apps you know of using Flutter that can track app activity?Note, this will most likely be for personal use only so asking for permissions is not an issue here. If I create the app, I want to be able to control my own data, thus I would prefer to build the app myself.Thanks in advance!
December 02, 2020 at 08:06PM by joeschmidt97
https://ift.tt/3lviPJ1
Flutter app to track smartphone app activity?
Hello all,I want to create a system to track my smartphone use and see which apps I use most often and in what time frames. I am trying to cut down on smartphone use and seeing the trends and number would help me. Are there any packages/apps you know of using Flutter that can track app activity?Note, this will most likely be for personal use only so asking for permissions is not an issue here. If I create the app, I want to be able to control my own data, thus I would prefer to build the app myself.Thanks in advance!
December 02, 2020 at 08:06PM by joeschmidt97
https://ift.tt/3lviPJ1
reddit
r/FlutterDev - Flutter app to track smartphone app activity?
8 votes and 6 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter CI/CD with Circle CI | English
https://youtu.be/yAojtMuffFI
December 02, 2020 at 09:54PM by Ecrax
https://ift.tt/3lrAUYE
Flutter CI/CD with Circle CI | English
https://youtu.be/yAojtMuffFI
December 02, 2020 at 09:54PM by Ecrax
https://ift.tt/3lrAUYE
YouTube
Flutter CI/CD with Circle CI | English
Today, I will show you how to set up Flutter CI/CD with Circle CI.
Go ahead and subscribe for free
→ https://bit.ly/2VMefML
-----------------------------------------------------
Links Mentioned:
Circle CI
→ https://circleci.com/
------------------…
Go ahead and subscribe for free
→ https://bit.ly/2VMefML
-----------------------------------------------------
Links Mentioned:
Circle CI
→ https://circleci.com/
------------------…
New post on Flutter Dev Google group:
Hi Flutter Community!
Hello! My names Chris Scarborough and I've been struggling severely getting my mind wrapped around creating my own app! I love the idea of learning and creating an app with flutter considering its cross compatible and all, but I'm also terrified by the idea of waiting to long to make my idea,
December 03, 2020 at 02:13AM by Chris Scarborough
https://ift.tt/3g8PAL9
Hi Flutter Community!
Hello! My names Chris Scarborough and I've been struggling severely getting my mind wrapped around creating my own app! I love the idea of learning and creating an app with flutter considering its cross compatible and all, but I'm also terrified by the idea of waiting to long to make my idea,
December 03, 2020 at 02:13AM by Chris Scarborough
https://ift.tt/3g8PAL9
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:
Which Framework do you think the best in 2021?
View Poll
December 03, 2020 at 03:47AM by deldev
https://ift.tt/2KU0mcA
Which Framework do you think the best in 2021?
View Poll
December 03, 2020 at 03:47AM by deldev
https://ift.tt/2KU0mcA