Skip to content

chimon2000/hello_gorouter

Repository files navigation

hello_gorouter

This project is a quick POC to show how to swap out routes using GoRouter.

Architecture

This application uses Flutter's skeleton template, with some key changes/additions.

app_router.dev

Defines the AppRouter that initializes GoRouter. Swaps out the GoRouter implementation depending on whether the user is logged in.

settings

Change theme and allow the user to logout.

settings

Allow users to login to the app.

sample_feature

A pretend list/details feature.

Assets

The assets directory houses images, fonts, and any other files you want to include with your application.

The assets/images directory contains resolution-aware images.

Localization

This project generates localized messages based on arb files found in the lib/src/localization directory.

To support additional languages, please visit the tutorial on Internationalizing Flutter apps

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published