pub-dev
Flutter
Our great sponsors
pub-dev | Flutter | |
---|---|---|
183 | 672 | |
561 | 140,950 | |
3.9% | 2.1% | |
9.7 | 10.0 | |
1 day ago | about 21 hours ago | |
Dart | Dart | |
BSD 3-clause "New" or "Revised" License | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
pub-dev
-
How can I make this ui design
thought it looked close enough. im sure if you look in pub.dev you might find something that'll provide what youre looking for.
-
I've just published a new package called "cities" that contains 2.6 million cities meant to be used by benchmarks and demos. Zero third party dependencies and completely self-contained.
How? The datasource is included inside of the package. It is gzipped to circumvent the file size limit of pub.dev, and a little known function called Isolate.resolvePackageUri is used so that you don't have to worry about any file paths.
-
Using Google Maps with Flutter or alternatives?
Yep, and it's not on pub.dev. Also, to use a vector map with maplibre you should supply your own vector tile server. You can google it. Basically, you get the data from OpenStreetMap, generate the tiles, and then host it somewhere. or you can pay for it.
-
Best way to integrate REST API with FLUTTER🔥⚡️
I think more than 60% of packages in pub.dev are useless
-
Displaying a loading overlay or progress HUD in Flutter
Before we get started, you might not be interested in writing a custom solution for this and would rather use a package for this. If this is the case, there are tens of packages to do just this. Just search for "loading overlay", "loader overlay", or "progress hud" on pub.dev. I haven't used any personally, but loader_overlay looks well maintained and has a nice API.
- O que é Flutter
-
I think this is the only package for recording from mic supporting all six platforms. Please show some love!
The below package is regularly updated and supports all platforms. I found in about 20 seconds by going to https://pub.dev/ and searching for "mic record".
-
Flutter vs Unity
Flutter has an excellent plugin system and can bind to native code. There is nothing stopping anyone from creating a multiplatform notification framework. That's what package distribution services like pub.dev are for.
-
image_picker Camera dosn't work on laptop's browser.
i have used KIsWeb to check the device and i have imported “image_picker_for_web” too but my problem is i didn't find any example for "image_picker_for_web" on the pub.dev so it be a great help if any body can give me an example of it or direct me to the example /tutorial page.
- Will Flutter ever be suitable for simple static sites with some nice animations? I want to revive my old Weebly site, including a Linktree-like landing page for social media. If not, is there a way I can use Dart + HTML/CSS only, and have it compile to JavaScript (like TypeScript does)?
Flutter
-
Tell HN: I made $1000 with my app and now making $500/mo
I'm actively working on the Android version. I'm waiting on some Material 3 component for Flutter to be done [0], but it's almost ready to test!
-
Does support 32-bit Windows as a target?
The issue https://github.com/flutter/flutter/issues/37777 is still open.
-
How I setup a new machine for development
Machine: Acer Nitro 5 AN515-58 Operating System: Windows 11, Fedora 36 Editors: VS Code, Sublime Text, Android Studio, IntelliJ Idea Programming Languages: Python, Flutter, Java, JavaScript, Node Productivity: Cron Calendar, Notion, Anytype, Spotify, Discord, Todoist Extensions: Vitesse Theme, Flutter, Python, Prettier, Carbon Product Icons, Codesnap
-
self teaching Dart?
For more information: as you already know Python, Dart can be a good option for applications with Flutter. The documentation is quite good if you already know how to program. If you are familiar with event-driven programming, you will progress fast.
- WWDC 2022 Wish List
- Is Test Automation viable for Flutter apps?
-
Create a Reels-like swipable video feed in Flutter
Sorry I stopped tracking it but I found this with a quick search https://github.com/flutter/flutter/issues/28094 This has been open for 3 years. I don’t see it fixed anytime soon.
- Flutter on macOS – Blinking cursor should use less CPU
-
Tauri or Flutter for RustDesk desktop?
With the official support of macOS, I took some time looking at some flutter apps today, and immediately spotted that the caret is forcing a refresh of the whole window. I would consider this a sev1, unfortunately the issue was opened a year ago, still not fixed and marked as a p4 https://github.com/flutter/flutter/issues/85781. This issue alone would make Flutter unsuitable for many of the apps that I would like to write.
-
Why Google officially acknowledged that it is possible to write games with Flutter
Sadly, on desktop, flutter is locked at 60hz.
What are some alternatives?
Introducing .NET Multi-platform App UI (MAUI) - .NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
Uno Platform - Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.
svelte-capacitor - Build hybrid mobile apps using Svelte and CapacitorJS with live reloading on Android and iOS!
WPF - WPF is a .NET Core UI framework for building Windows desktop applications.
kivy - Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS
Quasar Framework - Quasar Framework - Build high-performance VueJS user interfaces in record time
capacitor - Build cross-platform Native Progressive Web Apps for iOS, Android, and the Web ⚡️
TypeScript - TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
beamer - A routing package built on top of Router and Navigator's pages API, supporting arbitrary nested navigation, guards and more.
ProseMirror - The ProseMirror WYSIWYM editor
serverpod - Serverpod is a next-generation app and web server, explicitly built for the Flutter and Dart ecosystem.
compose-samples - Official Jetpack Compose samples.