Elias Andualem's repositories
algorithm_visualizer
A simple graph algorithm visualizer built with flutter.
messenger_clone_with_ddd
A messenger clone app. It follows the DDD architecture.
animated_squares
Check out https://twitter.com/beesandbombs/status/1355148309275549697?s=20
architecture-samples
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
certified-kubernetes-administrator-course
Certified Kubernetes Administrator - CKA Course
clean-code-javascript
:bathtub: Clean Code concepts adapted for JavaScript
code-review-tips
:microscope: Common problems to look for in a code review
coding-interview-university
A complete computer science study plan to become a software engineer.
Complete-BLoC-example
Complete example of an app built with BLoC
create_flutter_provider_app
A boilerplate project created in Flutter using Provider and Firebase.
cubit
An experimental Dart library which exposes a cubit. A cubit is a reimagined bloc (from package:bloc) which removes events and relies on methods to emit new states instead.
dart-scratch
Create slim Docker images for Dart using dart-scratch as the base
dartz
Functional programming in Dart
deno
A secure JavaScript and TypeScript runtime
dlox
🌀 A full-featured VM written in dart
flutter-android-background
How to keep Flutter apps running in background on Android
flutter_after_layout
Flutter After Layout - Brings functionality to execute code after the first layout of a widget has been performed, i.e. after the first frame has been displayed. Maintainer: @slightfoot
flutter_animarker
Sometime you need more than place a marker in the maps, you required a smoothly throught Google Maps canvas.
flutter_google_places
Google Places - Google places autocomplete widgets for flutter. No wrapper, use https://pub.dev/packages/google_maps_webservice. Maintainer: @KevMorelli
flutter_hooks
React hooks for Flutter. Hooks are a new kind of object that manages a Widget life-cycles. They are used to increase code sharing between widgets and as a complete replacement for StatefulWidget.
flutter_sheet_localization
Generate Flutter localization from a simple online Google Sheets.
mad-location-manager
Mad Location Manager is a library for GPS and Accelerometer data "fusion" with Kalman filter
project-based-learning
Curated list of project-based tutorials
sdk
The Dart SDK, including the VM, dart2js, core libraries, and more.
slate
Beautiful static documentation for your API
state_notifier
ValueNotifier, but outside Flutter and with some extra perks
union
Union types for dart