Moshe Dicker
Moshe Dicker
I added tests for any function in which logic was changed. Tests are not needed for fixed type hints. This PR will restore functionality for older versions of Python that...
## Before #### Client ```dart import 'dart:io'; import 'package:dio/dio.dart'; import 'package:retrofit/retrofit.dart'; part 'client_client.g.dart'; @RestApi() abstract class ClientClient { factory ClientClient(Dio dio, {String? baseUrl}) = _ClientClient; /// test upload. /// ///...
@davidmartos96 Good point! I copied this from Expandable tile controller. I forgot that that isn't disposed. I'll fix later
Fixed dispose issue If @rrousselGit plans on merging #415 I'll rebase and push
https://github.com/rrousselGit/flutter_hooks/pull/417
1. User listens to a song until it completes. 2. User listens to the same song again. The result is a stream of the current duration that doesn't work. I've...
Edited. I didn't realize the user steps referred to the example code, sorry. Here is the part I edited above Steps to reproduce the behavior: 1. Open the app. 2....
I have edited it. Maybe "Steps to reproduce the behavior in the project you provided" It could just be that I'm an idiot, but that would be clearer.
@ryanheise I've updated the original bug report. Sorry about the miscommunications.