[Solved] Flutter how to create package with function
You code is missing a lot of pieces. Just because Dart allows you to write code like a sloppy web developer, does not mean you should. Dart is strongly typed, that is an advantage, please use it. Problems: ceviri has no explicit type. wiki has no explicit return type. wiki is not awaited Your anonymous … Read more