New post on /r/flutterdev subreddit:
Is FlutterWeb scrolling set at 60Hz?
I have been experimenting with Flutter Web recently, and I have noticed that the scrolling is always a bit slow, regardless of what I do. On a 120Hz screen, the difference is quite noticeable. It almost appears as if it is set at 60Hz. submitted by /u/_Andre01 [link] [comments] https://www.reddit.com/r/FlutterDev/comments/10zrovu/is_flutterweb_scrolling_set_at_60hz/
Is FlutterWeb scrolling set at 60Hz?
I have been experimenting with Flutter Web recently, and I have noticed that the scrolling is always a bit slow, regardless of what I do. On a 120Hz screen, the difference is quite noticeable. It almost appears as if it is set at 60Hz. submitted by /u/_Andre01 [link] [comments] https://www.reddit.com/r/FlutterDev/comments/10zrovu/is_flutterweb_scrolling_set_at_60hz/
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
π2
New post on /r/flutterdev subreddit:
5 MUST-HAVE Flutter Packages for YOUR Next Project!
submitted by /u/Consistent-Fun-6013 link comments https://www.reddit.com/r/FlutterDev/comments/111365y/5_musthave_flutter_packages_for_your_next_project/
5 MUST-HAVE Flutter Packages for YOUR Next Project!
submitted by /u/Consistent-Fun-6013 link comments https://www.reddit.com/r/FlutterDev/comments/111365y/5_musthave_flutter_packages_for_your_next_project/
Reddit
From the FlutterDev community on Reddit: 5 MUST-HAVE Flutter Packages for YOUR Next Project!
Explore this post and more from the FlutterDev community
π2β€1
New post on /r/flutterdev subreddit:
Cool particle effects animation using CustomPainter tutorial.
submitted by /u/TheRenegadeKaladian link comments https://www.reddit.com/r/FlutterDev/comments/1117m4o/cool_particle_effects_animation_using/
Cool particle effects animation using CustomPainter tutorial.
submitted by /u/TheRenegadeKaladian link comments https://www.reddit.com/r/FlutterDev/comments/1117m4o/cool_particle_effects_animation_using/
π2π1
NTT Data have dedicated offices throughout Italy providing consulting and IT services. Check them out https://it.nttdata.com/
π2
New post on /r/flutterdev subreddit:
Build ChatGPT App in Flutter using OpenAI API - Full Course
submitted by /u/anwarabir link comments https://www.reddit.com/r/FlutterDev/comments/111eifc/build_chatgpt_app_in_flutter_using_openai_api/
Build ChatGPT App in Flutter using OpenAI API - Full Course
submitted by /u/anwarabir link comments https://www.reddit.com/r/FlutterDev/comments/111eifc/build_chatgpt_app_in_flutter_using_openai_api/
Reddit
From the FlutterDev community on Reddit: Build ChatGPT App in Flutter using OpenAI API - Full Course
Posted by anwarabir - 1 vote and 0 comments
π8β€1
New post on /r/flutterdev subreddit:
π€³ Effortless Sharing: From external apps to your Flutter app in no time
submitted by /u/saileshbro link comments https://www.reddit.com/r/FlutterDev/comments/111sxzu/effortless_sharing_from_external_apps_to_your/
π€³ Effortless Sharing: From external apps to your Flutter app in no time
submitted by /u/saileshbro link comments https://www.reddit.com/r/FlutterDev/comments/111sxzu/effortless_sharing_from_external_apps_to_your/
Reddit
From the FlutterDev community on Reddit: π€³ Effortless Sharing: From external apps to your Flutter app in no time
Explore this post and more from the FlutterDev community
π3
New post on /r/flutterdev subreddit:
Klarna payment integration
Hello dear Flutter colleagues, Have anyone ever tried to integrate payments with Klarna ? In the flutterstripe release notes there is a mention about Klarna support on the release 2.4.0, However, I can't see anything more about that. https://pub.dev/packages/flutterstripe/changelog β Is... https://www.reddit.com/r/FlutterDev/comments/1126zyd/klarna_payment_integration/
Klarna payment integration
Hello dear Flutter colleagues, Have anyone ever tried to integrate payments with Klarna ? In the flutterstripe release notes there is a mention about Klarna support on the release 2.4.0, However, I can't see anything more about that. https://pub.dev/packages/flutterstripe/changelog β Is... https://www.reddit.com/r/FlutterDev/comments/1126zyd/klarna_payment_integration/
π1
New post on /r/flutterdev subreddit:
ChatGPT App Flutter
Introducing my latest ongoing project: a Flutter app for chatting with OpenAI's language model, powered by the OpenAI API. This app lets users generate their own API key to chat with OpenAI in real-time. With a sleek, intuitive design and easy-to-use interface, this app is perfect for anyone... https://www.reddit.com/r/FlutterDev/comments/112a2va/chatgpt_app_flutter/
ChatGPT App Flutter
Introducing my latest ongoing project: a Flutter app for chatting with OpenAI's language model, powered by the OpenAI API. This app lets users generate their own API key to chat with OpenAI in real-time. With a sleek, intuitive design and easy-to-use interface, this app is perfect for anyone... https://www.reddit.com/r/FlutterDev/comments/112a2va/chatgpt_app_flutter/
Reddit
From the FlutterDev community on Reddit: ChatGPT App Flutter
Explore this post and more from the FlutterDev community
π5
New post on /r/flutterdev subreddit:
how can I use getIt inside isolates flutter?
How can I use getIt inside isolates flutter? submitted by /u/iamnijatdeveloper link comments https://www.reddit.com/r/FlutterDev/comments/112s38f/how_can_i_use_getit_inside_isolates_flutter/
how can I use getIt inside isolates flutter?
How can I use getIt inside isolates flutter? submitted by /u/iamnijatdeveloper link comments https://www.reddit.com/r/FlutterDev/comments/112s38f/how_can_i_use_getit_inside_isolates_flutter/
Reddit
From the FlutterDev community on Reddit: how can I use getIt inside isolates flutter?
Posted by iamnijatdeveloper - 7 votes and 21 comments
New post on /r/flutterdev subreddit:
I've made a vs code to facilitate the navigation through tests
Hello, I've created a vs code extension that add a button to switch between the source file and the test file, it also display at the top of each functions and classes the number of associated tests. Also if no test file is found for the file you are editing the extension will made some... https://www.reddit.com/r/FlutterDev/comments/112tqwx/ive_made_a_vs_code_to_facilitate_the_navigation/
I've made a vs code to facilitate the navigation through tests
Hello, I've created a vs code extension that add a button to switch between the source file and the test file, it also display at the top of each functions and classes the number of associated tests. Also if no test file is found for the file you are editing the extension will made some... https://www.reddit.com/r/FlutterDev/comments/112tqwx/ive_made_a_vs_code_to_facilitate_the_navigation/
Reddit
From the FlutterDev community on Reddit: I've made a vs code to facilitate the navigation through tests
Explore this post and more from the FlutterDev community
π1
GeniusCrew is a Dutch software house that specialises in Flutter. Their team of devs, project managers, designers & marketers work on: mobile apps, web apps & PWA dev, UX/UI design. Meet them at #FlutterHeroes23 https://geniuscrew.eu/
π4
Another great #Flutterdev provider at #FlutterHeroes23 !! Welcome to Feature sponsor, Zapp! https://invertase.link/fl-hero2023-zapp
π₯°2
New post on /r/flutterdev subreddit:
Tensorflow on flutter
Just curious if there any packages that are not outdated for tflite/tensorflow? Looking at pub dev currently there are 2 packages:https://pub.dev/packages/tflite_flutter https://pub.dev/packages/tflite β Looks like both of them have been abandoned for some reason :/ submitted by ... https://www.reddit.com/r/FlutterDev/comments/113jq2c/tensorflow_on_flutter/
Tensorflow on flutter
Just curious if there any packages that are not outdated for tflite/tensorflow? Looking at pub dev currently there are 2 packages:https://pub.dev/packages/tflite_flutter https://pub.dev/packages/tflite β Looks like both of them have been abandoned for some reason :/ submitted by ... https://www.reddit.com/r/FlutterDev/comments/113jq2c/tensorflow_on_flutter/
Dart packages
tflite_flutter | Flutter package
TensorFlow Lite Flutter plugin provides an easy, flexible, and fast Dart API to integrate TFLite models in flutter apps across mobile and desktop platforms.
π2
We are very happy to announce our support for EMERGENCY for 2023. EMERGENCY provides free, high-quality care to people affected by conflict and poverty. In 2023, β¬1 from every ticket sold to any of our events will be donated to EMERGENCY. https://en.emergency.it/
β€1
New post on /r/flutterdev subreddit:
Create Chat bot using Chat GPT Api in Flutter π
submitted by /u/base77 link comments https://www.reddit.com/r/FlutterDev/comments/113omcx/create_chat_bot_using_chat_gpt_api_in_flutter/
Create Chat bot using Chat GPT Api in Flutter π
submitted by /u/base77 link comments https://www.reddit.com/r/FlutterDev/comments/113omcx/create_chat_bot_using_chat_gpt_api_in_flutter/
Reddit
From the FlutterDev community on Reddit: Create Chat bot using Chat GPT Api in Flutter π
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
ImageMagick Plugin for Flutter is now stable
Hey everyone, I'm excited to announce that the ImageMagick Plugin for Flutter is now available in its first stable version! A while back, I shared a dev version of this plugin, but I'm happy to say that I've now completed adding all the bindings and have split the plugin into four separate... https://www.reddit.com/r/FlutterDev/comments/113tx0j/imagemagick_plugin_for_flutter_is_now_stable/
ImageMagick Plugin for Flutter is now stable
Hey everyone, I'm excited to announce that the ImageMagick Plugin for Flutter is now available in its first stable version! A while back, I shared a dev version of this plugin, but I'm happy to say that I've now completed adding all the bindings and have split the plugin into four separate... https://www.reddit.com/r/FlutterDev/comments/113tx0j/imagemagick_plugin_for_flutter_is_now_stable/
Reddit
From the FlutterDev community on Reddit: ImageMagick Plugin for Flutter is now stable
Explore this post and more from the FlutterDev community
π₯1
New post on /r/flutterdev subreddit:
PWA or Native App
I see that web push has been implemented in iOS (16.4 beta). So I was wondering, when comparing PWA(web) and Native App(iOS and Android), what do you think are the advantages of Native App? In the days when web push was not available on iOS, I thought the notification was the biggest difference... https://www.reddit.com/r/FlutterDev/comments/1149ltv/pwa_or_native_app/
PWA or Native App
I see that web push has been implemented in iOS (16.4 beta). So I was wondering, when comparing PWA(web) and Native App(iOS and Android), what do you think are the advantages of Native App? In the days when web push was not available on iOS, I thought the notification was the biggest difference... https://www.reddit.com/r/FlutterDev/comments/1149ltv/pwa_or_native_app/
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
π2
Welcome to Prime sponsor @synesthesiait. With us from the beginning and forevermore! They're much more than simply software. They are their culture. It's a privilege to work with Synesthesia. https://synesthesia.it/
As a professional developer with a passion for user experience, you are always looking for ways to make your job easier and more efficient. One option is to use an enterprise low-code development platform effectively supporting you with the tasks you may enjoy less (backend development and operation) while leaving you total freedom on the frontend side.
Livebase allows you to easily draw rich data models (as simple diagrams), and to generate fully functional (micro)services named βcloudletsβ, that you can immediately invoke from your web or mobile application and integrate with other backend components, including BPM, ERP, CRM and legacy systems.
https://www.livebase.com/
Livebase allows you to easily draw rich data models (as simple diagrams), and to generate fully functional (micro)services named βcloudletsβ, that you can immediately invoke from your web or mobile application and integrate with other backend components, including BPM, ERP, CRM and legacy systems.
https://www.livebase.com/
New post on /r/flutterdev subreddit:
'Liquid FAB' using Flutter and Shaders
submitted by /u/JideGuru link comments https://www.reddit.com/r/FlutterDev/comments/114k2yb/liquid_fab_using_flutter_and_shaders/
'Liquid FAB' using Flutter and Shaders
submitted by /u/JideGuru link comments https://www.reddit.com/r/FlutterDev/comments/114k2yb/liquid_fab_using_flutter_and_shaders/
Reddit
From the FlutterDev community on Reddit: 'Liquid FAB' using Flutter and Shaders
Explore this post and more from the FlutterDev community
π1