https://github.com/bytedance/flutter_asset_literal_idea_plugin

https://github.com/bytedance/flutter_asset_literal_idea_plugin

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.3%) to scientific vocabulary
Last synced: 7 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: bytedance
  • License: gpl-2.0
  • Language: Java
  • Default Branch: master
  • Size: 5.03 MB
Statistics
  • Stars: 36
  • Watchers: 6
  • Forks: 16
  • Open Issues: 6
  • Releases: 0
Archived
Created almost 6 years ago · Last pushed over 3 years ago
Metadata Files
Readme License

README.md

Automatically help you complete the path of assets when you type a Dart string

demo

Register assets to pubspec with one click!

demo

Support preview of multiple image formats such as png, svg, jpg, gif and more

Support for assets declared in pubspec.yaml

  • normal assets like:

assets: - path/to/assets_directory - path/to/image.png

  • assets in "lib" directory like:

assets: - image.png

  • assets declared in pubspec.yaml of other packages.

  • assets in lib/ of other packages and declared in pubspec.yaml of current package like:

assets: - packages/fancy_images_lib/image.png

Support for fonts

  • fonts declared in pubspec.yaml of other packages.

  • normal fonts declared in pubspec.yaml like:

fonts: - family: Andale Mono fonts: - asset: fonts/Andale Mono.ttf

  • iOS pre-installed fonts: ``` IOS9FONT_LIST: "PingFang HK", "PingFang SC", "PingFang TC", "Kohinoor Bangla", "Hiragino Sans",

    IOS8FONT_LIST: "Academy Engraved LET", "Al Nile", "American Typewriter", "Apple Color Emoji", "Apple SD Gothic Neo", "Arial", "Arial Hebrew", "Arial Rounded MT Bold", "Avenir", "Avenir Next", "Avenir Next Condensed", "Bangla Sangam MN", "Baskerville", "Bodoni Ornaments", "Bradley Hand", "Chalkboard SE", "Chalkduster", "Cochin", "Copperplate", "Courier", "Courier New", "DB LCD Temp", "DIN Alternate", "DIN Condensed", "Damascus", "Devanagari Sangam MN", "Didot", "Diwan Mishafi", "Euphemia UCAS", "Farah", "Futura", "Geeza Pro", "Georgia", "Gill Sans", "Gujarati Sangam MN", "Gurmukhi MN", "Heiti SC", "Heiti TC", "Helvetica", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Mincho ProN", "Hoefler Text", "Iowan Old Style", "Kailasa", "Kannada Sangam MN", "KhmerSangamMN", "KohinoorDevanagari", "Kohinor Telugu", "LaoSangamMN", "Malayalam Sangam MN", "Marion", "Marker Felt", "Menlo", "Noteworthy", "Optima", "Oriya Sangam MN", "Palatino", "Papyrus", "Party LET", "San Francisco", "Savoye Let", "Sinhala Sangam MN", "Snell Roundhand", "Superclarendon", "Symbol", "Tamil Sangam MN", "Telugu Sangam MN", "Thonburi", "Times New Roman", "Trebuchet MS", "Verdana", "Zapf Dingbats", "Zapfino", ```

  • Android pre-installed fonts:

"sans-serif", "sans-serif-light", "sans-serif-thin", "sans-serif-condensed", "serif", "Droid Sans",

Thanks

The svg decoder code is from the open source project 'Volantis Mobility Server CE', its source code can be found here: https://sourceforge.net/projects/volmobserverce/

Owner

  • Name: Bytedance Inc.
  • Login: bytedance
  • Kind: organization
  • Location: Singapore

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 22
  • Total pull requests: 4
  • Average time to close issues: 4 months
  • Average time to close pull requests: 2 minutes
  • Total issue authors: 12
  • Total pull request authors: 1
  • Average comments per issue: 2.32
  • Average comments per pull request: 0.0
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • QiAnXinCodeSafe (5)
  • 39499740 (1)
  • Mabsten (1)
  • wangzhanxian (1)
  • coolable (1)
  • ahmadzaib (1)
  • inyong1 (1)
  • lijinshanmx (1)
  • anisalibegic (1)
  • arsalalgorepublic (1)
  • ayman-hub (1)
Pull Request Authors
  • talisk (2)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

build.gradle maven
  • org.junit.jupiter:junit-jupiter-api 5.8.1 testImplementation
  • org.junit.jupiter:junit-jupiter-engine 5.8.1 testRuntimeOnly
src/test/testData/flutter_asset_literal_test/pubspec.yaml pub
  • flutter_test --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess sdk: flutter development
  • cupertino_icons ^0.1.2
  • flutter --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess sdk: flutter
src/test/testData/project_for_sync_assets/pubspec.yaml pub
  • flutter_test --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess sdk: flutter development
  • cupertino_icons ^0.1.2
  • flutter --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess sdk: flutter
src/test/testData/xg_appearance/pubspec.yaml pub
  • flutter_test --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess sdk: flutter development
  • flutter --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess sdk: flutter