Commit Graph

13 Commits

Author SHA1 Message Date
Ankit Mahato
c2d4f3ee1c Update pubspec.lock 2025-08-31 23:49:20 +05:30
Ankit Mahato
625254b20f Refactor auth handling in HTTP request functions
Removed redundant AuthModel parameter from sendHttpRequest and streamHttpRequest functions, now using authModel from HttpRequestModel directly. Updated all usages, tests, and related logic to reflect this change. Improved streaming response handling in CollectionStateNotifier and HttpResponseModel.
2025-08-06 02:42:23 +05:30
Ankit Mahato
c3bec79176 Update README.md 2025-08-05 15:28:13 +05:30
Ankit Mahato
257b30a1e9 Add authData parameter to HTTP request functions
Introduces an optional AuthModel parameter to sendHttpRequest and streamHttpRequest, allowing authentication handling for HTTP requests. Updates all usages and tests to pass null for the new parameter where authentication is not required.
2025-08-05 12:49:33 +05:30
Ankit Mahato
f4e0f82125 Merge branch 'main' into better_networking/sse 2025-08-05 06:18:21 +05:30
Manas Hejmadi
458e8c4fbe Modified SSE Display to support DarkMode 2025-07-08 04:12:04 +05:30
Manas Hejmadi
74465ff243 better_networking README updated & improved 2025-07-07 21:20:57 +05:30
Udhay-Adithya
d5ca13b356 feat: enhance JWT support with private key handling and additional algorithms 2025-07-06 12:19:27 +05:30
Udhay-Adithya
92af4fba77 feat: add digest authentication 2025-07-03 19:24:56 +05:30
Udhay-Adithya
6c5862cd85 refactor: move authModel to HttpRequestModel 2025-07-03 12:12:18 +05:30
Udhay-Adithya
a11c833822 refactor: move auth models to better_networking package 2025-07-02 22:07:47 +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
4b2988e2c9 refactor to resolve melos conflict 2025-06-29 03:25:48 +05:30