# Dart and Flutter Packages This repo contains various Dart and Flutter packages. These packages are also available on [pub](https://pub.dev/publishers/uekoetter.dev/packages). ## About me [![Twitter Follow](https://img.shields.io/twitter/follow/ue_man?style=social)](https://twitter.com/ue_man) [![GitHub followers](https://img.shields.io/github/followers/ueman?style=social)](https://github.com/ueman) If you use these packages, I would love to see what you built with it. Send me a [Tweet/DM on Twitter](https://twitter.com/ue_man) or contact me on [LinkedIn](https://www.linkedin.com/in/jonas-uekoetter). From time to time, I also write an article on [Medium](https://medium.com/@jonasuekoetter). <!-- ## Issues Please file any issues, bugs, or feature requests in the [main flutter repo](https://github.com/flutter/flutter/issues/new/choose). Issues pertaining to this repository are [labeled "package"](https://github.com/flutter/flutter/issues?q=is%3Aopen+is%3Aissue+label%3Apackage). ## Contributing If you wish to contribute a new package to the Flutter ecosystem, please see the documentation for [developing packages](https://flutter.dev/to/develop-packages). You can store your package source code in any GitHub repository (the present repo is only intended for packages developed by the core Flutter team). Once your package is ready you can [publish](https://flutter.dev/to/develop-packages#publish) to the [pub repository](https://pub.dev/). If you wish to contribute a change to any of the existing packages in this repo, please review our [contribution guide](https://github.com/flutter/packages/blob/main/CONTRIBUTING.md), and send a [pull request](https://github.com/flutter/packages/pulls). --> ## Packages These are the packages hosted in this repository: | Package | Pub | Points | Popularity | | --------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ | | [http_image_provider](./http_image_provider/) | [![pub package](https://img.shields.io/pub/v/http_image_provider.svg)](https://pub.dev/packages/http_image_provider) | [![pub points](https://img.shields.io/pub/points/http_image_provider)](https://pub.dev/packages/http_image_provider/score) | [![popularity](https://img.shields.io/pub/popularity/http_image_provider)](https://pub.dev/packages/http_image_provider/score) | | [referrer](./referrer/) | [![pub package](https://img.shields.io/pub/v/referrer.svg)](https://pub.dev/packages/referrer) | [![pub points](https://img.shields.io/pub/points/referrer)](https://pub.dev/packages/referrer/score) | [![popularity](https://img.shields.io/pub/popularity/referrer)](https://pub.dev/packages/referrer/score) | | [splash](./splash/) | [![pub package](https://img.shields.io/pub/v/splash.svg)](https://pub.dev/packages/splash) | [![pub points](https://img.shields.io/pub/points/splash)](https://pub.dev/packages/splash/score) | [![popularity](https://img.shields.io/pub/popularity/splash)](https://pub.dev/packages/splash/score) | | [sentry_link](./sentry_link/) | [![pub package](https://img.shields.io/pub/v/sentry_link.svg)](https://pub.dev/packages/sentry_link) | [![pub points](https://img.shields.io/pub/points/sentry_link)](https://pub.dev/packages/sentry_link/score) | [![popularity](https://img.shields.io/pub/popularity/sentry_link)](https://pub.dev/packages/sentry_link/score) | | [sentry_dart_frog](./sentry_dart_frog/) | [![pub package](https://img.shields.io/pub/v/sentry_dart_frog.svg)](https://pub.dev/packages/sentry_dart_frog) | [![pub points](https://img.shields.io/pub/points/sentry_dart_frog)](https://pub.dev/packages/sentry_dart_frog/score) | [![popularity](https://img.shields.io/pub/popularity/sentry_dart_frog)](https://pub.dev/packages/sentry_dart_frog/score) | The following packages are deprecated and no longer maintained: - [dio_image_provider](./dio_image_provider/) - [sentry_connectivity](./sentry_connectivity/) - [sentry_flutter_plus](./sentry_flutter_plus/) - [sentry_plus](./sentry_plus/) The following packages are also from me, but not in this repo: - [feedback](https://github.com/ueman/feedback) - [passkit packages](https://github.com/ueman/passkit)