Skip to content

Commit edfef59

Browse files
committed
Enhance README.md by adding badges for package visibility and links to relevant resources, improving the overall presentation and accessibility of the flutter_device_apps_platform_interface documentation.
1 parent 49f7876 commit edfef59

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# flutter\_device\_apps\_platform\_interface
22

3+
<p align="center">
4+
<a href="https://pub.dev/packages/flutter_device_apps_platform_interface"><img src="https://img.shields.io/pub/v/flutter_device_apps_platform_interface.svg?color=0175C2" alt="Pub"></a>
5+
<a href="https://github.com/okmsbun/flutter_device_apps_platform_interface"><img src="https://img.shields.io/github/stars/okmsbun/flutter_device_apps_platform_interface.svg?style=flat&logo=github&colorB=deeppink&label=stars" alt="Star on Github"></a>
6+
<a href="https://flutter.dev"><img src="https://img.shields.io/badge/flutter-website-deepskyblue.svg" alt="Flutter Website"></a>
7+
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/license-MIT-purple.svg" alt="License: MIT"></a>
8+
<a href="https://pub.dev/packages/flutter_device_apps"><img src="https://img.shields.io/badge/umbrella-package-orange.svg" alt="Umbrella Package"></a>
9+
</p>
10+
11+
---
12+
313
Platform interface for the [flutter\_device\_apps](https://pub.dev/packages/flutter_device_apps) federated plugin.
414

515
This package defines the common API contract (Dart side) that all platform implementations of `flutter_device_apps` must follow.

0 commit comments

Comments
 (0)