redevrx / chat_gpt_sdk

Flutter ChatGPT
https://pub.dev/packages/chat_gpt_sdk
MIT License
315 stars 164 forks source link

Example app is not runnable due to materialButtonX #117

Open vasilich6107 opened 2 months ago

vasilich6107 commented 2 months ago
Error (Xcode): ../../../.pub-cache/hosted/pub.dev/material_buttonx-2.0.3/lib/materialButtonX.dart:74:22: Error: The getter 'headline6' isn't defined for the class 'TextTheme'.

Could not build the application for the simulator.
Error launching application on iPhone 15 Pro Max.
redevrx commented 2 months ago

@vasilich6107 you can remove materialButtonX.dart using ElevatedButton()

vasilich6107 commented 2 months ago

yeah I've found another example app inside the project. Would be nice if we could move it to the main example folder I can do the PR if it is ok for you

redevrx commented 2 months ago

@vasilich6107 you can open PR