smartlinks_navigation 2.0.3 copy "smartlinks_navigation: ^2.0.3" to clipboard
smartlinks_navigation: ^2.0.3 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.

0
likes
120
points
186
downloads

Documentation

API reference

Publisher

verified publishersmartlinks.live

Weekly Downloads

Shared navigation entry points for SmartLinks community and blogs.

Homepage
Repository (GitLab)

License

MIT (license)

Dependencies

flutter, flutter_localizations, get, smartlinks_blogs, smartlinks_community, smartlinks_core

More

Packages that depend on smartlinks_navigation