Getting Started
Library
Goal of Utopia Hooks is to provide a comprehensive, yet flexible state management solution for Flutter apps. It's heavily inspired by React Hooks (and Flutter Hooks), but takes a more holistic approach to the architecture, allowing it to cover the whole presentation layer of the app.
Feel free to visit our pub.dev page for an additional overview.
Installation
Add utopia_hooks
to your pubspec.yaml
as a dependency and run flutter pub get
dependencies:
utopia_hooks: // latest version
or add the dependency through your console
flutter pub add utopia_hooks
Import
Now in your Flutter application you can use:
import 'package:utopia_hooks/utopia_hooks.dart';
Next step
Based on your experience we recommend few different starting points:
Segment | Description |
---|---|
Basics | If you are new to Hooks and/or Flutter |
Architecture | If you are an experienced developer |
Examples | If you prefer to get a real-life overview |
vs Flutter Hooks | If you are a fellow flutter_hooks enjoyer looking for comparison |
Crafted specially for you by UtopiaSoftware 👽