medium_splash_tokenauth
medium_splash_tokenauth copied to clipboard
A basic token authentication Login screen with an accompanied Splash screen.
import 'dart:_http' needs to be replaced with import 'dart:io'
It is forbidden to import dart:_http
importing 'dart:_http' gave error that **it can't access the private package**, replacing it with 'dart:io' fixed the issue, However, authentication headers are not passed properly, printing the token gave an...
https://github.com/pbirdsall/medium_splash_tokenauth/blob/815c874c0c76463eacb3f62a56e0242a47ce17d9/lib/ui/splashScreen.dart#L22