Skip to content

Conversation

@jacobaraujo7
Copy link
Contributor

  • @deprecated: .modular() extension.
    Use instead:
      return MaterialApp.router(
        routeInformationParser: Modular.routeInformationParser,
        routerDelegate: Modular.routerDelegate,
      );
    
  • Added Modular.setInitialRoute.
  • Added Modular.setObservers.
  • Added Modular.setNavigatorKey.

@codecov
Copy link

codecov bot commented Feb 22, 2022

Codecov Report

Merging #665 (174bd72) into master (d029e6e) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #665   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           32        32           
  Lines          803       800    -3     
=========================================
- Hits           803       800    -3     
Impacted Files Coverage Δ
.../presenter/navigation/modular_router_delegate.dart 100.00% <ø> (ø)
flutter_modular/lib/flutter_modular.dart 100.00% <100.00%> (ø)
...r/navigation/modular_route_information_parser.dart 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 269ed03...174bd72. Read the comment docs.

@jacobaraujo7 jacobaraujo7 merged commit e7cdfdb into master Feb 22, 2022
@jacobaraujo7 jacobaraujo7 deleted the 4.5.0 branch February 22, 2022 03:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants