
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.
API Dash ⚡️
Please support this initiative by giving this project a Star ⭐️
API Dash is a beautiful open-source cross-platform API Client that can help you easily create & customize your API requests, visually inspect responses and generate Dart code on the go.
Download
API Dash can be downloaded from the links below:
OS | Distribution | Installation Guide | CPU/Architecture | Download Link |
---|---|---|---|---|
macOS | .dmg |
Link | Apple Silicon & Intel | Link |
Windows | .exe |
Link | 64-bit | Link |
Linux | .deb |
Link | amd64 | Link |
arm64 | Link | |||
.rpm |
Link | x86_64 | Link | |
aarch64 | Link |
A Quick Glimpse of API Dash ⚡️ (Demo Video)
Demo Video on Youtube - Link (In case there is an error loading the embedded video below 👇)
https://github.com/foss42/api-dash/assets/615622/fccc569e-3152-47be-9f94-ceb851ee85a0
List of Features
↗️ Create & Customize API Requests
- Create different types of HTTP requests (
GET
,HEAD
,POST
,PATCH
,PUT
andDELETE
) - Easily manipulate and play around with request inputs like
headers
,query parameters
andbody
. - Full support to send text content with 🥳 Unicode/Emoji and preview any API response containing Unicode/Emoji.
🔎 Visually Inspect and Download API Responses
- Inspect the API Response (HTTP status code, error message, headers, body, time taken)
- View formatted code previews for responses of various content types like
JSON
,XML
,YAML
,HTML
,SQL
, etc. - Supports directly previewing these a wide variety of 🖼 image file formats such as
jpeg
,png
,gif
, etc. - Save 💾 response body of any mimetype (
image
,text
, etc.) directly in theDownloads
folder of your system by clicking on theDownload
button.
👩🏻💻 Code Generation
- The only open source API client that supports advanced Dart code generation so that you can easily integrate APIs in your Dart/Flutter project or directly run it on DartPad.
🌙 Full Dark Mode Support
- Easily switch between light mode and dark mode.
💼 Organize Requests in Collection Pane
- Press and Drag to Re-arrange requests.
- Double-click to rename requests.
- Click and open popup menu to duplicate and delete a request.
💾 Data
- Data is persisted locally on the disk. To save the current snapshot, just press the Save button in the collection pane.
⚙️ Settings & Other Options
- Customize various options using a dedicated Settings screen.
- Window Configuration (Size & Position) is persisted and restored on app start. (Only macOS & Windows)
What's new in v0.2.0?
Visit CHANGELOG.md
Provide Feedback, Report Bugs & Request New Features
Just click on the Issue tab to raise a new issue in this repo.
Contribute to API Dash
You can contribute to API Dash in any or all of the following ways:
- Ask a question
- Submit a bug report
- Request a new feature
- Suggest ways to improve the developer experience of an existing feature
- Add documentation
- To add a new feature, resolve an existing issue or add a new test to the project, check out our Contribution Guidelines.
Need Any Help?
In case you need any help with API Dash or are encountering any issue while running the tool, please feel free to drop by our Discord server and we can have a chat in the #foss channel.