Commit Graph

142 Commits

Author SHA1 Message Date
Ankit Mahato
b5931d3052 Update dependencies 2025-09-28 20:30:17 +05:30
dependabot[bot]
f4b01d3ddb Bump flutter_lints from 4.0.0 to 6.0.0 in /packages/apidash_core
Bumps [flutter_lints](https://github.com/flutter/packages/tree/main/packages) from 4.0.0 to 6.0.0.
- [Commits](https://github.com/flutter/packages/commits/flutter_lints-v6.0.0/packages)

---
updated-dependencies:
- dependency-name: flutter_lints
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-26 00:38:17 +00:00
Ankit Mahato
0dfbdc3309 Rectify dependency export 2025-09-14 02:12:49 +05:30
Ankit Mahato
6e1f2b4773 Refactor AI model selection and config handling 2025-08-28 06:42:32 +05:30
Udhay-Adithya
4284f47fe6 fix: add missing crypto dependency to better_networking package
add missing auth tab in HistoryRequestPane
2025-07-02 22:25:45 +05:30
Udhay-Adithya
a11c833822 refactor: move auth models to better_networking package 2025-07-02 22:07:47 +05:30
Udhay-Adithya
3903277aa9 chore: resolve merge conflicts 2025-07-02 21:03:16 +05:30
Udhay-Adithya
bf170e1446 feat: remove AuthModel from HttpRequestModel and integrate into HistoryRequestModel and RequestModel 2025-07-01 01:15:55 +05:30
Udhay-Adithya
620c2750ee fix: change JWT generation failure handling to throw an exception instead of returning a basic JWT 2025-07-01 01:07:51 +05:30
Udhay-Adithya
99e5fa7cbb feat: enhance AuthModel serialization with anyMap support and add default name for API key 2025-07-01 01:04:43 +05:30
Udhay-Adithya
5be9ffdcc1 feat: update AuthModel serialization to use explicitToJson for nested objects 2025-07-01 01:04:43 +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
52a1feb0ee feat: enhance JWT authentication handling with new fields and JWT generation utility 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
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
9b5b6f148e Fix collection package dep 2025-06-29 05:38:45 +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
b39cd05190 Merge branch 'main' into feat/better_networking 2025-06-29 02:41:06 +05:30
Ashita Prasad
9b54b3bf5a Merge pull request #730 from ayaan-md-blr/har_importer
Har importer
2025-06-23 05:07:38 +05:30
Ashita Prasad
9b0e229325 Update har_io.dart 2025-06-23 04:42:17 +05:30
Ashita Prasad
a1eac15f06 Update har package name 2025-06-23 04:37:56 +05:30
Manas Hejmadi
f20b3d8bb6 apidash_core: double imports & other issues fixed 2025-06-19 18:08:18 +05:30
Manas Hejmadi
5e00579790 export better_networking from apidash_core & fix imports 2025-06-19 18:03:11 +05:30
Manas Hejmadi
bb837f4f55 better_networking & apidash_core: fixed package exports 2025-06-18 01:24:51 +05:30
Manas Hejmadi
ee75dd6fed apidash_core: networking contents removed & platform-wide changes made 2025-06-18 00:14:37 +05:30
Ankit Mahato
58cfcff626 Create http_request_utils.dart 2025-06-15 16:56:36 +05:30
Ankit Mahato
a61072c890 Rename 2025-06-15 16:56:26 +05:30
Ankit Mahato
8b67b5a9cc Update pubspec.yaml 2025-06-15 16:50:42 +05:30
Ankit Mahato
39564426c6 cleanup 2025-06-15 16:49:51 +05:30
Ankit Mahato
a4cf1729b0 Merge branch 'main' into resolve-issue-json 2025-06-15 16:28:06 +05:30
Ashita Prasad
fb1def12e1 fixes 2025-06-15 15:52:54 +05:30
Ruchi Sharma
399f525705 Fix: prevent malformed URL error when parsing IP:PORT by adding default scheme if missing 2025-05-20 13:31:12 +05:30
Ankit Mahato
897436bc70 Update http_service.dart 2025-04-27 05:08:39 +05:30
Rio Jos
a19c9ba093 http options method on history provider 2025-04-24 15:43:22 +05:30
Rio Jos
aa8e5c3d03 http method options 2025-04-24 15:43:22 +05:30
Ankit Mahato
287bc45aa5 Fix http.Request preparation 2025-04-20 03:09:49 +05:30
Ankit Mahato
5da0df54ab Update map_extensions.dart 2025-04-20 02:32:48 +05:30
Ayushman Pal
fe5b927b01 Update http_service.dart 2025-04-17 13:58:31 +05:30
Mohammed Ayaan
963bc400d9 Merge branch 'foss42:main' into har_importer 2025-03-30 07:12:59 +05:30
Ankit Mahato
e93c611a95 refactoring 2025-03-30 03:21:21 +05:30
Ankit Mahato
362cbb9e08 Update http_client_manager.dart 2025-03-30 00:48:46 +05:30
sumaiya shazad
40322ad909 complete changes for har importer #122 2025-03-26 05:54:05 +05:30