smartlinks_navigation 2.0.1 copy "smartlinks_navigation: ^2.0.1" to clipboard
smartlinks_navigation: ^2.0.1 copied to clipboard

Shared navigation entry points for SmartLinks community and blogs.

smartlinks_navigation #

Shared navigation helpers for opening SmartLinks Community and Blogs screens (GetX-based).

Most apps use SmartLinks.community.open() / SmartLinks.blogs.open() from smartlinks_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.