Skip to main content

Getting Started with Pike 🌟

Step 1: Installation​

First things first, let's get the Pike package into your Flutter project. Add Pike to your pubspec.yaml file under dependencies:

dependencies:
pike: ^latest_version

Don't forget to run flutter pub get in your terminal to install the package.