hindsight_flutter_svg 0.9.3 copy "hindsight_flutter_svg: ^0.9.3" to clipboard
hindsight_flutter_svg: ^0.9.3 copied to clipboard

Optional flutter_svg integration for the Hindsight Flutter session replay SDK.

hindsight_flutter_svg #

Optional flutter_svg integration for the Hindsight Flutter SDK.

import 'package:flutter/widgets.dart';
import 'package:hindsight_flutter/hindsight_flutter.dart';
import 'package:hindsight_flutter_svg/hindsight_flutter_svg.dart';

Future<void> main() async {
  HindsightFlutterSvg.install();
  await Hindsight.init(
    const HindsightConfig(projectId: 'proj_...', apiKey: 'hs_...'),
  );
  runApp(HindsightWidget(child: const App()));
}

The integration classifies bundled .svg SvgPicture.asset widgets as stable UI vectors and loads their SVG text from the app asset bundle. Network, file, memory, raw string SVGs, and non-SVG asset formats are not captured as vectors by default.

0
likes
140
points
49
downloads

Documentation

API reference

Publisher

verified publisherunlimit.ing

Weekly Downloads

Optional flutter_svg integration for the Hindsight Flutter session replay SDK.

License

Apache-2.0 (license)

Dependencies

flutter, flutter_svg, hindsight_flutter

More

Packages that depend on hindsight_flutter_svg