packages.dart icon indicating copy to clipboard operation
packages.dart copied to clipboard

🍻 Packages for Dart

Results 12 packages.dart issues
Sort by recently updated
recently updated
newest added

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 ![image](https://github.com/ScerIO/packages.dart/assets/29271126/9160ed9c-9a66-4795-a5cf-c53abb3fe55a) ![image](https://github.com/ScerIO/packages.dart/assets/29271126/ea004854-e835-48ef-b345-c47bb81ce9da) **Describe the solution you'd...

enhancement

**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...

bug

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)

bug

**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...

enhancement

**Package name** internet_file how can i used that in web ?

enhancement

**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,...

enhancement

**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...

bug