Quick Installation
Adding Cristalyse to your Flutter project is incredibly simple. Just run one command:Manual Installation
If you prefer to add the dependency manually, update yourpubspec.yaml:
pubspec.yaml
Verify Installation
Create a simple test to verify everything is working:lib/test_chart.dart
Platform Support
Cristalyse works on all Flutter-supported platforms:Mobile
iOS 12+
Android API 21+
Android API 21+
Desktop
Windows 10+
macOS 10.14+
Linux (Ubuntu 18.04+)
macOS 10.14+
Linux (Ubuntu 18.04+)
Web
Chrome 80+
Firefox
Safari
Firefox
Safari
Framework
Flutter 1.17+
Dart 3.0+
Null Safety
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
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.