DenisovAV / flutter_gemma

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

Wrong typo in README #1

Closed glemartret closed 6 months ago

glemartret commented 6 months ago

In the Readme in the Usage > Initialize section

await FlutterGemmaPlugin.instanceinit()

should be

await FlutterGemmaPlugin.instance.init()

DenisovAV commented 6 months ago

Thank you

DenisovAV commented 6 months ago

Done