syncfusion_flutter_core 17.4.40 syncfusion_flutter_core: ^17.4.40 copied to clipboard
Syncfusion Flutter Core is a dependent package for all the Syncfusion Flutter widgets.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add syncfusion_flutter_core
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
syncfusion_flutter_core: ^17.4.40
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:syncfusion_flutter_core/core.dart';