flutter_chart 0.1.4
flutter_chart: ^0.1.4 copied to clipboard
Flutter Canvas draws Bezier curves and histograms, embeds animations, and the entire drawing process is clearly visible. A very interesting Widget
example/lib/main.dart
import 'package:flutter/material.dart';
import 'Example.dart';
void main() => runApp(Example());