sdkgen_runtime 2.3.2 copy "sdkgen_runtime: ^2.3.2" to clipboard
sdkgen_runtime: ^2.3.2 copied to clipboard

Dart API client for sdkgen server. It must be used with a generated file, see docs.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sdkgen_runtime

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  sdkgen_runtime: ^2.3.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:sdkgen_runtime/deviceinfo_generic.dart';
import 'package:sdkgen_runtime/deviceinfo_io.dart';
import 'package:sdkgen_runtime/deviceinfo_web.dart';
import 'package:sdkgen_runtime/http_client.dart';
import 'package:sdkgen_runtime/types.dart';
6
likes
90
pub points
63%
popularity

Publisher

unverified uploader

Dart API client for sdkgen server. It must be used with a generated file, see docs.

Homepage

Documentation

API reference

License

MIT (LICENSE)

Dependencies

convert, decimal, device_info_plus, equatable, flutter, http, package_info_plus, shared_preferences

More

Packages that depend on sdkgen_runtime