Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thongdn-it committed Sep 12, 2021
1 parent 664ef0c commit 5313f8e
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,31 @@
# Isolate Flutter

## IsolateFlutter

[![Pub][isolate_flutter_pub_v_image_url]][isolate_flutter_pub_url]

[IsolateFlutter](isolate_flutter) is a useful package for you who want to make and manage Isolate. It is based on `dart:isolate` so it only support iOS and Android.

## IsolateHttp

[![Pub][isolate_http_pub_v_image_url]][isolate_http_pub_url]

[IsolateHttp](isolate_http) provides a way to launch [http package][http_pub_url] with IsolateFlutter.

## Author

IsolateFlutter is developed by Thong Dang. You can contact me at thongdn.it@gmail.com

If you like my project, you can support me [![Buy Me A Coffee][buy_me_a_coffee_image_url]][buy_me_a_coffee_url] or star (like) for it.

Thank you! ❤️

[//]: # (reference links)

[isolate_flutter_pub_url]: https://pub.dev/packages/isolate_flutter
[isolate_flutter_pub_v_image_url]: https://img.shields.io/pub/v/isolate_flutter.svg
[isolate_http_pub_url]: https://pub.dev/packages/isolate_http
[isolate_http_pub_v_image_url]: https://img.shields.io/pub/v/isolate_http.svg
[http_pub_url]: https://pub.dev/packages/http
[buy_me_a_coffee_image_url]: https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png
[buy_me_a_coffee_url]: https://www.buymeacoffee.com/thongdn.it

0 comments on commit 5313f8e

Please sign in to comment.