[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-7011":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":16,"stars30d":17,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":18,"rankGlobal":10,"rankLanguage":10,"license":19,"archived":20,"fork":20,"defaultBranch":21,"hasWiki":20,"hasPages":20,"topics":22,"createdAt":10,"pushedAt":10,"updatedAt":29,"readmeContent":30,"aiSummary":31,"trendingCount":16,"starSnapshotCount":16,"syncStatus":32,"lastSyncTime":33,"discoverSource":34},7011,"FlagKit","madebybowtie\u002FFlagKit","madebybowtie","Beautiful flag icons for usage in apps and on the web.","",null,"Swift",3103,329,49,26,0,1,59.66,"MIT License",false,"master",[23,24,25,26,27,28],"flag-icons","flags","icons","ios","macos","tvos","2026-06-12 04:00:31","![Header](Header.png)\n\n\u003Cdiv align=\"center\">\n\u003Ca href=\"https:\u002F\u002Ftravis-ci.org\u002Fmadebybowtie\u002FFlagKit\" target=\"_blank\">\n\u003Cimg src=\"http:\u002F\u002Fimg.shields.io\u002Ftravis\u002Fmadebybowtie\u002FFlagKit.svg?style=flat\" \u002F>\n\u003C\u002Fa>\n\n\u003Ca href=\"https:\u002F\u002Fgithub.com\u002FCarthage\u002FCarthage\" target=\"_blank\">\n\u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FCarthage-Compatible-brightgreen.svg?style=flat\" \u002F>\n\u003C\u002Fa>\n\n\u003Ca href=\"https:\u002F\u002Fcocoapods.org\u002Fpods\u002FFlagKit\" target=\"_blank\">\n\u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fcocoapods\u002Fv\u002FFlagKit.svg?style=flat\" \u002F>\n\u003C\u002Fa>\n\u003C\u002Fdiv>\n\n# FlagKit\n\nBeautiful flag icons for usage in apps and on the web. All flags are provided as stand-alone PNG and SVG files. FlagKit also provides an Asset Catalog and framework for easy use on Apple platforms.\n\n## Installation (iOS, macOS, tvOS)\n\nFlagKit provides a framework for easy installation as a dependency. You can also manually copy the Asset Catalog into your project.\n\n### SwiftPM\nAdd the folowinig as repository URL:\n\n```\nhttps:\u002F\u002Fgithub.com\u002Fmadebybowtie\u002FFlagKit.git\n```\n\n### Carthage\nAdd the following line to your `Cartfile`:\n\n```\ngithub \"madebybowtie\u002FFlagKit\"\n```\n\n### CocoaPods\nAdd the following line to your `Podfile`:\n\n```\npod 'FlagKit'\n```\n\n### Manual\nAdd `Assets\u002FFlagKit.xcassets` to your target.\n\n## Usage (iOS, macOS, tvOS)\nFlagKit provides both rectangular unstyled flags and styled flags in a variety of shapes. Our [sample project](Sources\u002FSwift\u002FFlagKitDemo-iOS) demonstrates how to display flags and customize them into different shapes (rounded corners, square, circle).\n\n> **Note:** Styling is currently not supported by FlagKit on macOS\n\nThis brief example loads the flag for the users current locale, and retrieves the unstyled flag and a styled flag:\n\n```swift\nlet countryCode = Locale.current.regionCode!\nlet flag = Flag(countryCode: countryCode)!\n\n\u002F\u002F Retrieve the unstyled image for customized use\nlet originalImage = flag.originalImage\n\n\u002F\u002F Or retrieve a styled flag\nlet styledImage = flag.image(style: .circle)\n```\n\nYou can always access the underlying assets directly, through the bundled Asset Catalog:\n\n```swift\nlet countryCode = Locale.current.regionCode!\nlet bundle = FlagKit.assetBundle\nlet originalImage = UIImage(named: countryCode, in: bundle, compatibleWith: nil)\n```\n\n## Reference\n\nFlagKit provides over 250 flags. A list of all flags can be [found here](Assets\u002FFlags.md).\n\n## More Info\n\nHave a question? Please [open an issue](https:\u002F\u002Fgithub.com\u002Fmadebybowtie\u002FFlagKit\u002Fissues\u002Fnew)!\n\n## License\n\nFlagKit is released under the MIT license. See\n[LICENSE](https:\u002F\u002Fgithub.com\u002Fmadebybowtie\u002FFlagKit\u002Fblob\u002Fmaster\u002FLICENSE).\n","FlagKit 是一个提供精美国旗图标供应用程序和网页使用的项目。它包含了超过250个国旗图标，支持PNG和SVG格式，并且提供了Asset Catalog和框架以便于在iOS、macOS及tvOS平台上轻松使用。核心功能包括直接访问未经过样式处理的国旗图标以及获取多种形状（如圆形、方形等）的样式化国旗图标，但需要注意的是macOS上暂不支持样式化功能。此项目非常适合需要在跨平台应用中展示国旗图标的开发者使用。安装方式多样，支持Swift Package Manager、Carthage、CocoaPods等多种依赖管理工具。",2,"2026-06-11 03:10:07","top_language"]