mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-10 04:34:34 +00:00
290adfec21
lots of extra code, lots of commented sections, the models are wrong, the pages just load on desktop and mobile. need to complete the form and ... well, there's a lot, really
5 lines
208 B
Dart
5 lines
208 B
Dart
import 'package:flutter_riverpod/flutter_riverpod.dart';
|
|
import 'package:stackwallet/services/buys_service.dart';
|
|
|
|
final buysServiceProvider =
|
|
ChangeNotifierProvider<BuysService>((ref) => BuysService());
|