gibahjoe / openapi-generator-dart

Openapi Generator for Dart/Flutter
BSD 3-Clause "New" or "Revised" License
112 stars 29 forks source link

How to use Openapi Generator Dart with Dart 3 ? #146

Open linh232323 opened 2 months ago

linh232323 commented 2 months ago

Description of the bug

Could not generate project with dart 3

Steps to reproduce

Using Dart SDK version: 3.3.4 (stable) (Tue Apr 16 19:56:12 2024 +0000) on "macos_arm64" Run generate and pubspec.yaml as

environment:
  sdk: '>=2.7.0 <3.0.0'

Expected behavior

Openapi-Generator-Dart should generate dart 3 project with pubspec env as

environment:
  sdk: '>=3.0.0 <4.0.0'

Logs

No response

Screenshots

No response

Platform

macOS

Library version

5.0.2

Flutter version

3.19.6

Flutter channel

stable

Additional context

No response