Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Milad-Akarie/auto_route_library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: auto_route-v6.2.0
Choose a base ref
...
head repository: Milad-Akarie/auto_route_library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: auto_route-v6.2.1
Choose a head ref
  • 19 commits
  • 15 files changed
  • 3 contributors

Commits on Mar 25, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    943d81b View commit details
  2. Merge pull request #1439 from Frezyx/master

    Make link for AutoRoute-helper in docs
    Milad-Akarie authored Mar 25, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    58f9a87 View commit details
  3. Merge pull request #1440 from Milad-Akarie/dev

    - include merged pr's
    Milad-Akarie authored Mar 25, 2023
    Copy the full SHA
    5720c9d View commit details

Commits on Mar 29, 2023

  1. Copy the full SHA
    7c4e50f View commit details

Commits on Apr 2, 2023

  1. Copy the full SHA
    f2a6df0 View commit details

Commits on Apr 15, 2023

  1. Copy the full SHA
    9077428 View commit details
  2. Update README.md

    Milad-Akarie authored Apr 15, 2023
    Copy the full SHA
    58fc4e0 View commit details
  3. docs: revert README.md

    Milad-Akarie committed Apr 15, 2023
    Copy the full SHA
    4d811d8 View commit details
  4. Merge remote-tracking branch 'origin/dev' into dev

    # Conflicts:
    #	README.md
    Milad-Akarie committed Apr 15, 2023
    Copy the full SHA
    1ec5a7a View commit details
  5. Copy the full SHA
    cbdcaa1 View commit details
  6. Copy the full SHA
    6e4987a View commit details
  7. Create README.md

    Milad-Akarie authored Apr 15, 2023
    Copy the full SHA
    55c1a2a View commit details
  8. Copy the full SHA
    bf80ace View commit details
  9. Copy the full SHA
    40bb24a View commit details
  10. Copy the full SHA
    c29542d View commit details
  11. Merge pull request #1488 from Milad-Akarie/symbolic-link-readme

    Symbolic link readme
    Milad-Akarie authored Apr 15, 2023
    Copy the full SHA
    bda30b3 View commit details

Commits on Apr 16, 2023

  1. Create FUNDING.yml

    Milad-Akarie authored Apr 16, 2023
    Copy the full SHA
    65e17c6 View commit details

Commits on Apr 18, 2023

  1. Copy the full SHA
    0efaed9 View commit details
  2. chore(release): publish packages

     - auto_route@6.2.1
    Milad-Akarie committed Apr 18, 2023
    Copy the full SHA
    1bb1a8f View commit details
13 changes: 13 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# These are supported funding model platforms

github: [Milad-Akarie]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -76,3 +76,4 @@
auto_route/pubspec.lock
auto_route/example/pubspec.lock
auto_route_generator/pubspec.lock
pubspec_overrides.yaml
38 changes: 19 additions & 19 deletions .idea/libraries/Dart_SDK.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-04-18

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`auto_route` - `v6.2.1`](#auto_route---v621)
- [`auto_route_generator` - `v6.2.1`](#auto_route_generator---v621)

Packages with dependency updates only:

> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
- `auto_route_generator` - `v6.2.1`

---

#### `auto_route` - `v6.2.1`

- **REFACTOR**: make AutoRouterState and AutoTabsRouterState public.
- **DOCS**: add all public api docs.


## 2023-04-15

### Changes
40 changes: 20 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -15,33 +15,33 @@
</p>

- [Introduction](#introduction)
- [Installation](#installation)
- [Setup and Usage](#setup-and-usage)
- [Installation](#installation)
- [Setup and Usage](#setup-and-usage)
- [Generated routes](#generated-routes)
- [Navigation](#navigating-between-screens)
- [Navigating Between Screens](#navigating-between-screens)
- [Passing Arguments](#passing-arguments)
- [Returning Results](#returning-results)
- [Nested navigation](#nested-navigation)
- [Tab Navigation](#tab-navigation)
- [Using PageView](#using-pageview)
- [Using TabBar](#using-tabbar)
- [Finding The Right Router](#finding-the-right-router)
- [Navigating Without Context](#navigating-without-context)
- [Navigating Between Screens](#navigating-between-screens)
- [Passing Arguments](#passing-arguments)
- [Returning Results](#returning-results)
- [Nested navigation](#nested-navigation)
- [Tab Navigation](#tab-navigation)
- [Using PageView](#using-pageview)
- [Using TabBar](#using-tabbar)
- [Finding The Right Router](#finding-the-right-router)
- [Navigating Without Context](#navigating-without-context)
- [Declarative Navigation](#declarative-navigation)
- [Working with Paths](#working-with-paths)
- [Route guards](#route-guards)
- [Wrapping routes](#wrapping-routes)
- [Navigation Observers](#navigation-observers)
- [Customization](#customizations)
- [Custom Route Transitions](#custom-route-transitions)
- [Custom Route Builder](#custom-route-builder)
- [Custom Route Transitions](#custom-route-transitions)
- [Custom Route Builder](#custom-route-builder)
- [Others](#others)
- [Optimizing generation time](#optimizing-generation-time)
- [Enabling cached builds (Experimental)](#enabling-cached-builds)
- [AutoLeadingButton-BackButton](#autoleadingbutton-backbutton)
- [ActiveGuardObserver](#activeguardobserver)
- [Remove shadow from nested routers](#remove-shadow-from-nested-routers)
- [Optimizing generation time](#optimizing-generation-time)
- [Enabling cached builds (Experimental)](#enabling-cached-builds)
- [AutoLeadingButton-BackButton](#autoleadingbutton-backbutton)
- [ActiveGuardObserver](#activeguardobserver)
- [Remove shadow from nested routers](#remove-shadow-from-nested-routers)
- [Examples](#examples)

## Idea Tools [New]
@@ -93,7 +93,7 @@ class AppRouter extends $AppRouter {
@override
List<AutoRoute> get routes => [
/// routes go here
]
];
}
```

@@ -1382,7 +1382,7 @@ MaterialApp.router(
In version 6.0 auto_route aims for less generated code for more flexibility and less generation
time.

**Note: You can use AutoRoute-helper plugin for Android studio to help you migrate to v6.0**
**Note: You can use [AutoRoute-helper](https://plugins.jetbrains.com/plugin/21071-autoroute-helper) plugin for Android studio to help you migrate to v6.0**

<img src="https://raw.githubusercontent.com/Milad-Akarie/auto_route_library/v6.0.0_redesigned/tools/demo/migrate_to_v6_demo.gif" alt="add route from intent action" width= "px"></a>
1- Instead of using `MaterialAutoRouter`,`CupertinoAutoRouter` ...etc we now only have one
Loading