smartlinks_navigation
Shared navigation helpers for opening SmartLinks Community and Blogs screens (GetX-based).
Most apps use
SmartLinks.community.open()/SmartLinks.blogs.open()fromsmartlinks_flutter. Full docs: repository README.
API
import 'package:smartlinks_navigation/smartlinks_navigation.dart';
await SmartLinksNavigator.openCommunities(
theme: SmartLinksTheme(accentColor: Colors.blue),
communityStrings: CommunityStrings(pageTitle: 'Forum'),
);
await SmartLinksNavigator.openBlogs(
blogsStrings: BlogsStrings(pageTitle: 'Blog'),
);
Wraps pages in SmartLinksAppearanceScope for theme tokens.
License
MIT — see LICENSE.