TchatchoKemajou / custom_story_editor

MIT License
0 stars 0 forks source link

CustomStoryEditorController can not called . #1

Closed jtaxiexpress closed 3 months ago

jtaxiexpress commented 3 months ago

Hi , I want use this package .Because it encompasses all the features I was trying to create. You are fantastic.

Issue

I could not called CustomStoryEditorController

スクリーンショット 2024-08-08 18 56 26

Flutter doctor

[✓] Flutter (Channel stable, 3.24.0, on macOS 14.6 23G80 darwin-arm64, locale ja-JP)
[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 15.4)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2024.1)
[✓] VS Code (version 1.92.0)
[✓] Connected device (5 available)
[✓] Network resources

• No issues found!

Can you publish an example Flutter Project using this package? I would like to refer to it.

TchatchoKemajou commented 3 months ago

use this import

"import 'package:custom_story_editor/src/controller/controller.dart';"

I will resolve this issue in a future release and add sample code.

jtaxiexpress commented 3 months ago

Thanks for reply ! It is worked .

import 'package:custom_story_editor/src/controller/controller.dart';