1616 Commits

Author SHA1 Message Date
dc647dc991 fix: codepane and response copy download button overflow issue 2023-10-02 14:27:43 +05:30
461f1aedd7 feat: export to HAR 2023-10-02 06:31:44 +05:30
d1e27598bc feat: HAR codegen 2023-10-01 22:10:17 +05:30
d89e259b02 feat: kotlin codegen 2023-10-01 20:15:21 +05:30
dda6e22dbf PythonHttpClient -> PythonHttpClientCodeGen 2023-09-30 23:06:01 +05:30
be31c43585 Update python requests codes 2023-09-30 22:28:00 +05:30
c35b794f83 Update pkg_request.dart 2023-09-30 22:24:26 +05:30
e993557b72 hasQuery flag added 2023-09-30 22:24:18 +05:30
d3b6b701fa feat: python requests codegen 2023-09-30 22:02:50 +05:30
fd30817867 Update pkg_http.dart 2023-09-30 19:08:21 +05:30
0d3eeb631e Feat: python http.client codegen 2023-09-29 02:03:01 +05:30
94000485f3 Fix request model duplicate issue 2023-09-29 02:02:40 +05:30
42024c819c Update dart_http_codegen_test.dart 2023-09-29 02:02:18 +05:30
8f8b5024b9 Update python_http_client_codegen_test.dart 2023-09-29 02:02:10 +05:30
87cba1adab Update request_models.dart 2023-09-29 02:01:59 +05:30
4dfe026fe1 Update pkg_http.dart 2023-09-28 21:57:53 +05:30
8d6f7cfda4 Update codegen.dart 2023-09-28 21:57:42 +05:30
a33ce6a60a Update request_models.dart 2023-09-28 21:57:28 +05:30
464d9b033b Update request_models.dart 2023-09-21 01:14:29 +05:30
f36d1ee094 Update toString results 2023-09-20 08:47:34 +05:30
d577d2754f Update tests 2023-09-20 08:41:58 +05:30
81551f84a4 PDF test 2023-09-20 07:20:13 +05:30
dba72c5cac Update codegen_previewer_test.dart 2023-09-20 07:17:21 +05:30
d36d6d9fb3 Update pubspec.lock 2023-09-20 07:05:36 +05:30
8abd0b4c5c Merge pull request #28 from aqsasayyed/add-feature-pdf-preview
Added PDF Preview
2023-09-20 07:02:34 +05:30
6e6dc3d5f1 Merge branch 'main' into add-feature-pdf-preview 2023-09-20 07:01:44 +05:30
ac069efc18 Fixes 2023-08-30 01:29:06 +05:30
3a0f341f08 Merge branch 'Mixel2004-main' 2023-08-29 05:46:58 +05:30
7d8b493894 Merge branch 'main' of https://github.com/Mixel2004/api-dash into Mixel2004-main 2023-08-29 05:46:24 +05:30
8992c486cb Fix http.client 2023-08-29 05:32:06 +05:30
9a76cbb863 Merge pull request #66 from morpheus-30/main
Adding codegen for Python using http.client
2023-08-29 05:23:33 +05:30
6627ecfd80 Merge branch 'main' into main 2023-08-29 05:22:55 +05:30
d328437075 Update RandomStringGenerator 2023-08-29 05:12:59 +05:30
d21febbf9e Merge pull request #78 from madhupashish/main
Update test_utilities.dart
2023-08-29 05:11:18 +05:30
9ebf55817e 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-29 05:05:15 +05:30
d44903aa62 Revert "Update pubspec.yaml"
This reverts commit feb62b7f22d871d1300fd31fced502dcb2bdf19c.
2023-08-29 05:00:12 +05:30
a4fddf64b8 Update consts.dart 2023-08-29 04:59:34 +05:30
40e337ce92 dart http codegen tests 2023-08-29 04:42:31 +05:30
5ab2867233 Use enums instead of constants 2023-08-29 04:42:00 +05:30
66a0ef4a04 Export API Dash collection 2023-08-28 14:31:11 +05:30
867f6e979c freezed NameValueModel 2023-08-28 09:41:26 +05:30
d51465a1d1 KVRow -> NameValueModel migration 2023-08-28 09:14:42 +05:30
e989da2296 Update CONTRIBUTING.md 2023-08-27 20:30:57 +05:30
cdba6476b0 Migrate to Dart 3 2023-08-27 20:23:41 +05:30
8bb9cbcc91 dependency upgrade 2023-08-27 19:19:58 +05:30
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