DenisovAV / flutter_gemma

The Flutter plugin allows running the Gemma AI model locally on a device from a Flutter application.
MIT License
32 stars 9 forks source link

Wrong typo in README #1

Closed glemartret closed 5 months ago

glemartret commented 5 months ago

In the Readme in the Usage > Initialize section

await FlutterGemmaPlugin.instanceinit()

should be

await FlutterGemmaPlugin.instance.init()

DenisovAV commented 5 months ago

Thank you

DenisovAV commented 5 months ago

Done