Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rlittlesii/sextant.navigator

An observable based routing library based on flutters routing built for ReactiveUI
https://github.com/rlittlesii/sextant.navigator

Last synced: about 2 months ago
JSON representation

An observable based routing library based on flutters routing built for ReactiveUI

Awesome Lists containing this project

README

        

# Sextant.Navigator
An observable routing library based on flutters routing

# Status

[![github-release-badge]][github-release]
[![github-license-badge]][github-license]
[![codecov-badge]][codecov]

| GitHub Actions |
| -------------- |
| [![github-badge]][github] |
| [![github-history-badge]][github] |

[github-release]: https://github.com/rlittlesii/Sextant.Navigator/releases/latest
[github-release-badge]: https://img.shields.io/github/release/rlittlesii/Sextant.Navigator.svg?logo=github&style=flat "Latest Release"
[github-license]: https://github.com/rlittlesii/Sextant.Navigator/blob/master/LICENSE
[github-license-badge]: https://img.shields.io/github/license/rlittlesii/Sextant.Navigator.svg?style=flat "License"
[codecov]: https://codecov.io/gh/rlittlesii/Sextant.Navigator
[codecov-badge]: https://img.shields.io/codecov/c/github/rlittlesii/Sextant.Navigator.svg?color=E03997&label=codecov&logo=codecov&logoColor=E03997&style=flat "Code Coverage"

[github]: https://github.com/rlittlesii/Sextant.Navigator/actions?query=workflow%3Aci
[github-badge]: https://img.shields.io/github/workflow/status/rlittlesii/Sextant.Navigator/ci.svg?label=github&logo=github&color=b845fc&logoColor=b845fc&style=flat "GitHub Actions Status"
[github-history-badge]: https://buildstats.info/github/chart/rlittlesii/Sextant.Navigator?includeBuildsFromPullRequest=false "GitHub Actions History"

## Flutter Api
https://api.flutter.dev/flutter/widgets/Navigator/Navigator.html
https://api.flutter.dev/flutter/widgets/RouteFactory.html
https://api.flutter.dev/flutter/widgets/Route-class.html
https://api.flutter.dev/flutter/widgets/RouteSettings-class.html
https://api.flutter.dev/flutter/widgets/Navigator-class.html#static-methods
https://api.flutter.dev/flutter/widgets/NavigatorState-class.html

## Xamarin => Flutter Routing
https://flutter.dev/docs/get-started/flutter-for/xamarin-forms-devs#how-do-i-navigate-between-pages

## Declarative Approach
https://flutter.dev/docs/get-started/flutter-for/declarative

# Status

[![github-release-badge]][github-release]
[![github-license-badge]][github-license]
[![codecov-badge]][codecov]

| Azure Pipelines |
| --------------- |
| [![azurepipelines-badge]][azurepipelines] |
| [![azurepipelines-history-badge]][azurepipelines-history] |

### NuGet

| Package | NuGet | GitHub |
| ------- | ----- | ----- |
| Sextant.Navigator | [![nuget-version-badge]![nuget-downloads-badge]][nuget] | [![githubpackage-version-badge]![githubpackage-downloads-badge]][githubpackage] |

[github-release]: https://github.com/RLittlesII/Sextant.Navigator/releases/latest
[github-release-badge]: https://img.shields.io/github/release/RLittlesII/Sextant.Navigator.svg?logo=github&style=flat "Latest Release"
[github-license]: https://github.com/RLittlesII/Sextant.Navigator/blob/master/LICENSE
[github-license-badge]: https://img.shields.io/github/license/RLittlesII/Sextant.Navigator.svg?style=flat "License"
[codecov]: https://codecov.io/gh/RLittlesII/Sextant.Navigator
[codecov-badge]: https://img.shields.io/codecov/c/github/RLittlesII/Sextant.Navigator.svg?color=E03997&label=codecov&logo=codecov&logoColor=E03997&style=flat "Code Coverage"

[azurepipelines]: https://dev.azure.com/rlittlesii/github/_apis/build/status/Sextant.Navigator?branchName=master
[azurepipelines-badge]: https://img.shields.io/azure-devops/build/rlittlesii/github/11.svg?color=98C6FF&label=azure%20pipelines&logo=azuredevops&logoColor=98C6FF&style=flat "Azure Pipelines Status"
[azurepipelines-history]: https://dev.azure.com/rlittlesii/github/_build/latest?definitionId=11&branchName=master
[azurepipelines-history-badge]: https://buildstats.info/azurepipelines/chart/rlittlesii/github/11?includeBuildsFromPullRequest=false "Azure Pipelines History"

[nuget]: https://www.nuget.org/packages/Sextant.Navigator/
[nuget-version-badge]: https://img.shields.io/nuget/v/Sextant.Navigator.svg?color=004880&logo=nuget&style=flat-square "NuGet Version"
[nuget-downloads-badge]: https://img.shields.io/nuget/dt/Sextant.Navigator.svg?color=004880&logo=nuget&style=flat-square "NuGet Downloads"
[githubpackage]: https://nuget.pkg.github.com/RLittlesII/Sextant.Navigator/packages
[githubpackage-version-badge]: https://img.shields.io/githubpackage/rlittlesii/vpre/Sextant.Navigator.svg?label=githubpackage&color=004880&logo=nuget&style=flat-square "GitHub Package Pre-Release Version"
[githubpackage-downloads-badge]: https://img.shields.io/githubpackage/rlittlesii/dt/Sextant.Navigator.svg?color=004880&logo=nuget&style=flat-square "GitHub Package Downloads"