Udhay-Adithya
0ec2120741
feat: replace DropdownButtonFormField with ADPopupMenu for improved UI consistency
2025-07-01 01:04:43 +05:30
Udhay-Adithya
ff23413164
feat: change text field design
2025-07-01 01:04:43 +05:30
Udhay-Adithya
bb10ad655d
feat: split authentication related fields into seperate files
2025-07-01 01:04:39 +05:30
Udhay-Adithya
74c09592bb
refactor: rename authData to authModel and update related tests
2025-07-01 01:03:52 +05:30
Udhay-Adithya
d046d50273
refactor: rename ApiAuthModel to AuthModel and authData to authModel
2025-07-01 01:03:52 +05:30
Udhay-Adithya
fd92206ccb
refactor: reorganize import statements
2025-07-01 01:03:45 +05:30
Udhay-Adithya
0d7f1a9d5b
fix: update authorization label and reorder request pane
2025-07-01 01:02:31 +05:30
Udhay-Adithya
88017a96b0
chore: generate lock files
2025-07-01 01:00:59 +05:30
Udhay-Adithya
a48d059422
fix: state persistance upon api type switch
2025-07-01 01:00:59 +05:30
Udhay-Adithya
52a1feb0ee
feat: enhance JWT authentication handling with new fields and JWT generation utility
2025-07-01 01:00:59 +05:30
Udhay-Adithya
1540d84de5
fix:prevent text field rebuild on watch
2025-07-01 01:00:59 +05:30
Udhay-Adithya
efaebd09eb
fix: input text field error
2025-07-01 01:00:59 +05:30
Udhay-Adithya
449e32521e
feat: refactor authentication handling to use new ApiAuthModel and update related components
2025-07-01 01:00:59 +05:30
Udhay-Adithya
6a2d1fd534
feat: implement new authentication models
2025-07-01 01:00:59 +05:30
Udhay-Adithya
51fe211ef6
feat: implement authentication handling in HTTP requests
2025-07-01 01:00:59 +05:30
Udhay-Adithya
417706523b
feat: improve authentication model with BearerToken, APIKey, and JWTBearer support
2025-07-01 01:00:59 +05:30
Udhay-Adithya
171a118d38
feat: add authentication support with APIAuthType and APIAuthModel
...
- 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.
:wq
2025-07-01 00:57:10 +05:30
Ankit Mahato
e5b22a24fc
Merge pull request #857 from synapsecode/feat/better_networking
...
better_networking Package Creation
2025-06-29 06:58:27 +05:30
Ankit Mahato
275200d1fc
Add OPTIONS to methods with body list
...
Included HTTPVerb.options in the kMethodsWithBody constant to ensure OPTIONS requests are recognized as supporting a body.
2025-06-29 06:52:53 +05:30
Ankit Mahato
89a7c73834
Update analysis_options.yaml
2025-06-29 06:49:20 +05:30
Ankit Mahato
15cf03a650
Create .pubignore
2025-06-29 06:45:54 +05:30
Ankit Mahato
51cfccb555
Rename private cleanup and error handlers to public
...
Renamed the internal _cleanup and _handleError functions to cleanup and handleError, respectively, and updated all references.
2025-06-29 06:45:46 +05:30
Ankit Mahato
9735ed655d
Update README.md
2025-06-29 06:38:48 +05:30
Ankit Mahato
2a74bc047b
Update CHANGELOG.md
2025-06-29 06:35:24 +05:30
Ankit Mahato
ab4bb07863
Update pubspec.yaml
2025-06-29 06:35:05 +05:30
Ankit Mahato
437b88afe0
Update LICENSE
2025-06-29 06:32:45 +05:30
Ankit Mahato
3fbe49a5ff
Update import to use apidash_core package
...
Replaces the import of better_networking with apidash_core in the test file to reflect the correct package dependency.
2025-06-29 06:22:42 +05:30
Ankit Mahato
01ac696c83
Update http_client_manager.dart
2025-06-29 06:18:08 +05:30
Ankit Mahato
9edd43b298
format
2025-06-29 06:16:45 +05:30
Ankit Mahato
028d8c9ce6
Update http_request_utils.dart
2025-06-29 06:15:35 +05:30
Ankit Mahato
9deac8c0b5
To add to coverage
2025-06-29 06:13:40 +05:30
Ankit Mahato
5e0bd3a43f
Update map_extensions_test.dart
2025-06-29 06:12:44 +05:30
Ankit Mahato
421f1eb4e2
Update http_request_utils.dart
2025-06-29 06:11:49 +05:30
Ankit Mahato
4384557c18
format
2025-06-29 06:09:33 +05:30
Ankit Mahato
39cd3a7e26
Rebuild models
2025-06-29 06:00:21 +05:30
Ankit Mahato
f4e09a54e3
Update map_extensions.dart
2025-06-29 05:54:56 +05:30
Ankit Mahato
156867286d
Fix library name in better_networking.dart
...
Changed the library declaration from 'apidash_core' to 'better_networking' to match the package name.
2025-06-29 05:54:00 +05:30
Ankit Mahato
e5fb2b6dc3
Replace print statements with debugPrint
...
Updated all print statements to use debugPrint for improved logging practices in Flutter.
2025-06-29 05:39:07 +05:30
Ankit Mahato
9b5b6f148e
Fix collection package dep
2025-06-29 05:38:45 +05:30
Ankit Mahato
fe7f873722
Revert changes
2025-06-29 05:05:37 +05:30
Ankit Mahato
db44edcb5a
Update .gitignore
2025-06-29 05:04:52 +05:30
Ankit Mahato
08bfcf35dd
Update har_io.dart
2025-06-29 03:30:40 +05:30
Ankit Mahato
c7e9d4e4b5
Revert update
2025-06-29 03:30:31 +05:30
Ankit Mahato
7b72aa2e19
Update pubspec_overrides.yaml
2025-06-29 03:29:38 +05:30
Ankit Mahato
315a793f91
remove seed from apidash_core
2025-06-29 03:29:19 +05:30
Ankit Mahato
4b2988e2c9
refactor to resolve melos conflict
2025-06-29 03:25:48 +05:30
Ankit Mahato
b39cd05190
Merge branch 'main' into feat/better_networking
2025-06-29 02:41:06 +05:30
Ankit Mahato
0c78bfc997
Merge pull request #846 from Udhay-Adithya/add-feature-scripts
...
Add pre-request and post-response scripting
2025-06-29 01:44:46 +05:30
Ankit Mahato
4c1b160a56
Remove riverpod from code editor widget
2025-06-29 01:41:36 +05:30
Ankit Mahato
8b2589c700
Update his_request_pane.dart
2025-06-29 01:30:19 +05:30