Skip to content

Commit

Permalink
feat: make RouterService to implements RouterServiceInterface (#20)
Browse files Browse the repository at this point in the history
* Make RouterService to implements RouterServiceInterface

* Update dependencies

---------

Co-authored-by: Dane Mackier <dane.mackier@outlook.com>
  • Loading branch information
ferrarafer and FilledStacks committed May 31, 2023
1 parent dc218fb commit f12e33d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/src/navigation/router_service.dart
Expand Up @@ -2,7 +2,7 @@ import 'package:flutter/material.dart';
import 'package:stacked/stacked.dart';

/// Provides a service to perform
class RouterService {
class RouterService implements RouterServiceInterface {
late RootStackRouter router;

setRouter(RootStackRouter router) {
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Expand Up @@ -10,8 +10,8 @@ dependencies:
flutter:
sdk: flutter

stacked_shared: ^1.3.0
stacked: ^3.2.0
stacked_shared: ^1.3.2
stacked: ^3.4.0

# navigation
get: ^4.5.1
Expand Down

0 comments on commit f12e33d

Please sign in to comment.