eaedca0ef6
Merge pull request #235 from Tanish2002/add-more-codegen-tests
...
feat(tests): add more tests for codegen with multipart body
2024-03-09 20:10:34 +05:30
8e9e668d0f
Migrate to api.apidash.dev
2024-03-09 20:06:42 +05:30
f412507f72
Merge pull request #236 from opxdelwin/issue-114
...
[feat] Enable parallel request handling
2024-03-09 15:01:32 +05:30
6972ca82b5
fixes
2024-03-09 14:58:01 +05:30
58f5ae06e4
Cleanup
2024-03-09 12:06:25 +05:30
6e13f5c5dc
Merge pull request #255 from opxdelwin/issue-254
...
[fix] enter saves edits to model
2024-03-09 12:05:19 +05:30
fcefe78966
Merge pull request #253 from opxdelwin/issue-252-updated
...
[feat] Implement Press Enter to Send Request in URL Input Field
2024-03-09 10:30:35 +05:30
1abc29a39c
Revert "Merge pull request #260 from thargyi74/resolve-issue-252"
...
This reverts commit 1f41abf7ce85554f14e79ff16da6a594664030f5, reversing
changes made to 0b8184eafab1e26eea1d4064e52ddee88981fceb.
2024-03-09 10:27:22 +05:30
1f41abf7ce
Merge pull request #260 from thargyi74/resolve-issue-252
...
Implement Press Enter to Send Request in URL Card
2024-03-09 10:10:51 +05:30
c4a77a9e37
Update url_card.dart
2024-03-09 09:59:08 +05:30
8f0de897a5
Update url_card.dart
2024-03-09 09:57:44 +05:30
44b2856c5d
Merge branch 'main' into resolve-issue-252
2024-03-09 09:56:54 +05:30
0b8184eafa
Merge pull request #251 from opxdelwin/padding-issue-on-headers
...
[fix] Fix vertical obscuring issue in form data section
2024-03-09 00:25:47 +05:30
4d07b63eb5
Merge pull request #200 from PCoder23/text_align
...
textfield alignment
2024-03-08 21:07:52 +05:30
b1e7cfa134
Update editor_request.dart
2024-03-08 18:17:09 +05:30
304fb3c77a
Merge pull request #257 from mdrazak2001/test-fix-219
...
Fix broken test on Windows
2024-03-08 13:33:22 +05:30
890a446ea2
Fix test to check platform specific results
2024-03-08 13:26:07 +05:30
f1d666fd72
Fix web compilation
2024-03-08 11:59:15 +05:30
0dd99b322a
Merge pull request #232 from BrawlerXull/custom-markdown-tests
...
Added tests for CustomMarkDown
2024-03-08 11:50:16 +05:30
94ccf7598d
Update test case 1
2024-03-08 11:46:43 +05:30
96be5453f8
Migrate to API Dash APIs
2024-03-08 10:30:33 +05:30
9841f488ec
Merge pull request #262 from apoorvdwi/add-common-issues
...
Added `Troubleshooting Common Issues` section to CONTRIBUTING.md
2024-03-07 06:31:06 +05:30
189f0b60d4
Added Troubleshooting Common Issues
section to CONTRIBUTING.md
2024-03-07 00:06:00 +05:30
4c35edea0c
Add keyboard listener to URLField
2024-03-06 17:07:18 +07:00
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