amc_nas_lib 1.0.0+2
amc_nas_lib: ^1.0.0+2 copied to clipboard
aumoc nas lib
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add amc_nas_libWith Flutter:
$ flutter pub add amc_nas_libThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
amc_nas_lib: ^1.0.0+2Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:amc_nas_lib/client/client.dart';
import 'package:amc_nas_lib/client/dio_client.dart';
import 'package:amc_nas_lib/client/http_client.dart';
import 'package:amc_nas_lib/client/network_config.dart';
import 'package:amc_nas_lib/client/webrtc_client.dart';
import 'package:amc_nas_lib/details_page.dart';
import 'package:amc_nas_lib/main.dart';
import 'package:amc_nas_lib/webrtc_manager.dart';