-
Notifications
You must be signed in to change notification settings - Fork 6
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
1 parent
664ef0c
commit 5313f8e
Showing
1 changed file
with
30 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 |
---|---|---|
@@ -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 |