aery_base_core_plugin 0.0.1 copy "aery_base_core_plugin: ^0.0.1" to clipboard
aery_base_core_plugin: ^0.0.1 copied to clipboard

PlatformiOS

The foundational core library for the Aery live-streaming ecosystem. This plugin provides essential abstractions, data models, and network utilities required by higher-level feature plugins . It handl [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add aery_base_core_plugin

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  aery_base_core_plugin: ^0.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:aery_base_core_plugin/BGCenter.dart';
import 'package:aery_base_core_plugin/QSCore.dart';
import 'package:aery_base_core_plugin/TUEdit.dart';
import 'package:aery_base_core_plugin/VAeryInit.dart';
import 'package:aery_base_core_plugin/ZMPubspec.dart';
import 'package:aery_base_core_plugin/ZPubspecPlugins.dart';
import 'package:aery_base_core_plugin/function/IETest.dart';
import 'package:aery_base_core_plugin/type/LQScreen.dart';
0
likes
120
points
--
downloads

Publisher

unverified uploader

Weekly Downloads

The foundational core library for the Aery live-streaming ecosystem. This plugin provides essential abstractions, data models, and network utilities required by higher-level feature plugins . It handles base API communication, common data structures, and core business logic, enabling consistent and efficient development across all components.

Documentation

API reference

License

MIT (license)

Dependencies

app_tracking_transparency, connectivity_plus, crypto, device_info_plus, dio, flutter, flutter_keychain, geolocator, get, in_app_review, ios_native_utils, keyboard_height_plugin, package_info_plus, permission_handler, plugin_platform_interface, purchases_flutter, screen_protector, shared_preferences, sign_in_with_apple, timezone, webview_flutter, webview_flutter_wkwebview, yaml

More

Packages that depend on aery_base_core_plugin

Packages that implement aery_base_core_plugin