#
flag
Here are 134 public repositories matching this topic...
A simple, customizable view for efficiently collecting country information in iOS apps.
-
Updated
Aug 2, 2020 - Swift
Converts between country names, ISO 3166-1 codes and flag emojis.
-
Updated
Sep 4, 2020 - JavaScript
专为命令行爱好者设计,方便写出类似于git或者coreutils中的命令接口(ls, mv, cat),新用户建议使用https://github.com/guonaihong/clop
-
Updated
Sep 4, 2019 - Go
FlagChatAdapter is easy to implement enchanting recycler view adapter. Just extend your adapter with FlagChatAdapter, impliment some methods and voila! You have got the most beautiful looking chat on your phone. Zero boilerplate code, just put your variables in the right direction.
android
kotlin
chat
adapter
animation
recyclerview
kotlin-library
android-library
recyclerview-adapter
animation-library
flag
android-chat
-
Updated
Sep 5, 2018 - Kotlin
A more traditional flag library for the go programming language
-
Updated
Mar 24, 2018 - Go
Launch Darkly React integration with hooks
react
api
integration
launch
feature-flags
feature-toggles
toggle
context
flag
feature
launchdarkly
feature-toggle
feature-flag
ldclient
context-api
launch-darkly
darkly
ld-react
-
Updated
Nov 12, 2019 - JavaScript
Fully featured Go (golang) command line option parser with built-in auto-completion support.
-
Updated
Sep 5, 2020 - Go
Country flag emojis in JSON format.
-
Updated
Feb 25, 2020 - JavaScript
Configuration loader in Go
-
Updated
May 9, 2020 - Go
The standard library flag package with its missing features
-
Updated
Apr 11, 2020 - Go
International Dial Code Picker View for Country or Area 国家或地区国际区号选择器
-
Updated
Jun 4, 2019 - Objective-C
Kreative Vexillo - http://www.kreativekorp.com/app/vexillo/ - Images and emoji fonts of nothing but flags, and the software to generate them.
emoji
font
fonts
icons
icon
flag
emojis
flags
flag-icon
flag-icons
emoji-font
emoji-fonts
vexillology
pride-flag
pride-flags
-
Updated
Jul 31, 2020 - JavaScript
An easy tool for generating CLI and parsing command params
-
Updated
Jun 17, 2019 - JavaScript
The simplest way to handle the primary or default flag/record to your Rails models (i.e. has_many)
-
Updated
Apr 18, 2020 - Ruby
Golang configuration parser. This package allow to work with flags, environment variables, external sources (json configuration file e.g.).
config
golang
json
environment
simple
configuration-management
default-value
configuration-by-environment
flag
configuration-files
configuration-parser
help-generator
configuration-by-flag
-
Updated
Jan 27, 2020 - Go
Improve this page
Add a description, image, and links to the flag topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the flag topic, visit your repo's landing page and select "manage topics."
I am currently trying to write a test concerning a widget which includes
Flag.getFlags(...)when running the test for the first time i receive the error copied below. When the same test runs a second time (chronologically after the first) it seems to run through. How should i write tests with flag-widgets?