Ecosyste.ms sponsors
An open API service aggregating public data about GitHub Sponsors.
An open API service aggregating public data about GitHub Sponsors.
Funding Links: https://github.com/sponsors/alextekartik
About me
My main open source contributions reside around dart and databases.
sqflite: SQLite plugin for Flutter. Supports both iOS, Android and MacOS. Supports for windows and Linux through sqflite_common_ffi and web through sqflite_common_ffi_web
sembast: Yet another NoSQL persistent store database solution for single process io applications for dart and web
synchronized: Lock mechanism to prevent concurrent access to asynchronous code
cv: Content Values map helpers
process_run: Process run helpers for Linux/Win/Mac
idb_shim: Indexed DB API abstraction (support for IO and sqflite)
fs_shim: File system abstraction with web support
dev_test: Build and test utilities
All my dart published packages
More
I have some experimental projects around abstracting firebase/firestore for flutter and web applications with mocking for regular dart tests:
Firebase abstraction.
Firebase auth abstraction.
Firestore abstraction.
And other experimental projects:
Http abstraction with in memory mocking
and more on github...
SQLite flutter plugin
Language: Dart - Stars: 2882Simple io database
Language: Dart - Stars: 788Basic lock mechanism to prevent concurrent access to asynchronous code
Language: Dart - Stars: 201Process run helper
Language: Dart - Stars: 202Indexed db like API on top of native, websql or memory implementation
Language: Dart - Stars: 29FileSystem shim to allow saving file in IndexedDB or memory
Language: Dart - Stars: 17