dees91's Stars
flutter/flutter
Flutter makes it easy and fast to build beautiful apps for mobile and beyond
gothinkster/realworld
"The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more
cfug/dio
A powerful HTTP client for Dart and Flutter, which supports global settings, Interceptors, FormData, aborting and canceling a request, files uploading and downloading, requests timeout, custom adapters, etc.
felangel/bloc
A predictable state management library that helps implement the BLoC design pattern
nytimes/Store
Android Library for Async Data Loading and Caching
MobileNativeFoundation/Store
A Kotlin Multiplatform solution for working with data. Whether you’re building alone or with a team of thousands, Store can help.
Tinder/StateMachine
A Kotlin and Swift DSL for finite state machine
evant/binding-collection-adapter
Easy way to bind collections to listviews and recyclerviews with the new Android Data Binding framework
dnfield/flutter_svg
SVG parsing, rendering, and widget library for Flutter
michaelbull/kotlin-result
A multiplatform Result monad for modelling success or failure operations.
felangel/equatable
A Dart package that helps to implement value based equality without needing to explicitly override == and hashCode.
skrapeit/skrape.it
A Kotlin-based testing/scraping/parsing library providing the ability to analyze and extract data from HTML (server & client-side rendered). It places particular emphasis on ease of use and a high level of readability by providing an intuitive DSL. It aims to be a testing lib, but can also be used to scrape websites in a convenient fashion.
fluttercandies/extended_nested_scroll_view
extended nested scroll view to fix following issues. 1.pinned sliver header issue 2.inner scrollables in tabview sync issue 3.pull to refresh is not work. 4.do without ScrollController in NestedScrollView's body
brickpop/flutter-rust-ffi
Starter project for Flutter plugins willing to access native and synchronous rust code using FFI
ThreeTen/threetenbp
Backport of functionality based on JSR-310 to Java SE 6 and 7. This is NOT an implementation of JSR-310.
bgogetap/StickyHeaders
Easily add Sticky Headers to your RecyclerView
TouK/krush
Idiomatic persistence layer for Kotlin
rnpy/ShimmerLayout
Memory efficient, simple yet highly customizable shimmer effect for Android.
jonsamwell/flutter_simple_dependency_injection
A super simple dependency injection implementation for flutter that behaviours like any normal IOC container and does not rely on mirrors
jamiewest/signalr_core
ASP.NET Core SignalR Dart Client
carlosas/docker-for-symfony
Docker stack for Symfony 4 - NGINX / PHP7-FPM / MySQL / ELK / Redis / RabbitMQ
LazoCoder/Tic-Tac-Toe
An unbeatable game of Tic Tac Toe.
ReactiveCircus/streamlined
deakjahn/flutter_isolate_web
Unified interface to isolates and web workers.
noowenz/ShowMoreLess
A simple Android library for displaying a more and less functionality in TextView and very easy to Convert your TextView in ExpandableTextView
Kleak/flouter
A router for Flutter based on Navigator 2.0 and Regexp
sfranzen/ismcsolver
A modern C++14 header-only template library implementing information set Monte Carlo tree search.
dleurs/flutter_navigator_2.0_demo_no_rebuild
ManuelRohrauer/inkwell_splash
Flutter package which starts the splash effect of InkWell instantly if onDoubleTap is used.
colohan/qwirkle
Simple implementation of the game Qwirkle, to see how hard it would be to play against a greedy algorithm opponent.