Moshe Dicker
Moshe Dicker
Empty files result in this warning ``` Minified Scripts ~/lib/src/services/database/database.dart (no sourcemap ref) - warning: could not determine a source map reference (Could not auto-detect referenced sourcemap for ~/lib/src/services/database/database.dart) ~/lib/src/startup.dart...
## Description The OpenAPI spec is incorrect. Multi search does not have a required parameter for search. https://github.com/typesense/typesense-api-spec/blob/b76b640b94e93a80777e3a58bbe930e2a7bb88ef/openapi.yml#L1180-L1185 This is a screen shot from the example: There is no `search`...
## Change Summary Fixed https://github.com/typesense/typesense-api-spec/issues/51 Seems that this was copied from the single search by mistake ## PR Checklist - [x] I have read and signed the [Contributor License Agreement](https://forms.gle/PZyiY5N2GDQU8GsV9).
_TBD_
* Boilerplate for a DateTime column that defaults to the currentDateTime. * A way to have a updatedAt column that gets updated on every save to the database
In preparation for a future version of FCS where schemas can be shared, it would be nice if an entire schema could be serialized. I've done the work on this...
As we know the Google Fonts package doent work well https://github.com/material-foundation/google_fonts_flutter/issues/46 Could this either link to the workaround or be removed ```dart // To use the Playground font, add GoogleFonts...
There is a pain point IMHO when working with auto route that extensions could solve Now every `Screen` has a `Route` accosiated with it. This ruins the DevX INMO, because...
If you were to declare a top level constant hook and use it. You will get a build time error. E.G. ```dart const myHook = ChainedHook([]); @MappableClass(hook: hook) class Foo...
- [ ] A single function for opening the database - [ ] ... More as we think of what FlutterDevs could use @simolus3 What are your thoughts on adding...