809 Commits

Author SHA1 Message Date
dbc1e7f036 Update dependencies in pubspec.lock file 2024-03-06 15:38:48 +07:00
744157d5a2 test fix 2024-03-05 00:18:55 +05:30
cb64d18068 [fix] enter saves edits to model 2024-03-03 21:54:57 +05:30
27bb3d8ff5 [tests] add enter key test 2024-03-03 21:28:42 +05:30
b84035888b [feat] press enter to send request
Triggers `sendRequest` when enter is clicked and `URLField` is in focus.
2024-03-03 21:12:07 +05:30
cd9a3d555a [fix] text obscuring error
This occurs due to padding, externally added specific padding only to bottom.
2024-03-03 20:50:39 +05:30
6a886df669 Update pull_request_template.md 2024-03-03 13:35:07 +05:30
f0ff324b69 Added check for inline button test-failing 2024-03-03 10:06:49 +05:30
e20ead2934 Update README.md 2024-03-03 06:35:50 +05:30
afd82af657 Merge pull request #242 from BrawlerXull/readme-csv
Updated the readme supporting csv format
2024-03-03 06:29:26 +05:30
d95d497c9c Type fixed 2024-03-02 20:53:12 +05:30
30698ffce4 Table format corrected 2024-03-02 20:52:27 +05:30
f2810865f2 Csv Added in readme 2024-03-02 20:49:06 +05:30
81218d9fe7 Removed unused changed 2024-03-02 18:39:51 +05:30
0a8b75b9fd Added test cases for Custom markdown working 2024-03-02 18:36:47 +05:30
7e2f9e1144 Modified the tests 2024-03-02 18:11:45 +05:30
fe23daa3cd removed unnecesary testcase 2024-03-02 09:00:16 +05:30
c0723588ca Merge pull request #238 from Yousef-Rabia/Fix-intro_message_test.dart
Fix intro message test.dart
2024-03-02 08:08:18 +05:30
00f008d8a2 remove skip:true 2024-03-01 17:21:13 +02:00
1db5d88125 Ensure introData() Function Works During Testing by Using setMockInitialValues 2024-03-01 17:20:40 +02:00
e14446f2e3 Replace tester.pumpAndSettle(); with tester.pump();
Replacing `tester.pumpAndSettle();` with `tester.pump();` resolves an issue where `pumpAndSettle()` waits for all animations to complete, causing an infinite loop with `CircularProgressIndicator`. Using `pump()` ensures efficient frame building without unnecessary animation waiting.
2024-03-01 17:18:42 +02:00
77432e187d Link test updated 2024-03-01 14:43:03 +05:30
3331d2aa72 [refactor] fix old buttons_tests 2024-03-01 13:16:14 +05:30
0c22abc9da [refactor] remove unused UI provider 2024-03-01 13:02:24 +05:30
7dbe0b5d5f [feat] send multiple API requests in parallel 2024-03-01 12:22:52 +05:30
e1f8a1b041 feat(tests): add more tests for codegen with multipart body 2024-03-01 11:08:27 +05:30
03bf55149b Removed skip = true 2024-03-01 07:24:54 +05:30
e6b71bd5a0 Added tests for CustomMarkDown 2024-03-01 01:56:27 +05:30
dc25c6a70e Updated csv_previewer 2024-03-01 01:10:49 +05:30
2379c20017 Merge pull request #176 from BrawlerXull/csv-chinmay
Csv Previewer added
2024-03-01 00:41:57 +05:30
ad05c3f327 Added vertical scrolling 2024-02-29 23:27:31 +05:30
325978ada2 Merge pull request #216 from PCoder23/headers_list
Enhancement: Added more HTTP headers suggestions
2024-02-29 22:44:34 +05:30
51be09b076 added the line back 2024-02-29 20:52:17 +05:30
6acca4cf87 corrected added headers 2024-02-29 12:44:37 +05:30
993621793a Delete analyze.yml 2024-02-27 21:43:15 +05:30
4e3b4a1f9c updated header test 2024-02-27 17:54:54 +05:30
bc29b1afc3 added more headers 2024-02-27 17:28:33 +05:30
dcc72f1ccc Update analysis_options.yaml 2024-02-27 10:40:09 +05:30
f23fc2ac84 Merge pull request #188 from opxdelwin/issue-186
[feat] Implemented GH-Actions for static code analysis
2024-02-26 22:50:51 +05:30
794f3cfa2c Merge pull request #198 from Tanish2002/update_flutter_typehead
feat: update flutter_typeahead
2024-02-26 22:23:07 +05:30
3cf677e89b Fix Kotlin codegen to import MultipartBody 2024-02-25 21:17:19 -08:00
b802ca7f84 fix(headers list): some colorscheme fixes 2024-02-26 09:01:48 +05:30
79b9c312de fix(headers list): scrollbar color not changing in darkmode 2024-02-26 06:46:50 +05:30
32242500be Create pull_request_template.md 2024-02-26 05:43:36 +05:30
11515a988b fix: colors not changing in headers suggestion list 2024-02-26 05:10:21 +05:30
40adae1f37 Merge pull request #199 from Yousef-Rabia/UI-Spacing-Issue-in-Settings-Screen
UI Spacing Issue in Settings Screen
2024-02-26 04:15:55 +05:30
e497f8dfaa Update har_utils_test.dart 2024-02-26 04:13:33 +05:30
d2a9fa5b0e search field alignment 2024-02-26 04:07:26 +05:30
5f3309f358 UI Spacing Issue in Settings Screen 2024-02-25 23:02:47 +02:00
d22608ac01 feat: update flutter_typeahead 2024-02-26 01:47:17 +05:30