my_web_splash
A tiny Flutter package to force splash navigation on Flutter Web reload. A new project for handling the Initial routes for the web when refresh is clicked.
Getting Started
The project is designed and developed by Ritesh Singh for smooth handling of the initial route or the refresh button clicked.
Usage
import 'package:my_web_splash/my_web_splash.dart';
WebSplashRedirect.forceSplash("initalRoutes"); // String type must be passed. That route must be same as you want to navigate when refresh/reload is clicked.