app_features 1.1.0 copy "app_features: ^1.1.0" to clipboard
app_features: ^1.1.0 copied to clipboard

This package help you to Organize folders Structure by feature scope.

1.1.0 #

  • BREAKING: upgrade go_router from ^16.0.0 to ^17.0.0.
  • Bug Fix: fix routesWithRootKey losing onExit and caseSensitive properties when rebuilding routes.
  • Bug Fix: fix refresh getter executing once at init instead of on each call.
  • Bug Fix: fix typo in error message ("Future" to "Feature").
  • Expand Feature.routes from List<GoRoute> to List<RouteBase> to support ShellRoute and other route types.
  • Add all GoRouter constructor parameters to AppFeatures.config() (redirect, refreshListenable, onException, errorPageBuilder, errorBuilder, observers, debugLogDiagnostics, routerNeglect, overridePlatformDefaultLocation, initialExtra, redirectLimit, restorationScopeId, requestFocus, extraCodec).
  • Add path-based navigation methods on Feature: pushPath, goPath, replacePath, pushReplacementPath.
  • Add fragment parameter to Feature.go().
  • Add static helpers on AppFeatures: namedLocation, go, push, state.
  • Add branch config getters on Feature: preloadBranch, branchInitialLocation, branchObservers, branchRestorationScopeId.
  • Add MasterLayout shell route config: restorationScopeId, redirect, parentNavigatorKey, navigatorContainerBuilder, notifyRootObserver.

1.0.2 #

  • upgrade dependencies.
  • Comprehensive documentation update with detailed examples and usage instructions.

1.0.1 #

  • update go_router ^13.2.1.

1.0.0 #

  • modify restart to restart app.

0.9.0 #

  • modify modifyListener to master layout if use masterPageBuilder

0.8.0 #

  • improve listen to feature route navigation
  • modify on to register route event

0.7.0 #

  • improve pop with result
  • modify canPop

0.6.0 #

  • modify onNavigate to listen if routes in feature changed
  • modify onBranchChange to listen if branch in master layout changed
  • upgrade go_router dependencies

0.5.0 #

  • fix open page route form other branch

0.4.0 #

  • Modify Route Out of Master Layout
  • upgrade dependencies go_router

0.3.0 #

  • modify options to showLoading
  • modify readme docs

0.2.1 #

  • Provide documentation public API dartdoc comments

0.2.0 #

  • improve support OverlayUtils
  • modify AppFeatures.overlay and AppFeatures.scaffoldMessenger
  • remove static methods from AppFeatures dialog and other messages

0.1.1 #

  • remove unused code

0.1.0 #

  • modify support nested route navigation
  • modify MasterLayout
  • modify support bottom navigation bar

0.0.3 #

  • modify OverlayUtils

0.0.2 #

  • modify showSnackBar to AppFeatures

0.0.1 #

  • first release.
11
likes
0
points
290
downloads

Publisher

verified publisherm-it.dev

Weekly Downloads

This package help you to Organize folders Structure by feature scope.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, go_router

More

Packages that depend on app_features