mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
add riverpod provider for HTTP
This commit is contained in:
parent
afcd6d14dc
commit
16718fd88d
1 changed files with 4 additions and 0 deletions
4
lib/providers/global/http_provider.dart
Normal file
4
lib/providers/global/http_provider.dart
Normal file
|
@ -0,0 +1,4 @@
|
|||
import 'package:flutter_riverpod/flutter_riverpod.dart';
|
||||
import 'package:stackwallet/networking/http.dart';
|
||||
|
||||
final pHTTP = Provider((ref) => HTTP());
|
Loading…
Reference in a new issue