packages
pub-dev

packages | pub-dev | |
---|---|---|
22 | 364 | |
4,607 | 863 | |
1.5% | 2.2% | |
9.9 | 9.8 | |
1 day ago | 2 days 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.
packages
- Implementing Flutter Barcode Scanner with Kotlin and CameraX for Android
-
Microsoft's Adaptive UI
There's a similar project from Google: https://github.com/flutter/packages/tree/main/packages/rfw
rfw is used by Google's Gemini LLM to generate UI.
rfw runs on the web/android/ios/macos/linux/windows, anywhere where Flutter runs.
- GoRouter's on track to get stateful navigation. Huge thanks to the dev that worked on it! I've been waiting for this feature for a while now.
-
Odd drag gesture experience with google_maps_flutter on iOS
I am trying out google_maps_flutter's example on iOS, and I couldn't figure why when I drag the map, the map pans to a different location when I release. Does it happen to anyone?
-
Why flutter image picker is very slow, and is there an alternative
For the minimal app, you can simply try example of image picker here.
-
package: navbar_router release v0.5.0
see: https://github.com/flutter/packages/pull/2650
- go_router (Package of the Week)
-
Flutter seems like the cross platform that I needed but......
(TL;DR: Flutter Apps come with this set of rules by default: https://github.com/flutter/packages/blob/main/packages/flutter_lints/lib/flutter.yaml)
-
Flutter with riverpod and navigation, I have some questions
But be aware that go_router does not preserve the navigation state within the shell routes yet. It is being worked on though ( https://github.com/flutter/packages/pull/2650 )
-
A beginner’s guide to go_router in Flutter
In this article, we have discussed how to use go_router in your Flutter app as well as some of its features, like route parameters, query parameters, named routes, handling errors, and redirection. This is just a beginner's guide for getting started with go_router. If you want to learn more, visit the official go_router API documentation.
pub-dev
-
Flutter - Colorful Gradient Text
Check it out on pub.dev and let me know what you think! Your feedback means the world to me as I continue to learn and grow in the world of Flutter App Development.
- Explorando o Comando `pub unpack` no Dart
-
Internationalizing and Localizing a Flutter App | How to Develop an App with Flutter – Part 7
The aforementionedMicroMoney class can only be used for number formatting. Flutter standard library does not contain a dedicated decimal or monetary type which can be used for mathematics. If you need to perform such calculations, you can do that on integral subunits (cents or millionths), or use some 3rd party library from the pub.
-
Flutter's Essential Toolkit: Top Tools for Every Developer
Beyond these core tools, there's a vast ecosystem of third-party packages available on the pub.dev package manager. These packages offer a wide range of functionalities, from state management (BLoC, Provider) to networking (http, Dio) and advanced UI elements. Explore this rich library to find the tools that perfectly suit your project's needs.
-
[Flutter] 앱 시작 로딩화면 App loading page
1.패키지 다운로드(https://pub.dev) Package download from (https://pub.dev)
-
How to Create Dart Packages in Flutter: A Step-by-Step Guide
The pub package manager, the official package repository for Flutter, allows developers to share and discover packages. This fosters collaboration within the Flutter community, enabling developers to leverage existing solutions and contribute their own creations.
-
Learn Flutter by creating your first Flutter app!
For finding new packages, Flutter developers often visit https://pub.dev. Say you want to do a network request to a remote server using the http package, you can simply add it to your dependencies and then execute flutter pub get to fetch the package and make it ready to use.
- Desenvolvendo um widget de upload com Flutter 🩵
-
Build a Video Chat App with ConnectyCube Flutter SDK
where x.x.x is a latest version of the connectycube_sdk on pub.dev repository.
-
10 Useful websites for flutter developers!
Link: pub.dev
What are some alternatives?
flutter_phoenix - Easily restart your application from scratch.
awesome-kotlin - A curated list of awesome Kotlin related stuff Inspired by awesome-java.
flutter_file_picker - File picker plugin for Flutter, compatible with mobile (iOS & Android), Web, Desktop (Mac, Linux, Windows) platforms with Flutter Go support.
flutter-maplibre-gl - Customizable, performant and vendor-free vector and raster maps, flutter wrapper for maplibre-native and maplibre-gl-js (fork of flutter-mapbox-gl/maps)
rxdart - The Reactive Extensions for Dart
serverpod - Serverpod is a next-generation app and web server, explicitly built for the Flutter and Dart ecosystem.
