Conversation

Udhay-Adithya

PR Description

This PR includes support for these authentication types: Basic, Bearer, JWT Bearer, API Key

Current Progress/Upcoming changes: discussions/851

Checklist

  • I have gone through the contributing guide
  • I have updated my branch and synced it with project main branch before making this PR
  • I am using the latest Flutter stable branch (run flutter upgrade and verify)
  • I have run the tests (flutter test) and all tests are passing

Added/updated tests?

  • Yes
  • No, and this is why: initial implemetation

OS on which you have developed and tested the feature?

  • Windows
  • macOS
  • Linux

- Introduced APIAuthType enum for various authentication methods.
- Created APIAuthModel with basic authentication fields.
- Updated RequestModel to include authType and authData.
- Implemented EditAuthType widget for selecting and managing authentication.
- Enhanced CollectionStateNotifier to handle authentication updates.
@animator

Change name of URL Parameters to Params
Auth tab should come after Params not at the end.

@Udhay-Adithya

fvp has been updated from 0.30.0 ~> 0.32.1 due to this error,

Launching lib/main.dart on iPhone 16 Plus in debug mode...
Xcode build done.                                            8.2s
Failed to build iOS app
Error (Xcode): ../../.pub-cache/hosted/pub.dev/fvp-0.30.0/lib/src/controller.dart:31:29: Error: The getter 'textureId' isn't defined for the class 'VideoPlayerController'.

Could not build the application for the simulator.
Error launching application on iPhone 16 Plus.

Exited (1).

The same error occurs with all other platforms. This started to occur after upgrading Flutter from 3.29.x ~> 3.32.4.

Sign up for free to join this conversation on . Already have an account? Sign in to comment
None yet

Successfully merging this pull request may close these issues.