hindsight_flutter_svg 0.9.1 copy "hindsight_flutter_svg: ^0.9.1" to clipboard
hindsight_flutter_svg: ^0.9.1 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
0
points
49
downloads

Publisher

verified publisherunlimit.ing

Weekly Downloads

Optional flutter_svg integration for the Hindsight Flutter session replay SDK.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_svg, hindsight_flutter

More

Packages that depend on hindsight_flutter_svg