samba_browser 0.0.2 samba_browser: ^0.0.2 copied to clipboard
A package capable of performing several operations on shares using the SMB2 specification.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add samba_browser
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
samba_browser: ^0.0.2
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:samba_browser/samba_browser.dart';