packages.dart
packages.dart copied to clipboard
🍻 Packages for Dart
ref https://github.com/ScerIO/packages.flutter/pull/493 I updated universal_file and internet_file to support dart 3.3.
## Title Update http and path package versions ## Description This PR updates the versions of the http and path packages to resolve conflicts with other dependencies. The previous versions...
**Package name** internet_file **Is your feature request related to a problem? Please describe.** I wanna use internet_file package and gif. but http version conflict   **Describe the solution you'd...
**internet_file** A name of package whom this bug concerns. Ex. `network` **Describe the bug** Make the plugin compatible with the new http package version 1.0.0. - The current version only...
Fetching pdf file content from network gives error Error: XMLHttpRequest error. I am working on flutter web. flutter -3.3.9 internet_file - 1.2.0
version: internet_file: ^1.0.0+2 my project flutter version 2.11 E/flutter (20997): [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: FileSystemException: Cannot open file, path = 'ui_icons.ttf' (OS Error: Read-only file system, errno = 30)
**Package name** internet_file **Is your feature request related to a problem? Please describe.** in some cases we export files like ( pdf , csv , image ) from app it...
**Package name** internet_file how can i used that in web ?
**Package name** `network` **Describe the solution you'd like** The ability to use decorators for example: `@get('http://todo.api/todo/1')` / `@post('http://todo.api/todo')` **Additional context** Proposal example: ```dart class TodoApi { @get('http://todo.api/todo') Future getAll(JsonApiRequest request,...
**Package name** internet_file **Describe the bug** Resolving dependencies... Because no versions of flutter_cache_manager match >3.4.0 =3.4.1 depends on http ^1.2.2, flutter_cache_manager >3.4.0 requires http ^1.2.2. (1) So, because flutter_cache_manager 3.4.0...