-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# 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) | |