ios_native_utils 1.0.0
ios_native_utils: ^1.0.0 copied to clipboard
A Flutter plugin for iOS native utilities and URL scheme handling.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ios_native_utilsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ios_native_utils: ^1.0.0Alternatively, 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:ios_native_utils/ios_native_utils.dart';