Skip to main content

Quick Installation

Adding Cristalyse to your Flutter project is incredibly simple. Just run one command:
That’s it! No complex setup, no additional configuration needed.

Manual Installation

If you prefer to add the dependency manually, update your pubspec.yaml:
pubspec.yaml
Then run:

Verify Installation

Create a simple test to verify everything is working:
lib/test_chart.dart
If this compiles without errors, you’re ready to go!

Platform Support

Cristalyse works on all Flutter-supported platforms:

Mobile

iOS 12+
Android API 21+

Desktop

Windows 10+
macOS 10.14+
Linux (Ubuntu 18.04+)

Web

Chrome 80+
Firefox
Safari

Framework

Flutter 1.17+
Dart 3.0+
Null Safety

Requirements

  • Flutter SDK: 1.17.0 or higher
  • Dart SDK: 3.0.0 or higher
  • Platforms: iOS, Android, Web, Windows, macOS, Linux

Dependencies

Cristalyse has minimal dependencies to keep your app lightweight:
  • flutter (SDK)
  • path_provider (for SVG export functionality)
  • flutter_svg (for vector graphics support)

Version History

Next Steps

Now that you have Cristalyse installed, let’s create your first chart:

Quick Start Guide

Build your first chart in 30 seconds

Troubleshooting

Make sure you’re running Flutter 1.17+ and Dart 3.0+:
Verify the import statement:
Make sure you’re using a supported browser (Chrome 80+, Firefox, Safari).
Cristalyse is optimized for modern devices. For older Android devices (API < 21), consider reducing animation complexity.
Need help? Check our GitHub Issues or start a discussion.