462 Commits

Author SHA1 Message Date
32b8358cd8 Migrate api-dash to apidash 2023-08-27 18:23:49 +05:30
5405b8f37a Update test model 2023-08-27 18:06:58 +05:30
977ce092c6 Update .gitignore 2023-08-27 18:05:22 +05:30
feb62b7f22 Update pubspec.yaml
Here's the updated and upgraded version of your pubspec.yaml file:

yaml
Copy code
name: apidash
description: API Dash is a beautiful open-source cross-platform API Client built using Flutter which can help you easily create & customize your API requests, visually inspect responses and generate Dart code on the go.
version: 0.3.0+1
homepage: https://github.com/yourusername/apidash

environment:
  sdk: '>=2.19.2 <3.0.0'
  flutter: '>=3.7.2 <4.0.0'

dependencies:
  flutter:
    sdk: flutter
  multi_split_view: ^2.4.1
  url_launcher: ^6.1.10
  flutter_riverpod: ^1.0.0
  uuid: ^3.0.7
  davi: ^3.2.0
  http: ^0.13.5
  http_parser: ^4.0.2
  collection: ^1.17.0
  google_fonts: ^2.1.0
  highlighter: ^0.2.0
  xml: ^5.5.0
  jinja: ^0.4.2
  window_size:
    git:
      url: https://github.com/google/flutter-desktop-embedding.git
      path: plugins/window_size
  hive_flutter: ^2.0.4
  lottie: ^2.3.3
  mime: ^1.0.0
  path_provider: ^2.0.14
  window_manager: ^0.3.2
  path: ^1.8.2
  flutter_markdown: ^1.1.0
  markdown: ^5.0.2
  just_audio: ^0.11.1
  just_audio_mpv: ^0.1.6
  just_audio_windows: ^0.2.0

dev_dependencies:
  flutter_test:
    sdk: flutter
  flutter_lints: ^1.0.0
  flutter_launcher_icons: ^0.9.2
  test: ^1.19.0

flutter:
  uses-material-design: true
  assets:
    - google_fonts/
    - assets/
    - assets/intro/
  platforms:
    windows:
      pluginClass: WindowManagerPlugin
In this updated version:

