jblankenberg's Stars
llvm/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
phil-opp/blog_os
Writing an OS in Rust
DragonMinded/libdragon
Open source library for N64 development.
dart-archive/intl
Internationalization and localization support
dart-lang/source_gen
Automatic source code generation for Dart
sony/flutter-elinux
Flutter tools for embedded Linux (eLinux)
dart-lang/web_socket_channel
StreamChannel wrappers for WebSockets.
dart-lang/code_builder
A fluent API for generating valid Dart source code
dart-lang/ffigen
FFI binding generator
dart-lang/logging
A Dart package for debug and error logging.
dart-lang/html
Dart port of html5lib. For parsing HTML/HTML5 with Dart. Works in the client and on the server.
lineage-rpi/android_kernel_brcm_rpi
dart-lang/oauth2
An OAuth2 client library for Dart.
dart-lang/yaml
A Dart YAML parser.
dart-lang/http2
A HTTP/2 implementation for dart.
dart-lang/watcher
A file system watcher library for Dart.
apache/xerces-c
Apache Xerces-C validating XML parser
dart-lang/characters
A package for characters represented as unicode extended grapheme clusters
dart-lang/pubspec_parse
Simple package for parsing pubspec.yaml files with a type-safe API and rich error reporting
dart-lang/stream_channel
An abstraction for two-way communication channels.
dart-lang/io
Utilities for the Dart VM's dart:io.
sony/flutter-elinux-plugins
Flutter plugins for embedded Linux (eLinux)
dart-lang/typed_data
Utility functions and classes that makes working with typed data lists easier in Dart
dart-lang/yaml_edit
A library for YAML manipulation with comment and whitespace preservation.
dart-archive/shelf_static
archived repo
Zira-Games/state-machine-animation
State-machine driven animation controller and evaluation library based on streams.
Zira-Games/paper-3d-sample
A sample project with on how to do faux 3d stuff on flutter using the state-machine-animation and paper-3d libraries, for anyone who wants to do similar things and looking for inspiration.
JohannesMilke/inherited_widget_example
The InheritedWidget helps you to easily distribute your app state to every widget in your Flutter app.
phorward/rapidbatch
Scripting language; compiler and virtual machine
Zira-Games/paper-3d
A faux, 3d asset rendering utility for flutter based on Stack, Container and Transformation Widgets.