AI prompts
base on Flutter Community Plus Plugins <h1 align="center">Plus plugins</h1>
<p align="center">
<a href="https://flutter.dev/docs/development/packages-and-plugins/favorites" target="_blank" rel="noreferrer noopener">
<img src="./assets/flutter-favorite-badge.png" width="15%" alt="build">
</a>
</p>
<p align="center">
<a href="https://github.com/fluttercommunity/plus_plugins/actions?query=workflow%3Aall_plugins">
<img src="https://github.com/fluttercommunity/plus_plugins/workflows/all_plugins/badge.svg" alt="all_plugins GitHub Workflow Status"/>
</a>
<a href="https://twitter.com/FlutterComm">
<img src="https://img.shields.io/twitter/follow/FlutterComm.svg?colorA=1da1f2&colorB=&label=Follow%20on%20Twitter" alt="Follow on Twitter">
</a>
</p>
---
PlusPlugins is a set of Flutter plugins that is developed based on plugins, which previously existed
as a part of [Flutter plugins](https://github.com/flutter/plugins), with extra functionalities,
support for more platforms and better maintenance.
[Feedback](https://github.com/fluttercommunity/plus_plugins/issues) and [Pull Requests](https://github.com/fluttercommunity/plus_plugins/pulls) are most welcome!
## Plugins
**Table of contents:**
- [Battery➕ (`battery_plus`)](#battery_plus)
- [Connectivity➕ (`connectivity_plus`)](#connectivity_plus)
- [Device Info➕ (`device_info_plus`)](#device_info_plus)
- [Network Info➕ (`network_info_plus`)](#network_info_plus)
- [Package Info➕ (`package_info_plus`)](#package_info_plus)
- [Sensor➕ (`sensors_plus`)](#sensors_plus)
- [Share➕ (`share_plus`)](#share_plus)
- [Android Alarm Manager➕ (`android_alarm_manager_plus`)](#android_alarm_manager_plus)
- [Android Intent➕ (`android_intent_plus`)](#android_intent_plus)
---
### `battery_plus`
> [![battery_plus][battery_plus_badge_pub]][battery_plus] [![pub points][battery_plus_badge_pub_points]][battery_plus_pub_points]
Flutter plugin for accessing information about the battery state(full, charging, discharging) on Android and iOS.
[[View Source][battery_plus_code]]
#### Platform Support
| Android | iOS | MacOS | Web | Linux | Windows |
| :-----: | :-: | :---: | :-: | :---: | :-----: |
| ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
---
### `connectivity_plus`
> [![connectivity_plus][connectivity_plus_badge_pub]][connectivity_plus] [![pub points][connectivity_plus_badge_pub_points]][connectivity_plus_pub_points]
Flutter plugin for discovering the state of the network (WiFi &
mobile/cellular) connectivity on Android and iOS.
[[View Source][connectivity_plus_code]]
#### Platform Support
| Android | iOS | MacOS | Web | Linux | Windows |
| :-----: | :-: | :---: | :-: | :---: | :-----: |
| ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
---
### `device_info_plus`
> [![device_info_plus][device_info_plus_badge_pub]][device_info_plus] [![pub points][device_info_plus_badge_pub_points]][device_info_plus_pub_points]
Flutter plugin providing detailed information about the device
(make, model, etc.), and Android or iOS version the app is running on.
[[View Source][device_info_plus_code]]
#### Platform Support
| Android | iOS | MacOS | Web | Linux | Windows |
| :-----: | :-: | :---: | :-: | :---: | :-----: |
| ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
---
### `network_info_plus`
> [![network_info_plus][network_info_plus_badge_pub]][network_info_plus] [![pub points][network_info_plus_badge_pub_points]][network_info_plus_pub_points]
Flutter plugin for discovering network info.
[[View Source][network_info_plus_code]]
#### Platform Support
| Android | iOS | MacOS | Web | Linux | Windows |
| :-----: | :-: | :---: | :-: | :---: | :-----: |
| ✅ | ✅ | ✅ | ❌ | ✅ | ✅ |
---
### `package_info_plus`
> [![package_info_plus][package_info_plus_badge_pub]][package_info_plus] [![pub points][package_info_plus_badge_pub_points]][package_info_plus_pub_points]
Flutter plugin for querying information about the application
package, such as CFBundleVersion on iOS or versionCode on Android.
[[View Source][package_info_plus_code]]
#### Platform Support
| Android | iOS | MacOS | Web | Linux | Windows |
| :-----: | :-: | :---: | :-: | :---: | :-----: |
| ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
---
### `sensors_plus`
> [![sensors_plus][sensors_plus_badge_pub]][sensors_plus] [![pub points][sensors_plus_badge_pub_points]][sensors_plus_pub_points]
Flutter plugin for accessing accelerometer, gyroscope, magnetometer and barometer sensors.
[[View Source][sensors_plus_code]]
#### Platform Support
| Android | iOS | MacOS | Web | Linux | Windows |
| :-----: | :-: | :---: | :-: | :---: | :-----: |
| ✅ | ✅ | ❌ | ✅ | ❌ | ❌ |
---
### `share_plus`
> [![share_plus][share_plus_badge_pub]][share_plus] [![pub points][share_plus_badge_pub_points]][share_plus_pub_points]
Flutter plugin for sharing content via the platform share UI, using the ACTION_SEND intent on Android and UIActivityViewController on iOS.
[[View Source][share_plus_code]]
#### Platform Support
| Android | iOS | MacOS | Web | Linux | Windows |
| :-----: | :-: | :---: | :-: | :---: | :-----: |
| ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
---
### `android_alarm_manager_plus`
> [![android_alarm_manager_plus][android_alarm_manager_plus_badge_pub]][android_alarm_manager_plus] [![pub points][android_alarm_manager_plus_badge_pub_points]][android_alarm_manager_plus_pub_points]
Flutter plugin for accessing the Android AlarmManager service, and running Dart code in the background when alarms fire.
[[View Source][android_alarm_manager_plus_code]]
#### Platform Support
| Android |
| :-----: |
| ✅ |
---
### `android_intent_plus`
> [![android_intent_plus][android_intent_plus_badge_pub]][android_intent_plus] [![pub points][android_intent_plus_badge_pub_points]][android_intent_plus_pub_points]
Flutter plugin for launching Android Intents. Not supported on iOS.
[[View Source][android_intent_plus_code]]
#### Platform Support
| Android |
| :-----: |
| ✅ |
---
## Issues
Please file PlusPlugins specific issues, bugs, or feature requests in our [issue tracker](https://github.com/fluttercommunity/plus_plugins/issues/new).
Plugin issues that are not specific to PlusPlugins can be filed in the [Flutter issue tracker](https://github.com/flutter/flutter/issues/new).
## Contributing
If you wish to contribute a change to any of the existing plugins in this repo,
please review our [contribution guide](https://github.com/fluttercommunity/plus_plugins/blob/master/CONTRIBUTING.md)
and open a [pull request](https://github.com/fluttercommunity/plus_plugins/pulls).
## Status
This repository is maintained by FlutterCommunity authors. Issues here are answered by maintainers and other community members on GitHub on a best-effort basis.
[battery_plus]: https://pub.dev/packages/battery_plus
[battery_plus_code]: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/battery_plus
[battery_plus_pub_points]: https://pub.dev/packages/battery_plus/score
[battery_plus_badge_pub_points]: https://img.shields.io/pub/points/battery_plus?color=2E8B57&label=pub%20points
[battery_plus_badge_pub]: https://img.shields.io/pub/v/battery_plus.svg
[connectivity_plus]: https://pub.dev/packages/connectivity_plus
[connectivity_plus_code]: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/connectivity_plus
[connectivity_plus_pub_points]: https://pub.dev/packages/connectivity_plus/score
[connectivity_plus_badge_pub_points]: https://img.shields.io/pub/points/connectivity_plus?color=2E8B57&label=pub%20points
[connectivity_plus_badge_pub]: https://img.shields.io/pub/v/connectivity_plus.svg
[network_info_plus]: https://pub.dev/packages/network_info_plus
[network_info_plus_code]: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/network_info_plus
[network_info_plus_pub_points]: https://pub.dev/packages/network_info_plus/score
[network_info_plus_badge_pub_points]: https://img.shields.io/pub/points/network_info_plus?color=2E8B57&label=pub%20points
[network_info_plus_badge_pub]: https://img.shields.io/pub/v/network_info_plus.svg
[android_alarm_manager_plus]: https://pub.dev/packages/android_alarm_manager_plus
[android_alarm_manager_plus_code]: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/android_alarm_manager_plus
[android_alarm_manager_plus_pub_points]: https://pub.dev/packages/android_alarm_manager_plus/score
[android_alarm_manager_plus_badge_pub_points]: https://img.shields.io/pub/points/android_alarm_manager_plus?color=2E8B57&label=pub%20points
[android_alarm_manager_plus_badge_pub]: https://img.shields.io/pub/v/android_alarm_manager_plus.svg
[android_intent_plus]: https://pub.dev/packages/android_intent_plus
[android_intent_plus_code]: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/android_intent_plus
[android_intent_plus_pub_points]: https://pub.dev/packages/android_intent_plus/score
[android_intent_plus_badge_pub_points]: https://img.shields.io/pub/points/android_intent_plus?color=2E8B57&label=pub%20points
[android_intent_plus_badge_pub]: https://img.shields.io/pub/v/android_intent_plus.svg
[device_info_plus]: https://pub.dev/packages/device_info_plus
[device_info_plus_code]: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/device_info_plus
[device_info_plus_pub_points]: https://pub.dev/packages/device_info_plus/score
[device_info_plus_badge_pub_points]: https://img.shields.io/pub/points/device_info_plus?color=2E8B57&label=pub%20points
[device_info_plus_badge_pub]: https://img.shields.io/pub/v/device_info_plus.svg
[package_info_plus]: https://pub.dev/packages/package_info_plus
[package_info_plus_code]: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus
[package_info_plus_pub_points]: https://pub.dev/packages/package_info_plus/score
[package_info_plus_badge_pub_points]: https://img.shields.io/pub/points/package_info_plus?color=2E8B57&label=pub%20points
[package_info_plus_badge_pub]: https://img.shields.io/pub/v/package_info_plus.svg
[sensors_plus]: https://pub.dev/packages/sensors_plus
[sensors_plus_code]: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/sensors_plus
[sensors_plus_pub_points]: https://pub.dev/packages/sensors_plus/score
[sensors_plus_badge_pub_points]: https://img.shields.io/pub/points/sensors_plus?color=2E8B57&label=pub%20points
[sensors_plus_badge_pub]: https://img.shields.io/pub/v/sensors_plus.svg
[share_plus]: https://pub.dev/packages/share_plus
[share_plus_code]: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/share_plus
[share_plus_pub_points]: https://pub.dev/packages/share_plus/score
[share_plus_badge_pub_points]: https://img.shields.io/pub/points/share_plus?color=2E8B57&label=pub%20points
[share_plus_badge_pub]: https://img.shields.io/pub/v/share_plus.svg
", Assign "at most 3 tags" to the expected json: {"id":"9431","tags":[]} "only from the tags list I provide: [{"id":77,"name":"3d"},{"id":89,"name":"agent"},{"id":17,"name":"ai"},{"id":54,"name":"algorithm"},{"id":24,"name":"api"},{"id":44,"name":"authentication"},{"id":3,"name":"aws"},{"id":27,"name":"backend"},{"id":60,"name":"benchmark"},{"id":72,"name":"best-practices"},{"id":39,"name":"bitcoin"},{"id":37,"name":"blockchain"},{"id":1,"name":"blog"},{"id":45,"name":"bundler"},{"id":58,"name":"cache"},{"id":21,"name":"chat"},{"id":49,"name":"cicd"},{"id":4,"name":"cli"},{"id":64,"name":"cloud-native"},{"id":48,"name":"cms"},{"id":61,"name":"compiler"},{"id":68,"name":"containerization"},{"id":92,"name":"crm"},{"id":34,"name":"data"},{"id":47,"name":"database"},{"id":8,"name":"declarative-gui "},{"id":9,"name":"deploy-tool"},{"id":53,"name":"desktop-app"},{"id":6,"name":"dev-exp-lib"},{"id":59,"name":"dev-tool"},{"id":13,"name":"ecommerce"},{"id":26,"name":"editor"},{"id":66,"name":"emulator"},{"id":62,"name":"filesystem"},{"id":80,"name":"finance"},{"id":15,"name":"firmware"},{"id":73,"name":"for-fun"},{"id":2,"name":"framework"},{"id":11,"name":"frontend"},{"id":22,"name":"game"},{"id":81,"name":"game-engine "},{"id":23,"name":"graphql"},{"id":84,"name":"gui"},{"id":91,"name":"http"},{"id":5,"name":"http-client"},{"id":51,"name":"iac"},{"id":30,"name":"ide"},{"id":78,"name":"iot"},{"id":40,"name":"json"},{"id":83,"name":"julian"},{"id":38,"name":"k8s"},{"id":31,"name":"language"},{"id":10,"name":"learning-resource"},{"id":33,"name":"lib"},{"id":41,"name":"linter"},{"id":28,"name":"lms"},{"id":16,"name":"logging"},{"id":76,"name":"low-code"},{"id":90,"name":"message-queue"},{"id":42,"name":"mobile-app"},{"id":18,"name":"monitoring"},{"id":36,"name":"networking"},{"id":7,"name":"node-version"},{"id":55,"name":"nosql"},{"id":57,"name":"observability"},{"id":46,"name":"orm"},{"id":52,"name":"os"},{"id":14,"name":"parser"},{"id":74,"name":"react"},{"id":82,"name":"real-time"},{"id":56,"name":"robot"},{"id":65,"name":"runtime"},{"id":32,"name":"sdk"},{"id":71,"name":"search"},{"id":63,"name":"secrets"},{"id":25,"name":"security"},{"id":85,"name":"server"},{"id":86,"name":"serverless"},{"id":70,"name":"storage"},{"id":75,"name":"system-design"},{"id":79,"name":"terminal"},{"id":29,"name":"testing"},{"id":12,"name":"ui"},{"id":50,"name":"ux"},{"id":88,"name":"video"},{"id":20,"name":"web-app"},{"id":35,"name":"web-server"},{"id":43,"name":"webassembly"},{"id":69,"name":"workflow"},{"id":87,"name":"yaml"}]" returns me the "expected json"