mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-12 00:40:34 -07:00
Init repo
This commit is contained in:
commit
764b6034e3
566 changed files with 212335 additions and 0 deletions
13
lib/providers/sync_provider_web.dart
Normal file
13
lib/providers/sync_provider_web.dart
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import 'dart:io';
|
||||
|
||||
import 'package:flutter_riverpod/flutter_riverpod.dart';
|
||||
import 'package:isar/isar.dart';
|
||||
|
||||
class AbstractSyncNotifier {
|
||||
final Ref ref;
|
||||
final Isar? isar;
|
||||
final Directory mobileDirectory;
|
||||
final String subPath = "Synced";
|
||||
|
||||
AbstractSyncNotifier(this.ref, this.isar, this.mobileDirectory);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue