featurebase 0.5.0
featurebase: ^0.5.0 copied to clipboard
Featurebase Unofficial Flutter SDK
0.5.0 #
- Added language picker in the navigation popup.
0.4.1 #
- Fixed article auggestion description being centered.
0.4.0 #
- Added basic title search (not as good as the website search that can search article title & body text). Can be disabled with
showSearchBar: false
. - Fixed some fontWeights to match the site better.
0.3.1 #
- Switched navbar collection/article icons to use grey instead of the primary color.
0.3.0 #
- BREAKING: Added localization support (check README for how to setup).
- Added navbar popup with articles and nav links.
- Added support for Emoji/Image/Svg collection, article and nav items icons.
- Added
defaultLocale
option to set the locale of the articles/help center. - Deprecated
openKnowledgeBase
, useopenHelpCenter
instead.
0.2.2 #
- Added support for swipe back page iOS gesture.
- Updated collection card to use Theme.of(context).cardColor.
0.2.1 #
- Fixed link text color issue.
0.2.0 #
- Added support for callouts in articles.
- Hide description area for collection cards if none.
0.1.0 #
- Added
hideAuthors
option to hide authors.
0.0.4 #
- Updated the README.md
0.0.3 #
- Change Dart SDK version.
0.0.2 #
- Now hides description area if there is not one set for the Help center.
0.0.1 #
Initial release.