PauloKeller
iOS Engineer, with a good taste for animes and games.
Motorola SolutionsSão Paulo - Brazil
PauloKeller's Stars
sindresorhus/awesome
😎 Awesome lists about all kinds of interesting topics
ant-design/ant-design
An enterprise-class UI design language and React UI library
charlax/professional-programming
A collection of learning resources for curious software engineers
alibaba/flutter-go
flutter 开发者帮助 APP,包含 flutter 常用 140+ 组件的demo 演示与中文文档
gorilla/mux
Package gorilla/mux is a powerful HTTP router and URL matcher for building Go web servers with 🦍
ForrestKnight/open-source-cs
Video discussing this curriculum:
dipakkr/A-to-Z-Resources-for-Students
✅ Curated list of resources for college students
go-sql-driver/mysql
Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package
dotansimha/graphql-code-generator
A tool for generating code based on a GraphQL schema and GraphQL operations (query/mutation/subscription), with flexible support for custom plugins.
dart-lang/sdk
The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
golang/mock
GoMock is a mocking framework for the Go programming language.
firebase/flutterfire
🔥 A collection of Firebase plugins for Flutter apps.
rrousselGit/provider
InheritedWidgets, but simple
isar/hive
Lightweight and blazing fast key-value database written in pure Dart.
jogboms/flutter_spinkit
✨ A collection of loading indicators animated with flutter. Heavily Inspired by http://tobiasahlin.com/spinkit.
google/charts
peng8350/flutter_pulltorefresh
a widget provided to the flutter scroll component drop-down refresh and pull up load.
pauldemarco/flutter_blue
Bluetooth plugin for Flutter
memspace/zefyr
Soft and gentle rich text editing for Flutter applications.
google/flutter.widgets
simc/dartx
Superpowers for Dart. Collection of useful static extension methods.
dooboolab-community/flutter_calendar_carousel
Calendar widget for flutter that is swipeable horizontally. This widget can help you build your own calendar widget highly customizable.
fluttercommunity/app_review
App Review - Request and Write Reviews and Open Store Listing for Android and iOS in Flutter. Maintainer: @rodydavis
crazecoder/open_file
A plug-in that can call native APP to open files with string result in flutter, support iOS(UTI) / android(intent) / PC(ffi) / web(dart:html)
dart-lang/pana
Package ANAlysis for Dart
JordanMartinez/purescript-cookbook
An unofficial Cookbook for PureScript
kevmoo/pubviz
Visualize package dependencies in your Dart project
thisisamir98/connection_status_bar
Flutter connection status bar, widget that animates when internet connection changes
fadhly-permata/flutter_money_formatter
"FlutterMoneyFormatter" is a Flutter extension to formatting various types of currencies according to the characteristics you like, without having to be tied to any localization.
fluttercommunity/state_persistence
State Persistence - Persist state across app launches. By default this library store state as a local JSON file called `data.json` in the applications data directory. Maintainer: @slightfoot