flutter_roadmap_viewer 0.1.6 copy "flutter_roadmap_viewer: ^0.1.6" to clipboard
flutter_roadmap_viewer: ^0.1.6 copied to clipboard

A highly customizable roadmap and skill tree visualization widget with interactive pan/zoom, multiple layout orientations, and progress tracking.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:roadmap_viewer_example/roadmap_demo_page.dart';

void main() {
  runApp(const RoadmapViewerApp());
}

class RoadmapViewerApp extends StatelessWidget {
  const RoadmapViewerApp({super.key});

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      title: 'Roadmap Viewer',
      home: RoadmapDemoPage(),
    );
  }
}
0
likes
150
points
328
downloads

Publisher

unverified uploader

Weekly Downloads

A highly customizable roadmap and skill tree visualization widget with interactive pan/zoom, multiple layout orientations, and progress tracking.

Repository (GitHub)
View/report issues

Topics

#roadmap #visualization #graph #widget #interactive

Documentation

API reference

License

MIT (license)

Dependencies

equatable, flutter, mocktail

More

Packages that depend on flutter_roadmap_viewer