You must be logged in to sponsor alextekartik
Become a sponsor to Alexandre Roux
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:
Featured work
-
tekartik/sqflite
SQLite flutter plugin
Dart 2,875 -
tekartik/sembast.dart
Simple io database
Dart 787 -
tekartik/synchronized.dart
Basic lock mechanism to prevent concurrent access to asynchronous code
Dart 200 -
tekartik/process_run.dart
Process run helper
Dart 200 -
tekartik/idb_shim.dart
Indexed db like API on top of native, websql or memory implementation
Dart 29 -
tekartik/fs_shim.dart
FileSystem shim to allow saving file in IndexedDB or memory
Dart 17