featurebase 0.0.2 featurebase: ^0.0.2 copied to clipboard
Featurebase Unofficial SDK
Featurebase (Unofficial) Flutter SDK #
Featurebase is a Feedback, Knowledge base, Changelog and Survey hub. Learn more at https://featurebase.app
Features #
- ✅ Knowledge base
- ❌ Feedback
Get started #
First you need to add the package to your pubspec.yaml
file.
Usage #
openKnowledgeBase(
logo: SvgPicture.asset(
'assets/logo.svg',
height: 25,
width: 25,
colorFilter: const ColorFilter.mode(
Colors.white,
BlendMode.srcIn,
),
),
knowledgeBaseUrl: 'https://help.featurebase.app', // Use your featurebase url
primaryColor: Theme.of(context).primaryColor,
textColor: Colors.white,
backgroundColor: Theme.of(context).scaffoldBackgroundColor,
context: context,
);