Gene
Gene
HKElectrocardiogramQuery https://developer.apple.com/documentation/healthkit/hksamplequery Announcement here https://9to5mac.com/2020/06/23/ios-14-healthkit-new-features-opens-ecg-symptoms-more/
Hi there 👋🏼 I compared your code to the code from the todos example and the one thing I noticed is that **there is no return** in the flutter todo...
Could it be because of missing the `() =>` in this? ` todos: () => todos, ` ```dart await emit.forEach( _todosRepository.watchTodos(), onData: (todos) => state.copyWith( status: () => CollectionStatus.success, todos:...
What about a mixin? `CancellableBloc`
follow-up to #2382 Perhaps this will be helpful ! https://github.com/public-apis/public-apis#weather  Random question @felangel : If we are requesting from a web browser, **must** we have CORS...
https://codewithandrea.com/articles/flutter-repository-pattern/
https://forum.freecodecamp.org/t/calling-openweathermap-api-is-blocked-due-to-cors-header-access-control-allow-origin-missing/191868
This is long outstanding issue ! @felangel Does flowbuilder fall under this type of scenario?
This is a great opportunity to showoff the new concurrency features
> They are related, but are not limited to: Bloc-to-Bloc/Cubit-to-Cubit/any other combination communications, Hi there ! This is really something that is highly discouraged due to the declarative nature of...