Installation
Add Cristalyse to your Flutter project in seconds
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
:
Then run:
Verify Installation
Create a simple test to verify everything is working:
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
Version | Release Date | Key Features |
---|---|---|
0.9.2 | July 2025 | Advanced pan control with visual clipping |
0.9.0 | July 2025 | Enhanced SVG export implementation |
0.8.0 | July 2025 | Area chart support |
0.7.0 | June 2025 | Interactive panning system |
0.6.0 | June 2025 | Interactive tooltips and click handlers |
0.5.0 | June 2025 | Dual Y-axis support |
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
Pub get fails
Pub get fails
Make sure you’re running Flutter 1.17+ and Dart 3.0+:
Import errors
Import errors
Verify the import statement:
Build issues on web
Build issues on web
Make sure you’re using a supported browser (Chrome 80+, Firefox, Safari).
Performance on older devices
Performance on older devices
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.