Gerrel
Gerrel
code change is not needed: proper way is passing function instead of object to router
Instead of: ``` // Mounting a graphql endpoint directly in a service: module.context.use('/graphql', createGraphQLRouter({ schema: graphqlSchema, graphiql: true })); ``` You do: ``` // Mounting a graphql endpoint function in...
it is already fixed, but we need version update (1.0.5) on pub.dev @cdharris
To have localizations in my packages I'm using a patch that I explain in this article. https://medium.com/@gerrel/flutter-package-with-intl-localization-394e9da1164a?source=friends_link&sk=48169f60f86aef7eb38bf0fe43041574