Getting Started
Getting Started
Set up Adopture analytics in your mobile app in under 5 minutes.
Getting started with Adopture takes just a few minutes. By the end of this guide, you'll have analytics flowing from your app to your dashboard.
Three Steps to Analytics
Setting up Adopture is a straightforward process:
- Create your app — Register your app in the Adopture dashboard and grab your API key.
- Install the SDK — Add the Adopture package to your Flutter project and initialize it.
- Verify events — Confirm everything is working by checking the Realtime view.
Prerequisites
Before you begin, make sure you have:
- A Flutter app with Dart 3.4+ and Flutter 3.22+
- An Adopture account — sign up at app.adopture.com if you don't have one yet
What You'll Get
Once set up, Adopture automatically tracks sessions, screen views, and device metadata. You can also track custom events and revenue with just a single line of code. All of this is done in a privacy-first manner — no personal data is collected, and user identifiers are hashed before they ever leave the device.
Ready to go? Start by creating your app.