I hereby claim:
- I am ricbermo on github.
- I am ricbermo (https://keybase.io/ricbermo) on keybase.
- I have a public key ASBPOmPtU4NGltJPgPv2jjvmVB-d-p0GhPR-eJhciqEW1Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
final authRepositoryProvider = StateNotifierProvider<AuthNotifier>( | |
(ref) => AuthNotifier(ref.read), | |
); | |
class AuthNotifier extends StateNotifier<AuthState> { | |
final Reader _read; | |
AuthNotifier(this._read) : super(const AuthState()) { | |
loadUser(); | |
} |
// custom provider to improve lists performance | |
final currentModel = ScopedProvider<Category>( | |
(_) => throw UnimplementedError(), | |
); | |
// used to display snackbars | |
final exceptionProvider = StateProvider<CustomException>( | |
(_) => null, | |
); | |
Check List
Check this first
Pre Chequeo
#EXTM3U | |
#EXTINF:-1 tvg-id="AndorraTV.ad",ATV (720p) | |
http://181.78.6.106:45000/play/a014 |
// algunos imports que te pueden servir | |
// import base64 from 'react-native-base64'; | |
// import Blob from 'react-native-blob-util'; | |
export async function uploadAttachments({ | |
reportId, | |
appearanceId, | |
attachments = [], | |
setProgress, | |
}) { |
// Air Speed
60 knots = 1 NM/min
90 knots = 1.5 NM/min