pub-dev
get_it
pub-dev | get_it | |
---|---|---|
364 | 31 | |
774 | 1,318 | |
0.8% | 2.3% | |
9.8 | 7.5 | |
7 days ago | about 1 month ago | |
Dart | Dart | |
BSD 3-clause "New" or "Revised" License | MIT 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
-
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
get_it
-
Goodbye, Singleton! Should We Implement this in Flutter?
As an alternative, we can use packages such as [get_it](https://pub.dev/packages/get_it), which makes it easy to register a lazy singleton:
-
Question about new State Management package
It's actually quite an old lib at its heart, it's the successor to get_it which is 5 yrs old and has 3500+ likes https://pub.dev/packages/get_it
-
[Research] Your Flutter Stack
Dependency injection: https://pub.dev/packages/get_it
- Show me the way: GetX Vs Stacked Vs Riverpod
-
Am I super dumb or is Riverpod SO complicated?
No it is not, it had a release 3 weeks ago: https://github.com/fluttercommunity/get_it/tags so not sure what you are talking about...
-
Reorderable listview help!
Use a library like https://pub.dev/packages/get_it to save the list in a state object. When ever you get the list again, you get it from the state object. I don't know the library because I use riverpod, but it should be easy to use.
-
🚀 Building a Fullstack App with dart_frog and Flutter in a Monorepo - Part 5
Setting up dependency injection using injectable and get_it
-
Flutter Production Boilerplate and tutorials on Medium
DI: get_it, injectable
-
Dependency Injection recommendation?
I personally use get_it and injectable.
-
🎉 honeycomb v0.9.0 released
First thing first, I want to describe how it compares to the most popular get_it.
What are some alternatives?
serverpod - Serverpod is a next-generation app and web server, explicitly built for the Flutter and Dart ecosystem.
getx - Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with Get.
awesome-kotlin - A curated list of awesome Kotlin related stuff Inspired by awesome-java.
riverpod - A reactive caching and data-binding framework. Riverpod makes working with asynchronous code a breeze.
Flutter-HTML-Editor - A lightweight HTML-Richtext editor for Flutter
bloc - A predictable state management library that helps implement the BLoC design pattern
flutter-examples - This repository contains the Syncfusion Flutter UI widgets examples and the guide to use them.
flutter_getx_timetracker - Timetracker created with Flutter and GetX framework
Free-RASP-Community - SDK providing app protection and threat monitoring for mobile devices, available for Flutter, Cordova, Android and iOS.
modular - A smart project structure
rudderstack-docs - Documentation repository for RudderStack - the Customer Data Platform for Developers.
MobX - Simple, scalable state management.