sdkgen_runtime 0.0.0-dev.20260609165021 copy "sdkgen_runtime: ^0.0.0-dev.20260609165021" to clipboard
sdkgen_runtime: ^0.0.0-dev.20260609165021 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 Dart:

 $ dart pub add sdkgen_runtime

With Flutter:

 $ flutter pub add sdkgen_runtime

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

dependencies:
  sdkgen_runtime: ^0.0.0-dev.20260609165021

Alternatively, 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: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/interceptors.dart';
import 'package:sdkgen_runtime/types.dart';
6
likes
0
points
1.18k
downloads

Publisher

unverified uploader

Weekly Downloads

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

Homepage

License

unknown (license)

Dependencies

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

More

Packages that depend on sdkgen_runtime