smartlinks_blogs 2.0.1
smartlinks_blogs: ^2.0.1 copied to clipboard
Blogs UI for the SmartLinks Flutter SDK.
smartlinks_blogs #
Blog list and article detail UI for the SmartLinks Flutter SDK.
Recommended:
SmartLinks.blogs.open()viasmartlinks_flutter. Full docs: repository README.
Quick start #
import 'package:smartlinks_flutter/smartlinks_flutter.dart';
await SmartLinks.initialize(
apiKey: 'YOUR_KEY',
appearance: SmartLinksAppearance(
blogsStrings: BlogsStrings(pageTitle: 'News', searchHint: 'Search articles...'),
),
);
SmartLinks.blogs.open(
theme: SmartLinksTheme(accentColor: Colors.deepPurple),
);
Features #
- Paginated blog list with search
- HTML article rendering, image fullscreen, share sheet
BlogsStringsfor host branding overrides
License #
MIT — see LICENSE.