pipsend_charts 1.1.8 copy "pipsend_charts: ^1.1.8" to clipboard
pipsend_charts: ^1.1.8 copied to clipboard

Advanced financial charting library with built-in technical indicators - Simple, powerful.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'tabbed_example.dart';

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

class MyApp extends StatefulWidget {
  const MyApp({Key? key}) : super(key: key);

  @override
  State<MyApp> createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
      return const TabbedChartExample();
    
  }
}
1
likes
0
points
32
downloads

Publisher

unverified uploader

Weekly Downloads

Advanced financial charting library with built-in technical indicators - Simple, powerful.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, intl

More

Packages that depend on pipsend_charts