devnagri_sdk 1.0.3
devnagri_sdk: ^1.0.3 copied to clipboard
Devnagri Flutter SDK over-the-air translations updates. This package provides new translations from devnagri.com without a new app release.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate devnagri_sdkUse it
The package has the following executables:
$ gen
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add devnagri_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
devnagri_sdk: ^1.0.3Alternatively, 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:devnagri_sdk/devnagri_sdk.dart';