I've updated the package versions to their latest compatible versions as of my last training cut-off in September 2021.
I've removed the publish_to field since it's not relevant for the development environment.
I've updated the homepage field to point to your project's GitHub repository.
I've adjusted the flutter_riverpod version to match its new release and the corresponding changes.
I've updated the package names and versions accordingly.
I've updated the google_fonts version and adjusted the window platform configuration for desktop support.
I've adjusted the mime dependency to its latest version.
I've updated the markdown package version and the just_audio version.
Remember to adjust these changes according to your project's needs and compatibility. Always consult the latest package versions and documentation for the most accurate information.
2023-08-11 19:40:56 +05:30
8c0ad97554 Update test_utilities.dart
Encapsulate into a Class: You could encapsulate the random string generation logic into a class for better organization and reusability.
dart
2023-08-11 19:28:59 +05:30
4436e84102 Migrate request models to a single file to test across codegens 2023-07-20 06:09:42 +05:30
38bcbc9dcf Update window_utils.dart 2023-07-20 06:01:04 +05:30
b12ed83932 Update kotlin_okhttp_codegen_test.dart 2023-07-20 05:58:14 +05:30
b3884f4579 Create window_utils_test.dart 2023-07-20 05:50:52 +05:30
fea076dac5 Placeholder test files 2023-07-20 05:50:45 +05:30
f761e85eb7 Update codegen_previewer_test.dart 2023-07-20 05:26:40 +05:30
c016c2ed95 Update CONTRIBUTING.md
Add single file testing
2023-07-20 05:17:34 +05:30
e77747df30 Configurable codegen highlight language and file extension 2023-07-20 02:59:20 +05:30
bab08769e7 file extension param support for downloader 2023-07-20 02:57:04 +05:30
494584d4fb min pane size in request pane moved to consts.dart 2023-07-20 01:55:08 +05:30
2276fcfe1a Fix View Code Pane Overflow 2023-07-20 01:54:16 +05:30
bf49a56c0f Migrate constraint check to utils 2023-07-20 01:33:03 +05:30
cb23555394 Merge https://github.com/Mixel2004/api-dash 2023-07-08 22:42:51 +05:30
1e97618fe3 fix: Removed Json which was causing error 2023-07-08 22:39:55 +05:30
f5ac9f827e Merge pull request #74 from Mixel2004/req
feat: Fixed Range Error
2023-07-08 19:36:43 +05:30
25abdb829b Merge pull request #2 from foss42/main
Ignore .fvm
2023-07-08 14:50:08 +05:45
85d517dbab Merge pull request #1 from foss42/main
Ignore .fvm
2023-07-08 14:48:43 +05:45
7a1fabf272 feat: Fixed Range Error 2023-07-08 14:21:51 +05:30
51f9a44f58 Revert "Fixed the responsiveness of the view code header"
This reverts commit e2d232f462a3a87a3e2d953ec9255a28fd249ef2.
2023-07-04 23:20:40 +05:30
2833c871fe Revert "Revert "Fixed the typo for incorrect codegen""
This reverts commit 9287021b84a14372ec94fa6b8430ea376a87ba64.
2023-07-04 23:20:06 +05:30
9287021b84 Revert "Fixed the typo for incorrect codegen"
This reverts commit 341432457182b20400006f41e8813d9d98014e02.
2023-07-04 23:18:27 +05:30
3034aa80d5 Revert "Revert "Added python http client codegen and Updated python into language dropdown""
This reverts commit f229c2aa95fc458857129423a8e6cc56a2862f69.
2023-07-04 23:06:09 +05:30
f229c2aa95 Revert "Added python http client codegen and Updated python into language dropdown"
This reverts commit 637ca36fef8fd73ef9decb63aff864264274a927.
2023-07-04 23:04:32 +05:30
1b143af680 Add test for python (request) codegen 2023-07-04 22:34:46 +05:30
ac4a2160bf Prevent generation of unnecessary lines in Python codegen 2023-07-04 22:32:23 +05:30
e2d232f462 Fixed the responsiveness of the view code header 2023-06-26 18:04:59 +05:30
3414324571 Fixed the typo for incorrect codegen 2023-06-26 15:15:19 +05:30
e5ab9b84d0 Fixed the bug 2023-06-26 00:47:58 +05:30
c07639fea5 Ignore .fvm 2023-06-25 12:03:02 +05:30
1990622bce Added appropriate tests for the new codegen. 2023-06-23 12:54:57 +05:30
637ca36fef Added python http client codegen and Updated python into language dropdown 2023-06-22 16:42:06 +05:30
934a003600 Updated Python into the Language Dropdown 2023-06-15 16:09:57 +05:30
4aa617c799 Python Code Generator Added. 2023-06-15 15:59:43 +05:30
5b54d474f9 Update feedback.md 2023-06-10 15:08:31 +05:30
4f9c2566f6 Merge pull request #53 from mmjsmohit/add-feature-codegendropdown
Adding a dropdown for language(library) selection & Kotlin codegen
2023-06-10 08:55:19 +00:00
49fdcc9ac6 Rafactoring codegen_previewer.dart 2023-06-05 17:44:15 +05:30
7ca2f59c0e Refactoring 2023-06-05 15:33:50 +05:30
b125058932 Merge branch 'add-feature-codegendropdown' of https://github.com/mmjsmohit/api-dash into add-feature-codegendropdown 2023-06-05 09:40:56 +05:30
1537152cab Refactoring 2023-06-05 09:36:35 +05:30
8235d208c3 Added Query, Header tests and Refactoring 2023-06-04 15:42:47 +05:30
1d52d31a31 Merge pull request #47 from Dushant-Bansal/add-feature-audio-player
Feat: Audio Player for testing audio APIs
2023-06-03 20:15:47 +00:00
517ba37475 Add just_audio dependencies for windows & linux 2023-06-03 23:11:19 +05:30
fad1bf14ce Add test and made fixes 2023-06-03 11:09:41 +05:30
8a700abe30 fix test 2023-06-02 17:11:23 +05:30
2691003884 Merge branch 'add-feature-codegendropdown' of https://github.com/mmjsmohit/api-dash into add-feature-codegendropdown 2023-06-01 22:15:59 +05:30