Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kmartins/dtx
Group of the package containing the most used Dart's extension functions in Zambiee's projects.
https://github.com/kmartins/dtx
build-context context dart extension-methods extensions flutter sharedpreferences
Last synced: 5 days ago
JSON representation
Group of the package containing the most used Dart's extension functions in Zambiee's projects.
- Host: GitHub
- URL: https://github.com/kmartins/dtx
- Owner: kmartins
- License: mit
- Created: 2020-12-16T20:37:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-14T09:11:44.000Z (11 days ago)
- Last Synced: 2025-01-14T10:31:27.773Z (11 days ago)
- Topics: build-context, context, dart, extension-methods, extensions, flutter, sharedpreferences
- Language: Dart
- Homepage:
- Size: 180 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Group of the packages that rely on `Dart's extension` to provide easy access for the most used properties, functions, and additional convenience methods both in **Dart** (e.g: [String](https://api.dart.dev/stable/2.10.0/dart-core/String-class.html)), **Flutter** (e.g: [BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html)), and **other packages** (e.g: [Shared Preferences](https://pub.dev/packages/shared_preferences)).
# Dart
⚠️ There are no packages yet!
# Flutter
| Name | Class | Pub Dev |
| ------------------- | ------------------- |------------------- |
| [flutter_context_dtx](https://github.com/Zambiee/dtx/tree/main/packages/flutter/flutter_context_dtx) | [BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) | |# Other Packages
| Name | Package | Pub Dev |
| ------------------- | ------------------- |------------------- |
| [shared_preferences_dtx](https://github.com/Zambiee/dtx/tree/main/packages/other_packages/shared_preferences_dtx) | [shared_preferences](https://pub.dev/packages/shared_preferences) | |## 📝 Maintainers
[Zambiee](https://github.com/Zambiee)
## 🤝 Support
You liked this package? Then give it a ⭐️. If you want to help then:
- Fork this repository
- Send a Pull Request with new features
- Share this package
- Create issues if you find a bug or want to suggest a new extension## 📝 License
Copyright © 2021 [Zambiee](https://github.com/Zambiee).
This project is [MIT](https://opensource.org/licenses/MIT) licensed.