Skip to content

Instantly share code, notes, and snippets.

@kauemurakami
Last active July 10, 2020 04:34
Show Gist options
  • Save kauemurakami/75e857ef363d3a52dc320dc21696e81e to your computer and use it in GitHub Desktop.
Save kauemurakami/75e857ef363d3a52dc320dc21696e81e to your computer and use it in GitHub Desktop.
Rotas
part of './app_pages.dart';
abstract class Routes{
static const INITIAL = '/';
static const DETAILS = '/details';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment