Add Shard to your pubspec.yaml file:
dependencies:
flutter:
sdk: flutter
shard: ^0.0.2
Run the following command to install the package:
flutter pub get
Import Shard in your Dart files:
import 'package:shard/shard.dart';
Now that Shard is installed, jump to Quick Start for a hands-on tutorial, or explore Core Concepts to understand the fundamentals.