aery_base_core_plugin 0.0.1
aery_base_core_plugin: ^0.0.1 copied to clipboard
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_pluginThis 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.1Alternatively, 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';