├── .github ├── FUNDING.yml └── workflows │ ├── checkout.yml │ ├── linux_ci.yml │ └── main.yml ├── .gitignore ├── .metadata ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── analysis_options.yaml ├── android ├── .gitignore ├── app │ ├── build.gradle │ ├── proguard-rules.pro │ └── src │ │ ├── debug │ │ └── AndroidManifest.xml │ │ ├── main │ │ ├── AndroidManifest.xml │ │ ├── ic_launcher-playstore.png │ │ ├── kotlin │ │ │ └── ls │ │ │ │ └── bloomee │ │ │ │ └── musicplayer │ │ │ │ └── MainActivity.kt │ │ └── res │ │ │ ├── drawable-hdpi │ │ │ ├── ic_launcher_background.png │ │ │ └── ic_launcher_foreground.png │ │ │ ├── drawable-mdpi │ │ │ ├── ic_launcher_background.png │ │ │ └── ic_launcher_foreground.png │ │ │ ├── drawable-v21 │ │ │ └── launch_background.xml │ │ │ ├── drawable-xhdpi │ │ │ ├── ic_launcher_background.png │ │ │ └── ic_launcher_foreground.png │ │ │ ├── drawable-xxhdpi │ │ │ ├── ic_launcher_background.png │ │ │ └── ic_launcher_foreground.png │ │ │ ├── drawable-xxxhdpi │ │ │ ├── ic_launcher_background.png │ │ │ └── ic_launcher_foreground.png │ │ │ ├── drawable │ │ │ └── launch_background.xml │ │ │ ├── mipmap-anydpi-v26 │ │ │ └── launcher_icon.xml │ │ │ ├── mipmap-hdpi │ │ │ ├── ic_launcher.png │ │ │ └── launcher_icon.png │ │ │ ├── mipmap-mdpi │ │ │ ├── ic_launcher.png │ │ │ └── launcher_icon.png │ │ │ ├── mipmap-xhdpi │ │ │ ├── ic_launcher.png │ │ │ └── launcher_icon.png │ │ │ ├── mipmap-xxhdpi │ │ │ ├── ic_launcher.png │ │ │ └── launcher_icon.png │ │ │ ├── mipmap-xxxhdpi │ │ │ ├── ic_launcher.png │ │ │ └── launcher_icon.png │ │ │ ├── values-night │ │ │ └── styles.xml │ │ │ ├── values │ │ │ └── styles.xml │ │ │ └── xml │ │ │ └── network_cfg.xml │ │ └── profile │ │ └── AndroidManifest.xml ├── build.gradle ├── gradle.properties ├── gradle │ └── wrapper │ │ └── gradle-wrapper.properties └── settings.gradle ├── assets ├── docs │ ├── banner2BloomeScrnShot.png │ ├── bloomeetunes_new_banner.png │ ├── desktop_scrn.png │ ├── desktop_scrn2.png │ └── lyricsscrn.png ├── fonts │ ├── CodePro │ │ ├── Code Pro Black LC.otf │ │ ├── Code Pro Black.otf │ │ ├── Code Pro Bold LC.otf │ │ ├── Code Pro Bold.otf │ │ ├── Code Pro Demo.otf │ │ ├── Code Pro LC.otf │ │ ├── Code Pro Light Demo.otf │ │ ├── Code Pro Light LC.otf │ │ ├── Code Pro Light.otf │ │ └── Code Pro.otf │ ├── Fjalla │ │ └── FjallaOne-Regular.ttf │ ├── Gilroy │ │ ├── Gilroy-Bold.ttf │ │ ├── Gilroy-ExtraBold.otf │ │ ├── Gilroy-Heavy.ttf │ │ ├── Gilroy-Light.otf │ │ ├── Gilroy-Light.ttf │ │ ├── Gilroy-Medium.ttf │ │ └── Gilroy-Regular.ttf │ ├── Noto │ │ └── NotoSans-VariableFont_wdth,wght.ttf │ ├── ReThinkSans │ │ ├── OFL.txt │ │ ├── RethinkSans-Bold.otf │ │ ├── RethinkSans-BoldItalic.otf │ │ ├── RethinkSans-ExtraBold.otf │ │ ├── RethinkSans-ExtraBoldItalic.otf │ │ ├── RethinkSans-Italic.otf │ │ ├── RethinkSans-Medium.otf │ │ ├── RethinkSans-MediumItalic.otf │ │ ├── RethinkSans-Regular.otf │ │ ├── RethinkSans-SemiBold.otf │ │ └── RethinkSans-SemiBoldItalic.otf │ ├── SegoeFluentIcons │ │ ├── EULA.txt │ │ └── Segoe Fluent Icons.ttf │ ├── Unageo │ │ ├── OFL.txt │ │ ├── Unageo-Black-Italic.ttf │ │ ├── Unageo-Black.ttf │ │ ├── Unageo-Bold-Italic.ttf │ │ ├── Unageo-Bold.ttf │ │ ├── Unageo-Extrabold-Italic.ttf │ │ ├── Unageo-Extrabold.ttf │ │ ├── Unageo-Light-Italic.ttf │ │ ├── Unageo-Light.ttf │ │ ├── Unageo-Medium-Italic.ttf │ │ ├── Unageo-Medium.ttf │ │ ├── Unageo-Regular-Italic.ttf │ │ ├── Unageo-Regular.ttf │ │ ├── Unageo-Semibold-Italic.ttf │ │ └── Unageo-Semibold.ttf │ └── fontawesome-free-6.4.0-desktop │ │ ├── LICENSE.txt │ │ ├── metadata │ │ ├── categories.yml │ │ ├── icon-families.json │ │ ├── icon-families.yml │ │ ├── icons.json │ │ ├── icons.yml │ │ ├── shims.json │ │ ├── shims.yml │ │ └── sponsors.yml │ │ ├── otfs │ │ ├── Font Awesome 6 Brands-Regular-400.otf │ │ ├── Font Awesome 6 Free-Regular-400.otf │ │ └── Font Awesome 6 Free-Solid-900.otf │ │ └── svgs │ │ ├── brands │ │ ├── 42-group.svg │ │ ├── 500px.svg │ │ ├── accessible-icon.svg │ │ ├── accusoft.svg │ │ ├── adn.svg │ │ ├── adversal.svg │ │ ├── affiliatetheme.svg │ │ ├── airbnb.svg │ │ ├── algolia.svg │ │ ├── alipay.svg │ │ ├── amazon-pay.svg │ │ ├── amazon.svg │ │ ├── amilia.svg │ │ ├── android.svg │ │ ├── angellist.svg │ │ ├── angrycreative.svg │ │ ├── angular.svg │ │ ├── app-store-ios.svg │ │ ├── app-store.svg │ │ ├── apper.svg │ │ ├── apple-pay.svg │ │ ├── apple.svg │ │ ├── artstation.svg │ │ ├── asymmetrik.svg │ │ ├── atlassian.svg │ │ ├── audible.svg │ │ ├── autoprefixer.svg │ │ ├── avianex.svg │ │ ├── aviato.svg │ │ ├── aws.svg │ │ ├── bandcamp.svg │ │ ├── battle-net.svg │ │ ├── behance.svg │ │ ├── bilibili.svg │ │ ├── bimobject.svg │ │ ├── bitbucket.svg │ │ ├── bitcoin.svg │ │ ├── bity.svg │ │ ├── black-tie.svg │ │ ├── blackberry.svg │ │ ├── blogger-b.svg │ │ ├── blogger.svg │ │ ├── bluetooth-b.svg │ │ ├── bluetooth.svg │ │ ├── bootstrap.svg │ │ ├── bots.svg │ │ ├── btc.svg │ │ ├── buffer.svg │ │ ├── buromobelexperte.svg │ │ ├── buy-n-large.svg │ │ ├── buysellads.svg │ │ ├── canadian-maple-leaf.svg │ │ ├── cc-amazon-pay.svg │ │ ├── cc-amex.svg │ │ ├── cc-apple-pay.svg │ │ ├── cc-diners-club.svg │ │ ├── cc-discover.svg │ │ ├── cc-jcb.svg │ │ ├── cc-mastercard.svg │ │ ├── cc-paypal.svg │ │ ├── cc-stripe.svg │ │ ├── cc-visa.svg │ │ ├── centercode.svg │ │ ├── centos.svg │ │ ├── chrome.svg │ │ ├── chromecast.svg │ │ ├── cloudflare.svg │ │ ├── cloudscale.svg │ │ ├── cloudsmith.svg │ │ ├── cloudversify.svg │ │ ├── cmplid.svg │ │ ├── codepen.svg │ │ ├── codiepie.svg │ │ ├── confluence.svg │ │ ├── connectdevelop.svg │ │ ├── contao.svg │ │ ├── cotton-bureau.svg │ │ ├── cpanel.svg │ │ ├── creative-commons-by.svg │ │ ├── creative-commons-nc-eu.svg │ │ ├── creative-commons-nc-jp.svg │ │ ├── creative-commons-nc.svg │ │ ├── creative-commons-nd.svg │ │ ├── creative-commons-pd-alt.svg │ │ ├── creative-commons-pd.svg │ │ ├── creative-commons-remix.svg │ │ ├── creative-commons-sa.svg │ │ ├── creative-commons-sampling-plus.svg │ │ ├── creative-commons-sampling.svg │ │ ├── creative-commons-share.svg │ │ ├── creative-commons-zero.svg │ │ ├── creative-commons.svg │ │ ├── critical-role.svg │ │ ├── css3-alt.svg │ │ ├── css3.svg │ │ ├── cuttlefish.svg │ │ ├── d-and-d-beyond.svg │ │ ├── d-and-d.svg │ │ ├── dailymotion.svg │ │ ├── dashcube.svg │ │ ├── deezer.svg │ │ ├── delicious.svg │ │ ├── deploydog.svg │ │ ├── deskpro.svg │ │ ├── dev.svg │ │ ├── deviantart.svg │ │ ├── dhl.svg │ │ ├── diaspora.svg │ │ ├── digg.svg │ │ ├── digital-ocean.svg │ │ ├── discord.svg │ │ ├── discourse.svg │ │ ├── dochub.svg │ │ ├── docker.svg │ │ ├── draft2digital.svg │ │ ├── dribbble.svg │ │ ├── dropbox.svg │ │ ├── drupal.svg │ │ ├── dyalog.svg │ │ ├── earlybirds.svg │ │ ├── ebay.svg │ │ ├── edge-legacy.svg │ │ ├── edge.svg │ │ ├── elementor.svg │ │ ├── ello.svg │ │ ├── ember.svg │ │ ├── empire.svg │ │ ├── envira.svg │ │ ├── erlang.svg │ │ ├── ethereum.svg │ │ ├── etsy.svg │ │ ├── evernote.svg │ │ ├── expeditedssl.svg │ │ ├── facebook-f.svg │ │ ├── facebook-messenger.svg │ │ ├── facebook.svg │ │ ├── fantasy-flight-games.svg │ │ ├── fedex.svg │ │ ├── fedora.svg │ │ ├── figma.svg │ │ ├── firefox-browser.svg │ │ ├── firefox.svg │ │ ├── first-order-alt.svg │ │ ├── first-order.svg │ │ ├── firstdraft.svg │ │ ├── flickr.svg │ │ ├── flipboard.svg │ │ ├── fly.svg │ │ ├── font-awesome.svg │ │ ├── fonticons-fi.svg │ │ ├── fonticons.svg │ │ ├── fort-awesome-alt.svg │ │ ├── fort-awesome.svg │ │ ├── forumbee.svg │ │ ├── foursquare.svg │ │ ├── free-code-camp.svg │ │ ├── freebsd.svg │ │ ├── fulcrum.svg │ │ ├── galactic-republic.svg │ │ ├── galactic-senate.svg │ │ ├── get-pocket.svg │ │ ├── gg-circle.svg │ │ ├── gg.svg │ │ ├── git-alt.svg │ │ ├── git.svg │ │ ├── github-alt.svg │ │ ├── github.svg │ │ ├── gitkraken.svg │ │ ├── gitlab.svg │ │ ├── gitter.svg │ │ ├── glide-g.svg │ │ ├── glide.svg │ │ ├── gofore.svg │ │ ├── golang.svg │ │ ├── goodreads-g.svg │ │ ├── goodreads.svg │ │ ├── google-drive.svg │ │ ├── google-pay.svg │ │ ├── google-play.svg │ │ ├── google-plus-g.svg │ │ ├── google-plus.svg │ │ ├── google-wallet.svg │ │ ├── google.svg │ │ ├── gratipay.svg │ │ ├── grav.svg │ │ ├── gripfire.svg │ │ ├── grunt.svg │ │ ├── guilded.svg │ │ ├── gulp.svg │ │ ├── hacker-news.svg │ │ ├── hackerrank.svg │ │ ├── hashnode.svg │ │ ├── hips.svg │ │ ├── hire-a-helper.svg │ │ ├── hive.svg │ │ ├── hooli.svg │ │ ├── hornbill.svg │ │ ├── hotjar.svg │ │ ├── houzz.svg │ │ ├── html5.svg │ │ ├── hubspot.svg │ │ ├── ideal.svg │ │ ├── imdb.svg │ │ ├── instagram.svg │ │ ├── instalod.svg │ │ ├── intercom.svg │ │ ├── internet-explorer.svg │ │ ├── invision.svg │ │ ├── ioxhost.svg │ │ ├── itch-io.svg │ │ ├── itunes-note.svg │ │ ├── itunes.svg │ │ ├── java.svg │ │ ├── jedi-order.svg │ │ ├── jenkins.svg │ │ ├── jira.svg │ │ ├── joget.svg │ │ ├── joomla.svg │ │ ├── js.svg │ │ ├── jsfiddle.svg │ │ ├── kaggle.svg │ │ ├── keybase.svg │ │ ├── keycdn.svg │ │ ├── kickstarter-k.svg │ │ ├── kickstarter.svg │ │ ├── korvue.svg │ │ ├── laravel.svg │ │ ├── lastfm.svg │ │ ├── leanpub.svg │ │ ├── less.svg │ │ ├── line.svg │ │ ├── linkedin-in.svg │ │ ├── linkedin.svg │ │ ├── linode.svg │ │ ├── linux.svg │ │ ├── lyft.svg │ │ ├── magento.svg │ │ ├── mailchimp.svg │ │ ├── mandalorian.svg │ │ ├── markdown.svg │ │ ├── mastodon.svg │ │ ├── maxcdn.svg │ │ ├── mdb.svg │ │ ├── medapps.svg │ │ ├── medium.svg │ │ ├── medrt.svg │ │ ├── meetup.svg │ │ ├── megaport.svg │ │ ├── mendeley.svg │ │ ├── meta.svg │ │ ├── microblog.svg │ │ ├── microsoft.svg │ │ ├── mix.svg │ │ ├── mixcloud.svg │ │ ├── mixer.svg │ │ ├── mizuni.svg │ │ ├── modx.svg │ │ ├── monero.svg │ │ ├── napster.svg │ │ ├── neos.svg │ │ ├── nfc-directional.svg │ │ ├── nfc-symbol.svg │ │ ├── nimblr.svg │ │ ├── node-js.svg │ │ ├── node.svg │ │ ├── npm.svg │ │ ├── ns8.svg │ │ ├── nutritionix.svg │ │ ├── octopus-deploy.svg │ │ ├── odnoklassniki.svg │ │ ├── odysee.svg │ │ ├── old-republic.svg │ │ ├── opencart.svg │ │ ├── openid.svg │ │ ├── opera.svg │ │ ├── optin-monster.svg │ │ ├── orcid.svg │ │ ├── osi.svg │ │ ├── padlet.svg │ │ ├── page4.svg │ │ ├── pagelines.svg │ │ ├── palfed.svg │ │ ├── patreon.svg │ │ ├── paypal.svg │ │ ├── perbyte.svg │ │ ├── periscope.svg │ │ ├── phabricator.svg │ │ ├── phoenix-framework.svg │ │ ├── phoenix-squadron.svg │ │ ├── php.svg │ │ ├── pied-piper-alt.svg │ │ ├── pied-piper-hat.svg │ │ ├── pied-piper-pp.svg │ │ ├── pied-piper.svg │ │ ├── pinterest-p.svg │ │ ├── pinterest.svg │ │ ├── pix.svg │ │ ├── playstation.svg │ │ ├── product-hunt.svg │ │ ├── pushed.svg │ │ ├── python.svg │ │ ├── qq.svg │ │ ├── quinscape.svg │ │ ├── quora.svg │ │ ├── r-project.svg │ │ ├── raspberry-pi.svg │ │ ├── ravelry.svg │ │ ├── react.svg │ │ ├── reacteurope.svg │ │ ├── readme.svg │ │ ├── rebel.svg │ │ ├── red-river.svg │ │ ├── reddit-alien.svg │ │ ├── reddit.svg │ │ ├── redhat.svg │ │ ├── renren.svg │ │ ├── replyd.svg │ │ ├── researchgate.svg │ │ ├── resolving.svg │ │ ├── rev.svg │ │ ├── rocketchat.svg │ │ ├── rockrms.svg │ │ ├── rust.svg │ │ ├── safari.svg │ │ ├── salesforce.svg │ │ ├── sass.svg │ │ ├── schlix.svg │ │ ├── screenpal.svg │ │ ├── scribd.svg │ │ ├── searchengin.svg │ │ ├── sellcast.svg │ │ ├── sellsy.svg │ │ ├── servicestack.svg │ │ ├── shirtsinbulk.svg │ │ ├── shopify.svg │ │ ├── shopware.svg │ │ ├── simplybuilt.svg │ │ ├── sistrix.svg │ │ ├── sith.svg │ │ ├── sitrox.svg │ │ ├── sketch.svg │ │ ├── skyatlas.svg │ │ ├── skype.svg │ │ ├── slack.svg │ │ ├── slideshare.svg │ │ ├── snapchat.svg │ │ ├── soundcloud.svg │ │ ├── sourcetree.svg │ │ ├── space-awesome.svg │ │ ├── speakap.svg │ │ ├── speaker-deck.svg │ │ ├── spotify.svg │ │ ├── square-behance.svg │ │ ├── square-dribbble.svg │ │ ├── square-facebook.svg │ │ ├── square-font-awesome-stroke.svg │ │ ├── square-font-awesome.svg │ │ ├── square-git.svg │ │ ├── square-github.svg │ │ ├── square-gitlab.svg │ │ ├── square-google-plus.svg │ │ ├── square-hacker-news.svg │ │ ├── square-instagram.svg │ │ ├── square-js.svg │ │ ├── square-lastfm.svg │ │ ├── square-odnoklassniki.svg │ │ ├── square-pied-piper.svg │ │ ├── square-pinterest.svg │ │ ├── square-reddit.svg │ │ ├── square-snapchat.svg │ │ ├── square-steam.svg │ │ ├── square-tumblr.svg │ │ ├── square-twitter.svg │ │ ├── square-viadeo.svg │ │ ├── square-vimeo.svg │ │ ├── square-whatsapp.svg │ │ ├── square-xing.svg │ │ ├── square-youtube.svg │ │ ├── squarespace.svg │ │ ├── stack-exchange.svg │ │ ├── stack-overflow.svg │ │ ├── stackpath.svg │ │ ├── staylinked.svg │ │ ├── steam-symbol.svg │ │ ├── steam.svg │ │ ├── sticker-mule.svg │ │ ├── strava.svg │ │ ├── stripe-s.svg │ │ ├── stripe.svg │ │ ├── stubber.svg │ │ ├── studiovinari.svg │ │ ├── stumbleupon-circle.svg │ │ ├── stumbleupon.svg │ │ ├── superpowers.svg │ │ ├── supple.svg │ │ ├── suse.svg │ │ ├── swift.svg │ │ ├── symfony.svg │ │ ├── teamspeak.svg │ │ ├── telegram.svg │ │ ├── tencent-weibo.svg │ │ ├── the-red-yeti.svg │ │ ├── themeco.svg │ │ ├── themeisle.svg │ │ ├── think-peaks.svg │ │ ├── tiktok.svg │ │ ├── trade-federation.svg │ │ ├── trello.svg │ │ ├── tumblr.svg │ │ ├── twitch.svg │ │ ├── twitter.svg │ │ ├── typo3.svg │ │ ├── uber.svg │ │ ├── ubuntu.svg │ │ ├── uikit.svg │ │ ├── umbraco.svg │ │ ├── uncharted.svg │ │ ├── uniregistry.svg │ │ ├── unity.svg │ │ ├── unsplash.svg │ │ ├── untappd.svg │ │ ├── ups.svg │ │ ├── usb.svg │ │ ├── usps.svg │ │ ├── ussunnah.svg │ │ ├── vaadin.svg │ │ ├── viacoin.svg │ │ ├── viadeo.svg │ │ ├── viber.svg │ │ ├── vimeo-v.svg │ │ ├── vimeo.svg │ │ ├── vine.svg │ │ ├── vk.svg │ │ ├── vnv.svg │ │ ├── vuejs.svg │ │ ├── watchman-monitoring.svg │ │ ├── waze.svg │ │ ├── weebly.svg │ │ ├── weibo.svg │ │ ├── weixin.svg │ │ ├── whatsapp.svg │ │ ├── whmcs.svg │ │ ├── wikipedia-w.svg │ │ ├── windows.svg │ │ ├── wirsindhandwerk.svg │ │ ├── wix.svg │ │ ├── wizards-of-the-coast.svg │ │ ├── wodu.svg │ │ ├── wolf-pack-battalion.svg │ │ ├── wordpress-simple.svg │ │ ├── wordpress.svg │ │ ├── wpbeginner.svg │ │ ├── wpexplorer.svg │ │ ├── wpforms.svg │ │ ├── wpressr.svg │ │ ├── xbox.svg │ │ ├── xing.svg │ │ ├── y-combinator.svg │ │ ├── yahoo.svg │ │ ├── yammer.svg │ │ ├── yandex-international.svg │ │ ├── yandex.svg │ │ ├── yarn.svg │ │ ├── yelp.svg │ │ ├── yoast.svg │ │ ├── youtube.svg │ │ └── zhihu.svg │ │ ├── regular │ │ ├── address-book.svg │ │ ├── address-card.svg │ │ ├── bell-slash.svg │ │ ├── bell.svg │ │ ├── bookmark.svg │ │ ├── building.svg │ │ ├── calendar-check.svg │ │ ├── calendar-days.svg │ │ ├── calendar-minus.svg │ │ ├── calendar-plus.svg │ │ ├── calendar-xmark.svg │ │ ├── calendar.svg │ │ ├── chart-bar.svg │ │ ├── chess-bishop.svg │ │ ├── chess-king.svg │ │ ├── chess-knight.svg │ │ ├── chess-pawn.svg │ │ ├── chess-queen.svg │ │ ├── chess-rook.svg │ │ ├── circle-check.svg │ │ ├── circle-dot.svg │ │ ├── circle-down.svg │ │ ├── circle-left.svg │ │ ├── circle-pause.svg │ │ ├── circle-play.svg │ │ ├── circle-question.svg │ │ ├── circle-right.svg │ │ ├── circle-stop.svg │ │ ├── circle-up.svg │ │ ├── circle-user.svg │ │ ├── circle-xmark.svg │ │ ├── circle.svg │ │ ├── clipboard.svg │ │ ├── clock.svg │ │ ├── clone.svg │ │ ├── closed-captioning.svg │ │ ├── comment-dots.svg │ │ ├── comment.svg │ │ ├── comments.svg │ │ ├── compass.svg │ │ ├── copy.svg │ │ ├── copyright.svg │ │ ├── credit-card.svg │ │ ├── envelope-open.svg │ │ ├── envelope.svg │ │ ├── eye-slash.svg │ │ ├── eye.svg │ │ ├── face-angry.svg │ │ ├── face-dizzy.svg │ │ ├── face-flushed.svg │ │ ├── face-frown-open.svg │ │ ├── face-frown.svg │ │ ├── face-grimace.svg │ │ ├── face-grin-beam-sweat.svg │ │ ├── face-grin-beam.svg │ │ ├── face-grin-hearts.svg │ │ ├── face-grin-squint-tears.svg │ │ ├── face-grin-squint.svg │ │ ├── face-grin-stars.svg │ │ ├── face-grin-tears.svg │ │ ├── face-grin-tongue-squint.svg │ │ ├── face-grin-tongue-wink.svg │ │ ├── face-grin-tongue.svg │ │ ├── face-grin-wide.svg │ │ ├── face-grin-wink.svg │ │ ├── face-grin.svg │ │ ├── face-kiss-beam.svg │ │ ├── face-kiss-wink-heart.svg │ │ ├── face-kiss.svg │ │ ├── face-laugh-beam.svg │ │ ├── face-laugh-squint.svg │ │ ├── face-laugh-wink.svg │ │ ├── face-laugh.svg │ │ ├── face-meh-blank.svg │ │ ├── face-meh.svg │ │ ├── face-rolling-eyes.svg │ │ ├── face-sad-cry.svg │ │ ├── face-sad-tear.svg │ │ ├── face-smile-beam.svg │ │ ├── face-smile-wink.svg │ │ ├── face-smile.svg │ │ ├── face-surprise.svg │ │ ├── face-tired.svg │ │ ├── file-audio.svg │ │ ├── file-code.svg │ │ ├── file-excel.svg │ │ ├── file-image.svg │ │ ├── file-lines.svg │ │ ├── file-pdf.svg │ │ ├── file-powerpoint.svg │ │ ├── file-video.svg │ │ ├── file-word.svg │ │ ├── file-zipper.svg │ │ ├── file.svg │ │ ├── flag.svg │ │ ├── floppy-disk.svg │ │ ├── folder-closed.svg │ │ ├── folder-open.svg │ │ ├── folder.svg │ │ ├── font-awesome.svg │ │ ├── futbol.svg │ │ ├── gem.svg │ │ ├── hand-back-fist.svg │ │ ├── hand-lizard.svg │ │ ├── hand-peace.svg │ │ ├── hand-point-down.svg │ │ ├── hand-point-left.svg │ │ ├── hand-point-right.svg │ │ ├── hand-point-up.svg │ │ ├── hand-pointer.svg │ │ ├── hand-scissors.svg │ │ ├── hand-spock.svg │ │ ├── hand.svg │ │ ├── handshake.svg │ │ ├── hard-drive.svg │ │ ├── heart.svg │ │ ├── hospital.svg │ │ ├── hourglass-half.svg │ │ ├── hourglass.svg │ │ ├── id-badge.svg │ │ ├── id-card.svg │ │ ├── image.svg │ │ ├── images.svg │ │ ├── keyboard.svg │ │ ├── lemon.svg │ │ ├── life-ring.svg │ │ ├── lightbulb.svg │ │ ├── map.svg │ │ ├── message.svg │ │ ├── money-bill-1.svg │ │ ├── moon.svg │ │ ├── newspaper.svg │ │ ├── note-sticky.svg │ │ ├── object-group.svg │ │ ├── object-ungroup.svg │ │ ├── paper-plane.svg │ │ ├── paste.svg │ │ ├── pen-to-square.svg │ │ ├── rectangle-list.svg │ │ ├── rectangle-xmark.svg │ │ ├── registered.svg │ │ ├── share-from-square.svg │ │ ├── snowflake.svg │ │ ├── square-caret-down.svg │ │ ├── square-caret-left.svg │ │ ├── square-caret-right.svg │ │ ├── square-caret-up.svg │ │ ├── square-check.svg │ │ ├── square-full.svg │ │ ├── square-minus.svg │ │ ├── square-plus.svg │ │ ├── square.svg │ │ ├── star-half-stroke.svg │ │ ├── star-half.svg │ │ ├── star.svg │ │ ├── sun.svg │ │ ├── thumbs-down.svg │ │ ├── thumbs-up.svg │ │ ├── trash-can.svg │ │ ├── user.svg │ │ ├── window-maximize.svg │ │ ├── window-minimize.svg │ │ └── window-restore.svg │ │ └── solid │ │ ├── 0.svg │ │ ├── 1.svg │ │ ├── 2.svg │ │ ├── 3.svg │ │ ├── 4.svg │ │ ├── 5.svg │ │ ├── 6.svg │ │ ├── 7.svg │ │ ├── 8.svg │ │ ├── 9.svg │ │ ├── a.svg │ │ ├── address-book.svg │ │ ├── address-card.svg │ │ ├── align-center.svg │ │ ├── align-justify.svg │ │ ├── align-left.svg │ │ ├── align-right.svg │ │ ├── anchor-circle-check.svg │ │ ├── anchor-circle-exclamation.svg │ │ ├── anchor-circle-xmark.svg │ │ ├── anchor-lock.svg │ │ ├── anchor.svg │ │ ├── angle-down.svg │ │ ├── angle-left.svg │ │ ├── angle-right.svg │ │ ├── angle-up.svg │ │ ├── angles-down.svg │ │ ├── angles-left.svg │ │ ├── angles-right.svg │ │ ├── angles-up.svg │ │ ├── ankh.svg │ │ ├── apple-whole.svg │ │ ├── archway.svg │ │ ├── arrow-down-1-9.svg │ │ ├── arrow-down-9-1.svg │ │ ├── arrow-down-a-z.svg │ │ ├── arrow-down-long.svg │ │ ├── arrow-down-short-wide.svg │ │ ├── arrow-down-up-across-line.svg │ │ ├── arrow-down-up-lock.svg │ │ ├── arrow-down-wide-short.svg │ │ ├── arrow-down-z-a.svg │ │ ├── arrow-down.svg │ │ ├── arrow-left-long.svg │ │ ├── arrow-left.svg │ │ ├── arrow-pointer.svg │ │ ├── arrow-right-arrow-left.svg │ │ ├── arrow-right-from-bracket.svg │ │ ├── arrow-right-long.svg │ │ ├── arrow-right-to-bracket.svg │ │ ├── arrow-right-to-city.svg │ │ ├── arrow-right.svg │ │ ├── arrow-rotate-left.svg │ │ ├── arrow-rotate-right.svg │ │ ├── arrow-trend-down.svg │ │ ├── arrow-trend-up.svg │ │ ├── arrow-turn-down.svg │ │ ├── arrow-turn-up.svg │ │ ├── arrow-up-1-9.svg │ │ ├── arrow-up-9-1.svg │ │ ├── arrow-up-a-z.svg │ │ ├── arrow-up-from-bracket.svg │ │ ├── arrow-up-from-ground-water.svg │ │ ├── arrow-up-from-water-pump.svg │ │ ├── arrow-up-long.svg │ │ ├── arrow-up-right-dots.svg │ │ ├── arrow-up-right-from-square.svg │ │ ├── arrow-up-short-wide.svg │ │ ├── arrow-up-wide-short.svg │ │ ├── arrow-up-z-a.svg │ │ ├── arrow-up.svg │ │ ├── arrows-down-to-line.svg │ │ ├── arrows-down-to-people.svg │ │ ├── arrows-left-right-to-line.svg │ │ ├── arrows-left-right.svg │ │ ├── arrows-rotate.svg │ │ ├── arrows-spin.svg │ │ ├── arrows-split-up-and-left.svg │ │ ├── arrows-to-circle.svg │ │ ├── arrows-to-dot.svg │ │ ├── arrows-to-eye.svg │ │ ├── arrows-turn-right.svg │ │ ├── arrows-turn-to-dots.svg │ │ ├── arrows-up-down-left-right.svg │ │ ├── arrows-up-down.svg │ │ ├── arrows-up-to-line.svg │ │ ├── asterisk.svg │ │ ├── at.svg │ │ ├── atom.svg │ │ ├── audio-description.svg │ │ ├── austral-sign.svg │ │ ├── award.svg │ │ ├── b.svg │ │ ├── baby-carriage.svg │ │ ├── baby.svg │ │ ├── backward-fast.svg │ │ ├── backward-step.svg │ │ ├── backward.svg │ │ ├── bacon.svg │ │ ├── bacteria.svg │ │ ├── bacterium.svg │ │ ├── bag-shopping.svg │ │ ├── bahai.svg │ │ ├── baht-sign.svg │ │ ├── ban-smoking.svg │ │ ├── ban.svg │ │ ├── bandage.svg │ │ ├── bangladeshi-taka-sign.svg │ │ ├── barcode.svg │ │ ├── bars-progress.svg │ │ ├── bars-staggered.svg │ │ ├── bars.svg │ │ ├── baseball-bat-ball.svg │ │ ├── baseball.svg │ │ ├── basket-shopping.svg │ │ ├── basketball.svg │ │ ├── bath.svg │ │ ├── battery-empty.svg │ │ ├── battery-full.svg │ │ ├── battery-half.svg │ │ ├── battery-quarter.svg │ │ ├── battery-three-quarters.svg │ │ ├── bed-pulse.svg │ │ ├── bed.svg │ │ ├── beer-mug-empty.svg │ │ ├── bell-concierge.svg │ │ ├── bell-slash.svg │ │ ├── bell.svg │ │ ├── bezier-curve.svg │ │ ├── bicycle.svg │ │ ├── binoculars.svg │ │ ├── biohazard.svg │ │ ├── bitcoin-sign.svg │ │ ├── blender-phone.svg │ │ ├── blender.svg │ │ ├── blog.svg │ │ ├── bold.svg │ │ ├── bolt-lightning.svg │ │ ├── bolt.svg │ │ ├── bomb.svg │ │ ├── bone.svg │ │ ├── bong.svg │ │ ├── book-atlas.svg │ │ ├── book-bible.svg │ │ ├── book-bookmark.svg │ │ ├── book-journal-whills.svg │ │ ├── book-medical.svg │ │ ├── book-open-reader.svg │ │ ├── book-open.svg │ │ ├── book-quran.svg │ │ ├── book-skull.svg │ │ ├── book-tanakh.svg │ │ ├── book.svg │ │ ├── bookmark.svg │ │ ├── border-all.svg │ │ ├── border-none.svg │ │ ├── border-top-left.svg │ │ ├── bore-hole.svg │ │ ├── bottle-droplet.svg │ │ ├── bottle-water.svg │ │ ├── bowl-food.svg │ │ ├── bowl-rice.svg │ │ ├── bowling-ball.svg │ │ ├── box-archive.svg │ │ ├── box-open.svg │ │ ├── box-tissue.svg │ │ ├── box.svg │ │ ├── boxes-packing.svg │ │ ├── boxes-stacked.svg │ │ ├── braille.svg │ │ ├── brain.svg │ │ ├── brazilian-real-sign.svg │ │ ├── bread-slice.svg │ │ ├── bridge-circle-check.svg │ │ ├── bridge-circle-exclamation.svg │ │ ├── bridge-circle-xmark.svg │ │ ├── bridge-lock.svg │ │ ├── bridge-water.svg │ │ ├── bridge.svg │ │ ├── briefcase-medical.svg │ │ ├── briefcase.svg │ │ ├── broom-ball.svg │ │ ├── broom.svg │ │ ├── brush.svg │ │ ├── bucket.svg │ │ ├── bug-slash.svg │ │ ├── bug.svg │ │ ├── bugs.svg │ │ ├── building-circle-arrow-right.svg │ │ ├── building-circle-check.svg │ │ ├── building-circle-exclamation.svg │ │ ├── building-circle-xmark.svg │ │ ├── building-columns.svg │ │ ├── building-flag.svg │ │ ├── building-lock.svg │ │ ├── building-ngo.svg │ │ ├── building-shield.svg │ │ ├── building-un.svg │ │ ├── building-user.svg │ │ ├── building-wheat.svg │ │ ├── building.svg │ │ ├── bullhorn.svg │ │ ├── bullseye.svg │ │ ├── burger.svg │ │ ├── burst.svg │ │ ├── bus-simple.svg │ │ ├── bus.svg │ │ ├── business-time.svg │ │ ├── c.svg │ │ ├── cable-car.svg │ │ ├── cake-candles.svg │ │ ├── calculator.svg │ │ ├── calendar-check.svg │ │ ├── calendar-day.svg │ │ ├── calendar-days.svg │ │ ├── calendar-minus.svg │ │ ├── calendar-plus.svg │ │ ├── calendar-week.svg │ │ ├── calendar-xmark.svg │ │ ├── calendar.svg │ │ ├── camera-retro.svg │ │ ├── camera-rotate.svg │ │ ├── camera.svg │ │ ├── campground.svg │ │ ├── candy-cane.svg │ │ ├── cannabis.svg │ │ ├── capsules.svg │ │ ├── car-battery.svg │ │ ├── car-burst.svg │ │ ├── car-on.svg │ │ ├── car-rear.svg │ │ ├── car-side.svg │ │ ├── car-tunnel.svg │ │ ├── car.svg │ │ ├── caravan.svg │ │ ├── caret-down.svg │ │ ├── caret-left.svg │ │ ├── caret-right.svg │ │ ├── caret-up.svg │ │ ├── carrot.svg │ │ ├── cart-arrow-down.svg │ │ ├── cart-flatbed-suitcase.svg │ │ ├── cart-flatbed.svg │ │ ├── cart-plus.svg │ │ ├── cart-shopping.svg │ │ ├── cash-register.svg │ │ ├── cat.svg │ │ ├── cedi-sign.svg │ │ ├── cent-sign.svg │ │ ├── certificate.svg │ │ ├── chair.svg │ │ ├── chalkboard-user.svg │ │ ├── chalkboard.svg │ │ ├── champagne-glasses.svg │ │ ├── charging-station.svg │ │ ├── chart-area.svg │ │ ├── chart-bar.svg │ │ ├── chart-column.svg │ │ ├── chart-gantt.svg │ │ ├── chart-line.svg │ │ ├── chart-pie.svg │ │ ├── chart-simple.svg │ │ ├── check-double.svg │ │ ├── check-to-slot.svg │ │ ├── check.svg │ │ ├── cheese.svg │ │ ├── chess-bishop.svg │ │ ├── chess-board.svg │ │ ├── chess-king.svg │ │ ├── chess-knight.svg │ │ ├── chess-pawn.svg │ │ ├── chess-queen.svg │ │ ├── chess-rook.svg │ │ ├── chess.svg │ │ ├── chevron-down.svg │ │ ├── chevron-left.svg │ │ ├── chevron-right.svg │ │ ├── chevron-up.svg │ │ ├── child-combatant.svg │ │ ├── child-dress.svg │ │ ├── child-reaching.svg │ │ ├── child.svg │ │ ├── children.svg │ │ ├── church.svg │ │ ├── circle-arrow-down.svg │ │ ├── circle-arrow-left.svg │ │ ├── circle-arrow-right.svg │ │ ├── circle-arrow-up.svg │ │ ├── circle-check.svg │ │ ├── circle-chevron-down.svg │ │ ├── circle-chevron-left.svg │ │ ├── circle-chevron-right.svg │ │ ├── circle-chevron-up.svg │ │ ├── circle-dollar-to-slot.svg │ │ ├── circle-dot.svg │ │ ├── circle-down.svg │ │ ├── circle-exclamation.svg │ │ ├── circle-h.svg │ │ ├── circle-half-stroke.svg │ │ ├── circle-info.svg │ │ ├── circle-left.svg │ │ ├── circle-minus.svg │ │ ├── circle-nodes.svg │ │ ├── circle-notch.svg │ │ ├── circle-pause.svg │ │ ├── circle-play.svg │ │ ├── circle-plus.svg │ │ ├── circle-question.svg │ │ ├── circle-radiation.svg │ │ ├── circle-right.svg │ │ ├── circle-stop.svg │ │ ├── circle-up.svg │ │ ├── circle-user.svg │ │ ├── circle-xmark.svg │ │ ├── circle.svg │ │ ├── city.svg │ │ ├── clapperboard.svg │ │ ├── clipboard-check.svg │ │ ├── clipboard-list.svg │ │ ├── clipboard-question.svg │ │ ├── clipboard-user.svg │ │ ├── clipboard.svg │ │ ├── clock-rotate-left.svg │ │ ├── clock.svg │ │ ├── clone.svg │ │ ├── closed-captioning.svg │ │ ├── cloud-arrow-down.svg │ │ ├── cloud-arrow-up.svg │ │ ├── cloud-bolt.svg │ │ ├── cloud-meatball.svg │ │ ├── cloud-moon-rain.svg │ │ ├── cloud-moon.svg │ │ ├── cloud-rain.svg │ │ ├── cloud-showers-heavy.svg │ │ ├── cloud-showers-water.svg │ │ ├── cloud-sun-rain.svg │ │ ├── cloud-sun.svg │ │ ├── cloud.svg │ │ ├── clover.svg │ │ ├── code-branch.svg │ │ ├── code-commit.svg │ │ ├── code-compare.svg │ │ ├── code-fork.svg │ │ ├── code-merge.svg │ │ ├── code-pull-request.svg │ │ ├── code.svg │ │ ├── coins.svg │ │ ├── colon-sign.svg │ │ ├── comment-dollar.svg │ │ ├── comment-dots.svg │ │ ├── comment-medical.svg │ │ ├── comment-slash.svg │ │ ├── comment-sms.svg │ │ ├── comment.svg │ │ ├── comments-dollar.svg │ │ ├── comments.svg │ │ ├── compact-disc.svg │ │ ├── compass-drafting.svg │ │ ├── compass.svg │ │ ├── compress.svg │ │ ├── computer-mouse.svg │ │ ├── computer.svg │ │ ├── cookie-bite.svg │ │ ├── cookie.svg │ │ ├── copy.svg │ │ ├── copyright.svg │ │ ├── couch.svg │ │ ├── cow.svg │ │ ├── credit-card.svg │ │ ├── crop-simple.svg │ │ ├── crop.svg │ │ ├── cross.svg │ │ ├── crosshairs.svg │ │ ├── crow.svg │ │ ├── crown.svg │ │ ├── crutch.svg │ │ ├── cruzeiro-sign.svg │ │ ├── cube.svg │ │ ├── cubes-stacked.svg │ │ ├── cubes.svg │ │ ├── d.svg │ │ ├── database.svg │ │ ├── delete-left.svg │ │ ├── democrat.svg │ │ ├── desktop.svg │ │ ├── dharmachakra.svg │ │ ├── diagram-next.svg │ │ ├── diagram-predecessor.svg │ │ ├── diagram-project.svg │ │ ├── diagram-successor.svg │ │ ├── diamond-turn-right.svg │ │ ├── diamond.svg │ │ ├── dice-d20.svg │ │ ├── dice-d6.svg │ │ ├── dice-five.svg │ │ ├── dice-four.svg │ │ ├── dice-one.svg │ │ ├── dice-six.svg │ │ ├── dice-three.svg │ │ ├── dice-two.svg │ │ ├── dice.svg │ │ ├── disease.svg │ │ ├── display.svg │ │ ├── divide.svg │ │ ├── dna.svg │ │ ├── dog.svg │ │ ├── dollar-sign.svg │ │ ├── dolly.svg │ │ ├── dong-sign.svg │ │ ├── door-closed.svg │ │ ├── door-open.svg │ │ ├── dove.svg │ │ ├── down-left-and-up-right-to-center.svg │ │ ├── down-long.svg │ │ ├── download.svg │ │ ├── dragon.svg │ │ ├── draw-polygon.svg │ │ ├── droplet-slash.svg │ │ ├── droplet.svg │ │ ├── drum-steelpan.svg │ │ ├── drum.svg │ │ ├── drumstick-bite.svg │ │ ├── dumbbell.svg │ │ ├── dumpster-fire.svg │ │ ├── dumpster.svg │ │ ├── dungeon.svg │ │ ├── e.svg │ │ ├── ear-deaf.svg │ │ ├── ear-listen.svg │ │ ├── earth-africa.svg │ │ ├── earth-americas.svg │ │ ├── earth-asia.svg │ │ ├── earth-europe.svg │ │ ├── earth-oceania.svg │ │ ├── egg.svg │ │ ├── eject.svg │ │ ├── elevator.svg │ │ ├── ellipsis-vertical.svg │ │ ├── ellipsis.svg │ │ ├── envelope-circle-check.svg │ │ ├── envelope-open-text.svg │ │ ├── envelope-open.svg │ │ ├── envelope.svg │ │ ├── envelopes-bulk.svg │ │ ├── equals.svg │ │ ├── eraser.svg │ │ ├── ethernet.svg │ │ ├── euro-sign.svg │ │ ├── exclamation.svg │ │ ├── expand.svg │ │ ├── explosion.svg │ │ ├── eye-dropper.svg │ │ ├── eye-low-vision.svg │ │ ├── eye-slash.svg │ │ ├── eye.svg │ │ ├── f.svg │ │ ├── face-angry.svg │ │ ├── face-dizzy.svg │ │ ├── face-flushed.svg │ │ ├── face-frown-open.svg │ │ ├── face-frown.svg │ │ ├── face-grimace.svg │ │ ├── face-grin-beam-sweat.svg │ │ ├── face-grin-beam.svg │ │ ├── face-grin-hearts.svg │ │ ├── face-grin-squint-tears.svg │ │ ├── face-grin-squint.svg │ │ ├── face-grin-stars.svg │ │ ├── face-grin-tears.svg │ │ ├── face-grin-tongue-squint.svg │ │ ├── face-grin-tongue-wink.svg │ │ ├── face-grin-tongue.svg │ │ ├── face-grin-wide.svg │ │ ├── face-grin-wink.svg │ │ ├── face-grin.svg │ │ ├── face-kiss-beam.svg │ │ ├── face-kiss-wink-heart.svg │ │ ├── face-kiss.svg │ │ ├── face-laugh-beam.svg │ │ ├── face-laugh-squint.svg │ │ ├── face-laugh-wink.svg │ │ ├── face-laugh.svg │ │ ├── face-meh-blank.svg │ │ ├── face-meh.svg │ │ ├── face-rolling-eyes.svg │ │ ├── face-sad-cry.svg │ │ ├── face-sad-tear.svg │ │ ├── face-smile-beam.svg │ │ ├── face-smile-wink.svg │ │ ├── face-smile.svg │ │ ├── face-surprise.svg │ │ ├── face-tired.svg │ │ ├── fan.svg │ │ ├── faucet-drip.svg │ │ ├── faucet.svg │ │ ├── fax.svg │ │ ├── feather-pointed.svg │ │ ├── feather.svg │ │ ├── ferry.svg │ │ ├── file-arrow-down.svg │ │ ├── file-arrow-up.svg │ │ ├── file-audio.svg │ │ ├── file-circle-check.svg │ │ ├── file-circle-exclamation.svg │ │ ├── file-circle-minus.svg │ │ ├── file-circle-plus.svg │ │ ├── file-circle-question.svg │ │ ├── file-circle-xmark.svg │ │ ├── file-code.svg │ │ ├── file-contract.svg │ │ ├── file-csv.svg │ │ ├── file-excel.svg │ │ ├── file-export.svg │ │ ├── file-image.svg │ │ ├── file-import.svg │ │ ├── file-invoice-dollar.svg │ │ ├── file-invoice.svg │ │ ├── file-lines.svg │ │ ├── file-medical.svg │ │ ├── file-pdf.svg │ │ ├── file-pen.svg │ │ ├── file-powerpoint.svg │ │ ├── file-prescription.svg │ │ ├── file-shield.svg │ │ ├── file-signature.svg │ │ ├── file-video.svg │ │ ├── file-waveform.svg │ │ ├── file-word.svg │ │ ├── file-zipper.svg │ │ ├── file.svg │ │ ├── fill-drip.svg │ │ ├── fill.svg │ │ ├── film.svg │ │ ├── filter-circle-dollar.svg │ │ ├── filter-circle-xmark.svg │ │ ├── filter.svg │ │ ├── fingerprint.svg │ │ ├── fire-burner.svg │ │ ├── fire-extinguisher.svg │ │ ├── fire-flame-curved.svg │ │ ├── fire-flame-simple.svg │ │ ├── fire.svg │ │ ├── fish-fins.svg │ │ ├── fish.svg │ │ ├── flag-checkered.svg │ │ ├── flag-usa.svg │ │ ├── flag.svg │ │ ├── flask-vial.svg │ │ ├── flask.svg │ │ ├── floppy-disk.svg │ │ ├── florin-sign.svg │ │ ├── folder-closed.svg │ │ ├── folder-minus.svg │ │ ├── folder-open.svg │ │ ├── folder-plus.svg │ │ ├── folder-tree.svg │ │ ├── folder.svg │ │ ├── font-awesome.svg │ │ ├── font.svg │ │ ├── football.svg │ │ ├── forward-fast.svg │ │ ├── forward-step.svg │ │ ├── forward.svg │ │ ├── franc-sign.svg │ │ ├── frog.svg │ │ ├── futbol.svg │ │ ├── g.svg │ │ ├── gamepad.svg │ │ ├── gas-pump.svg │ │ ├── gauge-high.svg │ │ ├── gauge-simple-high.svg │ │ ├── gauge-simple.svg │ │ ├── gauge.svg │ │ ├── gavel.svg │ │ ├── gear.svg │ │ ├── gears.svg │ │ ├── gem.svg │ │ ├── genderless.svg │ │ ├── ghost.svg │ │ ├── gift.svg │ │ ├── gifts.svg │ │ ├── glass-water-droplet.svg │ │ ├── glass-water.svg │ │ ├── glasses.svg │ │ ├── globe.svg │ │ ├── golf-ball-tee.svg │ │ ├── gopuram.svg │ │ ├── graduation-cap.svg │ │ ├── greater-than-equal.svg │ │ ├── greater-than.svg │ │ ├── grip-lines-vertical.svg │ │ ├── grip-lines.svg │ │ ├── grip-vertical.svg │ │ ├── grip.svg │ │ ├── group-arrows-rotate.svg │ │ ├── guarani-sign.svg │ │ ├── guitar.svg │ │ ├── gun.svg │ │ ├── h.svg │ │ ├── hammer.svg │ │ ├── hamsa.svg │ │ ├── hand-back-fist.svg │ │ ├── hand-dots.svg │ │ ├── hand-fist.svg │ │ ├── hand-holding-dollar.svg │ │ ├── hand-holding-droplet.svg │ │ ├── hand-holding-hand.svg │ │ ├── hand-holding-heart.svg │ │ ├── hand-holding-medical.svg │ │ ├── hand-holding.svg │ │ ├── hand-lizard.svg │ │ ├── hand-middle-finger.svg │ │ ├── hand-peace.svg │ │ ├── hand-point-down.svg │ │ ├── hand-point-left.svg │ │ ├── hand-point-right.svg │ │ ├── hand-point-up.svg │ │ ├── hand-pointer.svg │ │ ├── hand-scissors.svg │ │ ├── hand-sparkles.svg │ │ ├── hand-spock.svg │ │ ├── hand.svg │ │ ├── handcuffs.svg │ │ ├── hands-asl-interpreting.svg │ │ ├── hands-bound.svg │ │ ├── hands-bubbles.svg │ │ ├── hands-clapping.svg │ │ ├── hands-holding-child.svg │ │ ├── hands-holding-circle.svg │ │ ├── hands-holding.svg │ │ ├── hands-praying.svg │ │ ├── hands.svg │ │ ├── handshake-angle.svg │ │ ├── handshake-simple-slash.svg │ │ ├── handshake-simple.svg │ │ ├── handshake-slash.svg │ │ ├── handshake.svg │ │ ├── hanukiah.svg │ │ ├── hard-drive.svg │ │ ├── hashtag.svg │ │ ├── hat-cowboy-side.svg │ │ ├── hat-cowboy.svg │ │ ├── hat-wizard.svg │ │ ├── head-side-cough-slash.svg │ │ ├── head-side-cough.svg │ │ ├── head-side-mask.svg │ │ ├── head-side-virus.svg │ │ ├── heading.svg │ │ ├── headphones-simple.svg │ │ ├── headphones.svg │ │ ├── headset.svg │ │ ├── heart-circle-bolt.svg │ │ ├── heart-circle-check.svg │ │ ├── heart-circle-exclamation.svg │ │ ├── heart-circle-minus.svg │ │ ├── heart-circle-plus.svg │ │ ├── heart-circle-xmark.svg │ │ ├── heart-crack.svg │ │ ├── heart-pulse.svg │ │ ├── heart.svg │ │ ├── helicopter-symbol.svg │ │ ├── helicopter.svg │ │ ├── helmet-safety.svg │ │ ├── helmet-un.svg │ │ ├── highlighter.svg │ │ ├── hill-avalanche.svg │ │ ├── hill-rockslide.svg │ │ ├── hippo.svg │ │ ├── hockey-puck.svg │ │ ├── holly-berry.svg │ │ ├── horse-head.svg │ │ ├── horse.svg │ │ ├── hospital-user.svg │ │ ├── hospital.svg │ │ ├── hot-tub-person.svg │ │ ├── hotdog.svg │ │ ├── hotel.svg │ │ ├── hourglass-end.svg │ │ ├── hourglass-half.svg │ │ ├── hourglass-start.svg │ │ ├── hourglass.svg │ │ ├── house-chimney-crack.svg │ │ ├── house-chimney-medical.svg │ │ ├── house-chimney-user.svg │ │ ├── house-chimney-window.svg │ │ ├── house-chimney.svg │ │ ├── house-circle-check.svg │ │ ├── house-circle-exclamation.svg │ │ ├── house-circle-xmark.svg │ │ ├── house-crack.svg │ │ ├── house-fire.svg │ │ ├── house-flag.svg │ │ ├── house-flood-water-circle-arrow-right.svg │ │ ├── house-flood-water.svg │ │ ├── house-laptop.svg │ │ ├── house-lock.svg │ │ ├── house-medical-circle-check.svg │ │ ├── house-medical-circle-exclamation.svg │ │ ├── house-medical-circle-xmark.svg │ │ ├── house-medical-flag.svg │ │ ├── house-medical.svg │ │ ├── house-signal.svg │ │ ├── house-tsunami.svg │ │ ├── house-user.svg │ │ ├── house.svg │ │ ├── hryvnia-sign.svg │ │ ├── hurricane.svg │ │ ├── i-cursor.svg │ │ ├── i.svg │ │ ├── ice-cream.svg │ │ ├── icicles.svg │ │ ├── icons.svg │ │ ├── id-badge.svg │ │ ├── id-card-clip.svg │ │ ├── id-card.svg │ │ ├── igloo.svg │ │ ├── image-portrait.svg │ │ ├── image.svg │ │ ├── images.svg │ │ ├── inbox.svg │ │ ├── indent.svg │ │ ├── indian-rupee-sign.svg │ │ ├── industry.svg │ │ ├── infinity.svg │ │ ├── info.svg │ │ ├── italic.svg │ │ ├── j.svg │ │ ├── jar-wheat.svg │ │ ├── jar.svg │ │ ├── jedi.svg │ │ ├── jet-fighter-up.svg │ │ ├── jet-fighter.svg │ │ ├── joint.svg │ │ ├── jug-detergent.svg │ │ ├── k.svg │ │ ├── kaaba.svg │ │ ├── key.svg │ │ ├── keyboard.svg │ │ ├── khanda.svg │ │ ├── kip-sign.svg │ │ ├── kit-medical.svg │ │ ├── kitchen-set.svg │ │ ├── kiwi-bird.svg │ │ ├── l.svg │ │ ├── land-mine-on.svg │ │ ├── landmark-dome.svg │ │ ├── landmark-flag.svg │ │ ├── landmark.svg │ │ ├── language.svg │ │ ├── laptop-code.svg │ │ ├── laptop-file.svg │ │ ├── laptop-medical.svg │ │ ├── laptop.svg │ │ ├── lari-sign.svg │ │ ├── layer-group.svg │ │ ├── leaf.svg │ │ ├── left-long.svg │ │ ├── left-right.svg │ │ ├── lemon.svg │ │ ├── less-than-equal.svg │ │ ├── less-than.svg │ │ ├── life-ring.svg │ │ ├── lightbulb.svg │ │ ├── lines-leaning.svg │ │ ├── link-slash.svg │ │ ├── link.svg │ │ ├── lira-sign.svg │ │ ├── list-check.svg │ │ ├── list-ol.svg │ │ ├── list-ul.svg │ │ ├── list.svg │ │ ├── litecoin-sign.svg │ │ ├── location-arrow.svg │ │ ├── location-crosshairs.svg │ │ ├── location-dot.svg │ │ ├── location-pin-lock.svg │ │ ├── location-pin.svg │ │ ├── lock-open.svg │ │ ├── lock.svg │ │ ├── locust.svg │ │ ├── lungs-virus.svg │ │ ├── lungs.svg │ │ ├── m.svg │ │ ├── magnet.svg │ │ ├── magnifying-glass-arrow-right.svg │ │ ├── magnifying-glass-chart.svg │ │ ├── magnifying-glass-dollar.svg │ │ ├── magnifying-glass-location.svg │ │ ├── magnifying-glass-minus.svg │ │ ├── magnifying-glass-plus.svg │ │ ├── magnifying-glass.svg │ │ ├── manat-sign.svg │ │ ├── map-location-dot.svg │ │ ├── map-location.svg │ │ ├── map-pin.svg │ │ ├── map.svg │ │ ├── marker.svg │ │ ├── mars-and-venus-burst.svg │ │ ├── mars-and-venus.svg │ │ ├── mars-double.svg │ │ ├── mars-stroke-right.svg │ │ ├── mars-stroke-up.svg │ │ ├── mars-stroke.svg │ │ ├── mars.svg │ │ ├── martini-glass-citrus.svg │ │ ├── martini-glass-empty.svg │ │ ├── martini-glass.svg │ │ ├── mask-face.svg │ │ ├── mask-ventilator.svg │ │ ├── mask.svg │ │ ├── masks-theater.svg │ │ ├── mattress-pillow.svg │ │ ├── maximize.svg │ │ ├── medal.svg │ │ ├── memory.svg │ │ ├── menorah.svg │ │ ├── mercury.svg │ │ ├── message.svg │ │ ├── meteor.svg │ │ ├── microchip.svg │ │ ├── microphone-lines-slash.svg │ │ ├── microphone-lines.svg │ │ ├── microphone-slash.svg │ │ ├── microphone.svg │ │ ├── microscope.svg │ │ ├── mill-sign.svg │ │ ├── minimize.svg │ │ ├── minus.svg │ │ ├── mitten.svg │ │ ├── mobile-button.svg │ │ ├── mobile-retro.svg │ │ ├── mobile-screen-button.svg │ │ ├── mobile-screen.svg │ │ ├── mobile.svg │ │ ├── money-bill-1-wave.svg │ │ ├── money-bill-1.svg │ │ ├── money-bill-transfer.svg │ │ ├── money-bill-trend-up.svg │ │ ├── money-bill-wave.svg │ │ ├── money-bill-wheat.svg │ │ ├── money-bill.svg │ │ ├── money-bills.svg │ │ ├── money-check-dollar.svg │ │ ├── money-check.svg │ │ ├── monument.svg │ │ ├── moon.svg │ │ ├── mortar-pestle.svg │ │ ├── mosque.svg │ │ ├── mosquito-net.svg │ │ ├── mosquito.svg │ │ ├── motorcycle.svg │ │ ├── mound.svg │ │ ├── mountain-city.svg │ │ ├── mountain-sun.svg │ │ ├── mountain.svg │ │ ├── mug-hot.svg │ │ ├── mug-saucer.svg │ │ ├── music.svg │ │ ├── n.svg │ │ ├── naira-sign.svg │ │ ├── network-wired.svg │ │ ├── neuter.svg │ │ ├── newspaper.svg │ │ ├── not-equal.svg │ │ ├── notdef.svg │ │ ├── note-sticky.svg │ │ ├── notes-medical.svg │ │ ├── o.svg │ │ ├── object-group.svg │ │ ├── object-ungroup.svg │ │ ├── oil-can.svg │ │ ├── oil-well.svg │ │ ├── om.svg │ │ ├── otter.svg │ │ ├── outdent.svg │ │ ├── p.svg │ │ ├── pager.svg │ │ ├── paint-roller.svg │ │ ├── paintbrush.svg │ │ ├── palette.svg │ │ ├── pallet.svg │ │ ├── panorama.svg │ │ ├── paper-plane.svg │ │ ├── paperclip.svg │ │ ├── parachute-box.svg │ │ ├── paragraph.svg │ │ ├── passport.svg │ │ ├── paste.svg │ │ ├── pause.svg │ │ ├── paw.svg │ │ ├── peace.svg │ │ ├── pen-clip.svg │ │ ├── pen-fancy.svg │ │ ├── pen-nib.svg │ │ ├── pen-ruler.svg │ │ ├── pen-to-square.svg │ │ ├── pen.svg │ │ ├── pencil.svg │ │ ├── people-arrows.svg │ │ ├── people-carry-box.svg │ │ ├── people-group.svg │ │ ├── people-line.svg │ │ ├── people-pulling.svg │ │ ├── people-robbery.svg │ │ ├── people-roof.svg │ │ ├── pepper-hot.svg │ │ ├── percent.svg │ │ ├── person-arrow-down-to-line.svg │ │ ├── person-arrow-up-from-line.svg │ │ ├── person-biking.svg │ │ ├── person-booth.svg │ │ ├── person-breastfeeding.svg │ │ ├── person-burst.svg │ │ ├── person-cane.svg │ │ ├── person-chalkboard.svg │ │ ├── person-circle-check.svg │ │ ├── person-circle-exclamation.svg │ │ ├── person-circle-minus.svg │ │ ├── person-circle-plus.svg │ │ ├── person-circle-question.svg │ │ ├── person-circle-xmark.svg │ │ ├── person-digging.svg │ │ ├── person-dots-from-line.svg │ │ ├── person-dress-burst.svg │ │ ├── person-dress.svg │ │ ├── person-drowning.svg │ │ ├── person-falling-burst.svg │ │ ├── person-falling.svg │ │ ├── person-half-dress.svg │ │ ├── person-harassing.svg │ │ ├── person-hiking.svg │ │ ├── person-military-pointing.svg │ │ ├── person-military-rifle.svg │ │ ├── person-military-to-person.svg │ │ ├── person-praying.svg │ │ ├── person-pregnant.svg │ │ ├── person-rays.svg │ │ ├── person-rifle.svg │ │ ├── person-running.svg │ │ ├── person-shelter.svg │ │ ├── person-skating.svg │ │ ├── person-skiing-nordic.svg │ │ ├── person-skiing.svg │ │ ├── person-snowboarding.svg │ │ ├── person-swimming.svg │ │ ├── person-through-window.svg │ │ ├── person-walking-arrow-loop-left.svg │ │ ├── person-walking-arrow-right.svg │ │ ├── person-walking-dashed-line-arrow-right.svg │ │ ├── person-walking-luggage.svg │ │ ├── person-walking-with-cane.svg │ │ ├── person-walking.svg │ │ ├── person.svg │ │ ├── peseta-sign.svg │ │ ├── peso-sign.svg │ │ ├── phone-flip.svg │ │ ├── phone-slash.svg │ │ ├── phone-volume.svg │ │ ├── phone.svg │ │ ├── photo-film.svg │ │ ├── piggy-bank.svg │ │ ├── pills.svg │ │ ├── pizza-slice.svg │ │ ├── place-of-worship.svg │ │ ├── plane-arrival.svg │ │ ├── plane-circle-check.svg │ │ ├── plane-circle-exclamation.svg │ │ ├── plane-circle-xmark.svg │ │ ├── plane-departure.svg │ │ ├── plane-lock.svg │ │ ├── plane-slash.svg │ │ ├── plane-up.svg │ │ ├── plane.svg │ │ ├── plant-wilt.svg │ │ ├── plate-wheat.svg │ │ ├── play.svg │ │ ├── plug-circle-bolt.svg │ │ ├── plug-circle-check.svg │ │ ├── plug-circle-exclamation.svg │ │ ├── plug-circle-minus.svg │ │ ├── plug-circle-plus.svg │ │ ├── plug-circle-xmark.svg │ │ ├── plug.svg │ │ ├── plus-minus.svg │ │ ├── plus.svg │ │ ├── podcast.svg │ │ ├── poo-storm.svg │ │ ├── poo.svg │ │ ├── poop.svg │ │ ├── power-off.svg │ │ ├── prescription-bottle-medical.svg │ │ ├── prescription-bottle.svg │ │ ├── prescription.svg │ │ ├── print.svg │ │ ├── pump-medical.svg │ │ ├── pump-soap.svg │ │ ├── puzzle-piece.svg │ │ ├── q.svg │ │ ├── qrcode.svg │ │ ├── question.svg │ │ ├── quote-left.svg │ │ ├── quote-right.svg │ │ ├── r.svg │ │ ├── radiation.svg │ │ ├── radio.svg │ │ ├── rainbow.svg │ │ ├── ranking-star.svg │ │ ├── receipt.svg │ │ ├── record-vinyl.svg │ │ ├── rectangle-ad.svg │ │ ├── rectangle-list.svg │ │ ├── rectangle-xmark.svg │ │ ├── recycle.svg │ │ ├── registered.svg │ │ ├── repeat.svg │ │ ├── reply-all.svg │ │ ├── reply.svg │ │ ├── republican.svg │ │ ├── restroom.svg │ │ ├── retweet.svg │ │ ├── ribbon.svg │ │ ├── right-from-bracket.svg │ │ ├── right-left.svg │ │ ├── right-long.svg │ │ ├── right-to-bracket.svg │ │ ├── ring.svg │ │ ├── road-barrier.svg │ │ ├── road-bridge.svg │ │ ├── road-circle-check.svg │ │ ├── road-circle-exclamation.svg │ │ ├── road-circle-xmark.svg │ │ ├── road-lock.svg │ │ ├── road-spikes.svg │ │ ├── road.svg │ │ ├── robot.svg │ │ ├── rocket.svg │ │ ├── rotate-left.svg │ │ ├── rotate-right.svg │ │ ├── rotate.svg │ │ ├── route.svg │ │ ├── rss.svg │ │ ├── ruble-sign.svg │ │ ├── rug.svg │ │ ├── ruler-combined.svg │ │ ├── ruler-horizontal.svg │ │ ├── ruler-vertical.svg │ │ ├── ruler.svg │ │ ├── rupee-sign.svg │ │ ├── rupiah-sign.svg │ │ ├── s.svg │ │ ├── sack-dollar.svg │ │ ├── sack-xmark.svg │ │ ├── sailboat.svg │ │ ├── satellite-dish.svg │ │ ├── satellite.svg │ │ ├── scale-balanced.svg │ │ ├── scale-unbalanced-flip.svg │ │ ├── scale-unbalanced.svg │ │ ├── school-circle-check.svg │ │ ├── school-circle-exclamation.svg │ │ ├── school-circle-xmark.svg │ │ ├── school-flag.svg │ │ ├── school-lock.svg │ │ ├── school.svg │ │ ├── scissors.svg │ │ ├── screwdriver-wrench.svg │ │ ├── screwdriver.svg │ │ ├── scroll-torah.svg │ │ ├── scroll.svg │ │ ├── sd-card.svg │ │ ├── section.svg │ │ ├── seedling.svg │ │ ├── server.svg │ │ ├── shapes.svg │ │ ├── share-from-square.svg │ │ ├── share-nodes.svg │ │ ├── share.svg │ │ ├── sheet-plastic.svg │ │ ├── shekel-sign.svg │ │ ├── shield-cat.svg │ │ ├── shield-dog.svg │ │ ├── shield-halved.svg │ │ ├── shield-heart.svg │ │ ├── shield-virus.svg │ │ ├── shield.svg │ │ ├── ship.svg │ │ ├── shirt.svg │ │ ├── shoe-prints.svg │ │ ├── shop-lock.svg │ │ ├── shop-slash.svg │ │ ├── shop.svg │ │ ├── shower.svg │ │ ├── shrimp.svg │ │ ├── shuffle.svg │ │ ├── shuttle-space.svg │ │ ├── sign-hanging.svg │ │ ├── signal.svg │ │ ├── signature.svg │ │ ├── signs-post.svg │ │ ├── sim-card.svg │ │ ├── sink.svg │ │ ├── sitemap.svg │ │ ├── skull-crossbones.svg │ │ ├── skull.svg │ │ ├── slash.svg │ │ ├── sleigh.svg │ │ ├── sliders.svg │ │ ├── smog.svg │ │ ├── smoking.svg │ │ ├── snowflake.svg │ │ ├── snowman.svg │ │ ├── snowplow.svg │ │ ├── soap.svg │ │ ├── socks.svg │ │ ├── solar-panel.svg │ │ ├── sort-down.svg │ │ ├── sort-up.svg │ │ ├── sort.svg │ │ ├── spa.svg │ │ ├── spaghetti-monster-flying.svg │ │ ├── spell-check.svg │ │ ├── spider.svg │ │ ├── spinner.svg │ │ ├── splotch.svg │ │ ├── spoon.svg │ │ ├── spray-can-sparkles.svg │ │ ├── spray-can.svg │ │ ├── square-arrow-up-right.svg │ │ ├── square-caret-down.svg │ │ ├── square-caret-left.svg │ │ ├── square-caret-right.svg │ │ ├── square-caret-up.svg │ │ ├── square-check.svg │ │ ├── square-envelope.svg │ │ ├── square-full.svg │ │ ├── square-h.svg │ │ ├── square-minus.svg │ │ ├── square-nfi.svg │ │ ├── square-parking.svg │ │ ├── square-pen.svg │ │ ├── square-person-confined.svg │ │ ├── square-phone-flip.svg │ │ ├── square-phone.svg │ │ ├── square-plus.svg │ │ ├── square-poll-horizontal.svg │ │ ├── square-poll-vertical.svg │ │ ├── square-root-variable.svg │ │ ├── square-rss.svg │ │ ├── square-share-nodes.svg │ │ ├── square-up-right.svg │ │ ├── square-virus.svg │ │ ├── square-xmark.svg │ │ ├── square.svg │ │ ├── staff-snake.svg │ │ ├── stairs.svg │ │ ├── stamp.svg │ │ ├── stapler.svg │ │ ├── star-and-crescent.svg │ │ ├── star-half-stroke.svg │ │ ├── star-half.svg │ │ ├── star-of-david.svg │ │ ├── star-of-life.svg │ │ ├── star.svg │ │ ├── sterling-sign.svg │ │ ├── stethoscope.svg │ │ ├── stop.svg │ │ ├── stopwatch-20.svg │ │ ├── stopwatch.svg │ │ ├── store-slash.svg │ │ ├── store.svg │ │ ├── street-view.svg │ │ ├── strikethrough.svg │ │ ├── stroopwafel.svg │ │ ├── subscript.svg │ │ ├── suitcase-medical.svg │ │ ├── suitcase-rolling.svg │ │ ├── suitcase.svg │ │ ├── sun-plant-wilt.svg │ │ ├── sun.svg │ │ ├── superscript.svg │ │ ├── swatchbook.svg │ │ ├── synagogue.svg │ │ ├── syringe.svg │ │ ├── t.svg │ │ ├── table-cells-large.svg │ │ ├── table-cells.svg │ │ ├── table-columns.svg │ │ ├── table-list.svg │ │ ├── table-tennis-paddle-ball.svg │ │ ├── table.svg │ │ ├── tablet-button.svg │ │ ├── tablet-screen-button.svg │ │ ├── tablet.svg │ │ ├── tablets.svg │ │ ├── tachograph-digital.svg │ │ ├── tag.svg │ │ ├── tags.svg │ │ ├── tape.svg │ │ ├── tarp-droplet.svg │ │ ├── tarp.svg │ │ ├── taxi.svg │ │ ├── teeth-open.svg │ │ ├── teeth.svg │ │ ├── temperature-arrow-down.svg │ │ ├── temperature-arrow-up.svg │ │ ├── temperature-empty.svg │ │ ├── temperature-full.svg │ │ ├── temperature-half.svg │ │ ├── temperature-high.svg │ │ ├── temperature-low.svg │ │ ├── temperature-quarter.svg │ │ ├── temperature-three-quarters.svg │ │ ├── tenge-sign.svg │ │ ├── tent-arrow-down-to-line.svg │ │ ├── tent-arrow-left-right.svg │ │ ├── tent-arrow-turn-left.svg │ │ ├── tent-arrows-down.svg │ │ ├── tent.svg │ │ ├── tents.svg │ │ ├── terminal.svg │ │ ├── text-height.svg │ │ ├── text-slash.svg │ │ ├── text-width.svg │ │ ├── thermometer.svg │ │ ├── thumbs-down.svg │ │ ├── thumbs-up.svg │ │ ├── thumbtack.svg │ │ ├── ticket-simple.svg │ │ ├── ticket.svg │ │ ├── timeline.svg │ │ ├── toggle-off.svg │ │ ├── toggle-on.svg │ │ ├── toilet-paper-slash.svg │ │ ├── toilet-paper.svg │ │ ├── toilet-portable.svg │ │ ├── toilet.svg │ │ ├── toilets-portable.svg │ │ ├── toolbox.svg │ │ ├── tooth.svg │ │ ├── torii-gate.svg │ │ ├── tornado.svg │ │ ├── tower-broadcast.svg │ │ ├── tower-cell.svg │ │ ├── tower-observation.svg │ │ ├── tractor.svg │ │ ├── trademark.svg │ │ ├── traffic-light.svg │ │ ├── trailer.svg │ │ ├── train-subway.svg │ │ ├── train-tram.svg │ │ ├── train.svg │ │ ├── transgender.svg │ │ ├── trash-arrow-up.svg │ │ ├── trash-can-arrow-up.svg │ │ ├── trash-can.svg │ │ ├── trash.svg │ │ ├── tree-city.svg │ │ ├── tree.svg │ │ ├── triangle-exclamation.svg │ │ ├── trophy.svg │ │ ├── trowel-bricks.svg │ │ ├── trowel.svg │ │ ├── truck-arrow-right.svg │ │ ├── truck-droplet.svg │ │ ├── truck-fast.svg │ │ ├── truck-field-un.svg │ │ ├── truck-field.svg │ │ ├── truck-front.svg │ │ ├── truck-medical.svg │ │ ├── truck-monster.svg │ │ ├── truck-moving.svg │ │ ├── truck-pickup.svg │ │ ├── truck-plane.svg │ │ ├── truck-ramp-box.svg │ │ ├── truck.svg │ │ ├── tty.svg │ │ ├── turkish-lira-sign.svg │ │ ├── turn-down.svg │ │ ├── turn-up.svg │ │ ├── tv.svg │ │ ├── u.svg │ │ ├── umbrella-beach.svg │ │ ├── umbrella.svg │ │ ├── underline.svg │ │ ├── universal-access.svg │ │ ├── unlock-keyhole.svg │ │ ├── unlock.svg │ │ ├── up-down-left-right.svg │ │ ├── up-down.svg │ │ ├── up-long.svg │ │ ├── up-right-and-down-left-from-center.svg │ │ ├── up-right-from-square.svg │ │ ├── upload.svg │ │ ├── user-astronaut.svg │ │ ├── user-check.svg │ │ ├── user-clock.svg │ │ ├── user-doctor.svg │ │ ├── user-gear.svg │ │ ├── user-graduate.svg │ │ ├── user-group.svg │ │ ├── user-injured.svg │ │ ├── user-large-slash.svg │ │ ├── user-large.svg │ │ ├── user-lock.svg │ │ ├── user-minus.svg │ │ ├── user-ninja.svg │ │ ├── user-nurse.svg │ │ ├── user-pen.svg │ │ ├── user-plus.svg │ │ ├── user-secret.svg │ │ ├── user-shield.svg │ │ ├── user-slash.svg │ │ ├── user-tag.svg │ │ ├── user-tie.svg │ │ ├── user-xmark.svg │ │ ├── user.svg │ │ ├── users-between-lines.svg │ │ ├── users-gear.svg │ │ ├── users-line.svg │ │ ├── users-rays.svg │ │ ├── users-rectangle.svg │ │ ├── users-slash.svg │ │ ├── users-viewfinder.svg │ │ ├── users.svg │ │ ├── utensils.svg │ │ ├── v.svg │ │ ├── van-shuttle.svg │ │ ├── vault.svg │ │ ├── vector-square.svg │ │ ├── venus-double.svg │ │ ├── venus-mars.svg │ │ ├── venus.svg │ │ ├── vest-patches.svg │ │ ├── vest.svg │ │ ├── vial-circle-check.svg │ │ ├── vial-virus.svg │ │ ├── vial.svg │ │ ├── vials.svg │ │ ├── video-slash.svg │ │ ├── video.svg │ │ ├── vihara.svg │ │ ├── virus-covid-slash.svg │ │ ├── virus-covid.svg │ │ ├── virus-slash.svg │ │ ├── virus.svg │ │ ├── viruses.svg │ │ ├── voicemail.svg │ │ ├── volcano.svg │ │ ├── volleyball.svg │ │ ├── volume-high.svg │ │ ├── volume-low.svg │ │ ├── volume-off.svg │ │ ├── volume-xmark.svg │ │ ├── vr-cardboard.svg │ │ ├── w.svg │ │ ├── walkie-talkie.svg │ │ ├── wallet.svg │ │ ├── wand-magic-sparkles.svg │ │ ├── wand-magic.svg │ │ ├── wand-sparkles.svg │ │ ├── warehouse.svg │ │ ├── water-ladder.svg │ │ ├── water.svg │ │ ├── wave-square.svg │ │ ├── weight-hanging.svg │ │ ├── weight-scale.svg │ │ ├── wheat-awn-circle-exclamation.svg │ │ ├── wheat-awn.svg │ │ ├── wheelchair-move.svg │ │ ├── wheelchair.svg │ │ ├── whiskey-glass.svg │ │ ├── wifi.svg │ │ ├── wind.svg │ │ ├── window-maximize.svg │ │ ├── window-minimize.svg │ │ ├── window-restore.svg │ │ ├── wine-bottle.svg │ │ ├── wine-glass-empty.svg │ │ ├── wine-glass.svg │ │ ├── won-sign.svg │ │ ├── worm.svg │ │ ├── wrench.svg │ │ ├── x-ray.svg │ │ ├── x.svg │ │ ├── xmark.svg │ │ ├── xmarks-lines.svg │ │ ├── y.svg │ │ ├── yen-sign.svg │ │ ├── yin-yang.svg │ │ └── z.svg └── icons │ ├── Bloomee_Logo_back.png │ ├── Bloomee_Logo_back_3.png │ ├── Bloomee_Logo_back_4.png │ ├── Bloomee_Logo_back_5.png │ ├── Bloomee_Logo_back_yel.png │ ├── bloomee_new_logo_c.png │ ├── bloomee_new_logo_gradient_bg.png │ ├── bloomee_new_logo_transparent_c - Copy.png │ ├── bloomee_new_logo_transparent_c.png │ ├── lazy_loading.png │ ├── new_bloomee_logo_mono.png │ └── new_bloomee_logo_zoomedout.png ├── fastlane └── metadata │ └── android │ └── en-US │ ├── changelogs │ └── 148.txt │ ├── full_description.txt │ ├── images │ ├── featureGraphic.png │ ├── icon.png │ └── phoneScreenshots │ │ ├── 01.jpg │ │ ├── 02.jpg │ │ ├── 03.jpg │ │ ├── 04.jpg │ │ └── 05.jpg │ └── short_description.txt ├── ios ├── .gitignore ├── Flutter │ ├── AppFrameworkInfo.plist │ ├── Debug.xcconfig │ └── Release.xcconfig ├── Runner.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata │ │ │ ├── IDEWorkspaceChecks.plist │ │ │ └── WorkspaceSettings.xcsettings │ └── xcshareddata │ │ └── xcschemes │ │ └── Runner.xcscheme ├── Runner.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ │ ├── IDEWorkspaceChecks.plist │ │ └── WorkspaceSettings.xcsettings ├── Runner │ ├── AppDelegate.swift │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ ├── Contents.json │ │ │ ├── Icon-App-1024x1024@1x.png │ │ │ ├── Icon-App-20x20@1x.png │ │ │ ├── Icon-App-20x20@2x.png │ │ │ ├── Icon-App-20x20@3x.png │ │ │ ├── Icon-App-29x29@1x.png │ │ │ ├── Icon-App-29x29@2x.png │ │ │ ├── Icon-App-29x29@3x.png │ │ │ ├── Icon-App-40x40@1x.png │ │ │ ├── Icon-App-40x40@2x.png │ │ │ ├── Icon-App-40x40@3x.png │ │ │ ├── Icon-App-50x50@1x.png │ │ │ ├── Icon-App-50x50@2x.png │ │ │ ├── Icon-App-57x57@1x.png │ │ │ ├── Icon-App-57x57@2x.png │ │ │ ├── Icon-App-60x60@2x.png │ │ │ ├── Icon-App-60x60@3x.png │ │ │ ├── Icon-App-72x72@1x.png │ │ │ ├── Icon-App-72x72@2x.png │ │ │ ├── Icon-App-76x76@1x.png │ │ │ ├── Icon-App-76x76@2x.png │ │ │ └── Icon-App-83.5x83.5@2x.png │ │ └── LaunchImage.imageset │ │ │ ├── Contents.json │ │ │ ├── LaunchImage.png │ │ │ ├── LaunchImage@2x.png │ │ │ ├── LaunchImage@3x.png │ │ │ └── README.md │ ├── Base.lproj │ │ ├── LaunchScreen.storyboard │ │ └── Main.storyboard │ ├── Info.plist │ └── Runner-Bridging-Header.h └── RunnerTests │ └── RunnerTests.swift ├── lib ├── blocs │ ├── add_to_playlist │ │ └── cubit │ │ │ ├── add_to_playlist_cubit.dart │ │ │ └── add_to_playlist_state.dart │ ├── album_view │ │ ├── album_cubit.dart │ │ └── album_state.dart │ ├── artist_view │ │ ├── artist_cubit.dart │ │ └── artist_state.dart │ ├── downloader │ │ └── cubit │ │ │ ├── downloader_cubit.dart │ │ │ └── downloader_state.dart │ ├── explore │ │ └── cubit │ │ │ ├── explore_cubits.dart │ │ │ └── explore_states.dart │ ├── history │ │ └── cubit │ │ │ ├── history_cubit.dart │ │ │ └── history_state.dart │ ├── internet_connectivity │ │ └── cubit │ │ │ ├── connectivity_cubit.dart │ │ │ └── connectivity_state.dart │ ├── lastdotfm │ │ ├── lastdotfm_cubit.dart │ │ └── lastdotfm_state.dart │ ├── library │ │ └── cubit │ │ │ ├── library_items_cubit.dart │ │ │ └── library_items_state.dart │ ├── lyrics │ │ ├── lyrics_cubit.dart │ │ └── lyrics_state.dart │ ├── mediaPlayer │ │ ├── bloomee_player_cubit.dart │ │ └── bloomee_player_state.dart │ ├── mini_player │ │ ├── mini_player_bloc.dart │ │ ├── mini_player_event.dart │ │ └── mini_player_state.dart │ ├── notification │ │ ├── notification_cubit.dart │ │ └── notification_state.dart │ ├── offline │ │ ├── offline_cubit.dart │ │ └── offline_state.dart │ ├── playlist_view │ │ ├── online_playlist_cubit.dart │ │ └── online_playlist_state.dart │ ├── search │ │ └── fetch_search_results.dart │ ├── search_suggestions │ │ ├── search_suggestion_bloc.dart │ │ ├── search_suggestion_event.dart │ │ └── search_suggestion_state.dart │ ├── settings_cubit │ │ └── cubit │ │ │ ├── settings_cubit.dart │ │ │ └── settings_state.dart │ └── timer │ │ ├── timer_bloc.dart │ │ ├── timer_event.dart │ │ └── timer_state.dart ├── main.dart ├── model │ ├── MediaPlaylistModel.dart │ ├── album_onl_model.dart │ ├── artist_onl_model.dart │ ├── chart_model.dart │ ├── lyrics_models.dart │ ├── playlist_onl_model.dart │ ├── saavnModel.dart │ ├── songModel.dart │ ├── source_engines.dart │ ├── type.dart │ ├── youtube_vid_model.dart │ └── yt_music_model.dart ├── plugins │ └── ext_charts │ │ ├── billboard_charts.dart │ │ ├── chart_defines.dart │ │ ├── last_dot_fm_charts.dart │ │ ├── melon_charts.dart │ │ └── spotify_top50_chart.dart ├── repository │ ├── LastFM │ │ └── lastfmapi.dart │ ├── Lyrics │ │ ├── lrcnet_api.dart │ │ └── lyrics.dart │ ├── MixedAPI │ │ └── mixed_api.dart │ ├── Saavn │ │ ├── format.dart │ │ └── saavn_api.dart │ ├── Spotify │ │ └── spotify_api.dart │ └── Youtube │ │ ├── youtube_api.dart │ │ ├── yt_charts_home.dart │ │ ├── yt_music_api.dart │ │ ├── yt_music_home.dart │ │ ├── yt_streams.dart │ │ ├── ytm │ │ ├── helpers.dart │ │ ├── mixins │ │ │ ├── browsing.dart │ │ │ ├── library.dart │ │ │ ├── search.dart │ │ │ └── utils.dart │ │ ├── yt_service_provider.dart │ │ └── ytmusic.dart │ │ ├── ytmusic │ │ ├── nav.dart │ │ └── playlist.dart │ │ └── ytmusic_format.dart ├── routes_and_consts │ ├── global_conts.dart │ ├── global_str_consts.dart │ └── routes.dart ├── screens │ ├── screen │ │ ├── chart │ │ │ ├── carousal_widget.dart │ │ │ ├── chart_view.dart │ │ │ ├── chart_widget.dart │ │ │ └── show_charts.dart │ │ ├── common_views │ │ │ ├── add_to_playlist_screen.dart │ │ │ ├── album_view.dart │ │ │ ├── artist_view.dart │ │ │ ├── playlist_view.dart │ │ │ └── song_info_screen.dart │ │ ├── explore_screen.dart │ │ ├── home_views │ │ │ ├── notification_view.dart │ │ │ ├── notification_views │ │ │ │ └── notification_tile.dart │ │ │ ├── recents_view.dart │ │ │ ├── setting_view.dart │ │ │ ├── setting_views │ │ │ │ ├── about.dart │ │ │ │ ├── appui_setting.dart │ │ │ │ ├── check_update_view.dart │ │ │ │ ├── country_setting.dart │ │ │ │ ├── download_setting.dart │ │ │ │ ├── lastfm_setting.dart │ │ │ │ ├── player_setting.dart │ │ │ │ ├── storage_setting.dart │ │ │ │ └── updates_setting.dart │ │ │ ├── timer_view.dart │ │ │ └── youtube_views │ │ │ │ ├── playlist.dart │ │ │ │ └── yt_song_tile.dart │ │ ├── library_screen.dart │ │ ├── library_views │ │ │ ├── cubit │ │ │ │ ├── current_playlist_cubit.dart │ │ │ │ ├── current_playlist_state.dart │ │ │ │ └── import_playlist_cubit.dart │ │ │ ├── import_media_view.dart │ │ │ ├── more_opts_sheet.dart │ │ │ ├── playlist_edit_view.dart │ │ │ ├── playlist_info_dialog.dart │ │ │ └── playlist_screen.dart │ │ ├── offline_screen.dart │ │ ├── offline_views │ │ │ └── downloads_status.dart │ │ ├── player_screen.dart │ │ ├── player_views │ │ │ ├── lyrics_menu.dart │ │ │ ├── lyrics_search.dart │ │ │ └── lyrics_widget.dart │ │ ├── search_screen.dart │ │ ├── search_views │ │ │ └── search_page.dart │ │ └── test_screen.dart │ └── widgets │ │ ├── album_card.dart │ │ ├── artist_card.dart │ │ ├── carousel_card_widget.dart │ │ ├── chart_list_tile.dart │ │ ├── createPlaylist_bottomsheet.dart │ │ ├── global_footer.dart │ │ ├── gradient_alert_widget.dart │ │ ├── horizontal_card_view.dart │ │ ├── import_playlist.dart │ │ ├── libitem_tile.dart │ │ ├── like_widget.dart │ │ ├── mini_player_widget.dart │ │ ├── more_bottom_sheet.dart │ │ ├── paging_scroll.dart │ │ ├── playPause_widget.dart │ │ ├── playlist_card.dart │ │ ├── setting_tile.dart │ │ ├── sign_board_widget.dart │ │ ├── snackbar.dart │ │ ├── song_tile.dart │ │ ├── square_card.dart │ │ ├── tabList_widget.dart │ │ ├── toogle_btn.dart │ │ ├── up_next_panel.dart │ │ └── volume_slider.dart ├── services │ ├── audio_service_initializer.dart │ ├── bloomeePlayer.dart │ ├── bloomeeUpdaterTools.dart │ ├── db │ │ ├── GlobalDB.dart │ │ ├── GlobalDB.g.dart │ │ ├── bloomee_db_service.dart │ │ └── cubit │ │ │ ├── bloomee_db_cubit.dart │ │ │ └── bloomee_db_state.dart │ ├── discord_service.dart │ ├── import_export_service.dart │ ├── m3u_processor.dart │ ├── shortcuts_intents.dart │ └── ytbg_service.dart ├── theme_data │ └── default.dart └── utils │ ├── app_updater.dart │ ├── cache_audiosource.dart │ ├── country_info.dart │ ├── downloader.dart │ ├── extentions.dart │ ├── external_list_importer.dart │ ├── imgurl_formator.dart │ ├── load_Image.dart │ ├── pallete_generator.dart │ ├── ticker.dart │ ├── url_checker.dart │ ├── url_launcher.dart │ └── ytstream_source.dart ├── linux ├── .gitignore ├── CMakeLists.txt ├── flutter │ └── CMakeLists.txt ├── main.cc ├── my_application.cc └── my_application.h ├── macos ├── .gitignore ├── Flutter │ ├── Flutter-Debug.xcconfig │ └── Flutter-Release.xcconfig ├── Runner.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ └── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ └── xcshareddata │ │ └── xcschemes │ │ └── Runner.xcscheme ├── Runner.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ │ └── IDEWorkspaceChecks.plist ├── Runner │ ├── AppDelegate.swift │ ├── Assets.xcassets │ │ └── AppIcon.appiconset │ │ │ ├── Contents.json │ │ │ ├── app_icon_1024.png │ │ │ ├── app_icon_128.png │ │ │ ├── app_icon_16.png │ │ │ ├── app_icon_256.png │ │ │ ├── app_icon_32.png │ │ │ ├── app_icon_512.png │ │ │ └── app_icon_64.png │ ├── Base.lproj │ │ └── MainMenu.xib │ ├── Configs │ │ ├── AppInfo.xcconfig │ │ ├── Debug.xcconfig │ │ ├── Release.xcconfig │ │ └── Warnings.xcconfig │ ├── DebugProfile.entitlements │ ├── Info.plist │ ├── MainFlutterWindow.swift │ └── Release.entitlements └── RunnerTests │ └── RunnerTests.swift ├── pubspec.lock ├── pubspec.yaml ├── test ├── charts_test.dart └── widget_test.dart ├── web ├── favicon.png ├── icons │ ├── Icon-192.png │ ├── Icon-512.png │ ├── Icon-maskable-192.png │ └── Icon-maskable-512.png ├── index.html └── manifest.json └── windows ├── .gitignore ├── CMakeLists.txt ├── flutter └── CMakeLists.txt └── runner ├── CMakeLists.txt ├── Runner.rc ├── flutter_window.cpp ├── flutter_window.h ├── main.cpp ├── resource.h ├── resources └── app_icon.ico ├── runner.exe.manifest ├── utils.cpp ├── utils.h ├── win32_window.cpp └── win32_window.h /android/.gitignore: -------------------------------------------------------------------------------- 1 | gradle-wrapper.jar 2 | /.gradle 3 | /captures/ 4 | /gradlew 5 | /gradlew.bat 6 | /local.properties 7 | GeneratedPluginRegistrant.java 8 | 9 | # Remember to never publicly share your keystore. 10 | # See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app 11 | key.properties 12 | **/*.keystore 13 | **/*.jks 14 | -------------------------------------------------------------------------------- /android/app/proguard-rules.pro: -------------------------------------------------------------------------------- 1 | -keep class androidx.lifecycle.DefaultLifecycleObserver -------------------------------------------------------------------------------- /android/app/src/debug/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /android/app/src/main/ic_launcher-playstore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/android/app/src/main/ic_launcher-playstore.png -------------------------------------------------------------------------------- /android/app/src/main/kotlin/ls/bloomee/musicplayer/MainActivity.kt: -------------------------------------------------------------------------------- 1 | package ls.bloomee.musicplayer 2 | 3 | import io.flutter.embedding.android.FlutterActivity 4 | 5 | class MainActivity: FlutterActivity() { 6 | } 7 | -------------------------------------------------------------------------------- /android/app/src/main/res/drawable-hdpi/ic_launcher_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/android/app/src/main/res/drawable-hdpi/ic_launcher_background.png -------------------------------------------------------------------------------- /android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /android/app/src/main/res/drawable-mdpi/ic_launcher_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/android/app/src/main/res/drawable-mdpi/ic_launcher_background.png -------------------------------------------------------------------------------- /android/app/src/main/res/drawable-mdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/android/app/src/main/res/drawable-mdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /android/app/src/main/res/drawable-v21/launch_background.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 12 | 13 | -------------------------------------------------------------------------------- /android/app/src/main/res/drawable-xhdpi/ic_launcher_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/android/app/src/main/res/drawable-xhdpi/ic_launcher_background.png -------------------------------------------------------------------------------- /android/app/src/main/res/drawable-xhdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/android/app/src/main/res/drawable-xhdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /android/app/src/main/res/drawable-xxhdpi/ic_launcher_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/android/app/src/main/res/drawable-xxhdpi/ic_launcher_background.png -------------------------------------------------------------------------------- /android/app/src/main/res/drawable-xxhdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/android/app/src/main/res/drawable-xxhdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /android/app/src/main/res/drawable-xxxhdpi/ic_launcher_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/android/app/src/main/res/drawable-xxxhdpi/ic_launcher_background.png -------------------------------------------------------------------------------- /android/app/src/main/res/drawable-xxxhdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/android/app/src/main/res/drawable-xxxhdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /android/app/src/main/res/drawable/launch_background.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 12 | 13 | -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-anydpi-v26/launcher_icon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/android/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-hdpi/launcher_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/android/app/src/main/res/mipmap-hdpi/launcher_icon.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/android/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-mdpi/launcher_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/android/app/src/main/res/mipmap-mdpi/launcher_icon.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xhdpi/launcher_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/android/app/src/main/res/mipmap-xhdpi/launcher_icon.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxhdpi/launcher_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/android/app/src/main/res/mipmap-xxhdpi/launcher_icon.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxxhdpi/launcher_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/android/app/src/main/res/mipmap-xxxhdpi/launcher_icon.png -------------------------------------------------------------------------------- /android/app/src/main/res/xml/network_cfg.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | ws.audioscrobbler.com 5 | 6 | 7 | -------------------------------------------------------------------------------- /android/app/src/profile/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /android/gradle.properties: -------------------------------------------------------------------------------- 1 | # org.gradle.jvmargs=-Xmx1536M 2 | org.gradle.jvmargs=-Xmx3g 3 | android.useAndroidX=true 4 | android.enableJetifier=true 5 | -------------------------------------------------------------------------------- /android/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | distributionBase=GRADLE_USER_HOME 2 | distributionPath=wrapper/dists 3 | distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip 4 | networkTimeout=10000 5 | validateDistributionUrl=true 6 | zipStoreBase=GRADLE_USER_HOME 7 | zipStorePath=wrapper/dists 8 | -------------------------------------------------------------------------------- /assets/docs/banner2BloomeScrnShot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/docs/banner2BloomeScrnShot.png -------------------------------------------------------------------------------- /assets/docs/bloomeetunes_new_banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/docs/bloomeetunes_new_banner.png -------------------------------------------------------------------------------- /assets/docs/desktop_scrn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/docs/desktop_scrn.png -------------------------------------------------------------------------------- /assets/docs/desktop_scrn2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/docs/desktop_scrn2.png -------------------------------------------------------------------------------- /assets/docs/lyricsscrn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/docs/lyricsscrn.png -------------------------------------------------------------------------------- /assets/fonts/CodePro/Code Pro Black LC.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/CodePro/Code Pro Black LC.otf -------------------------------------------------------------------------------- /assets/fonts/CodePro/Code Pro Black.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/CodePro/Code Pro Black.otf -------------------------------------------------------------------------------- /assets/fonts/CodePro/Code Pro Bold LC.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/CodePro/Code Pro Bold LC.otf -------------------------------------------------------------------------------- /assets/fonts/CodePro/Code Pro Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/CodePro/Code Pro Bold.otf -------------------------------------------------------------------------------- /assets/fonts/CodePro/Code Pro Demo.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/CodePro/Code Pro Demo.otf -------------------------------------------------------------------------------- /assets/fonts/CodePro/Code Pro LC.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/CodePro/Code Pro LC.otf -------------------------------------------------------------------------------- /assets/fonts/CodePro/Code Pro Light Demo.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/CodePro/Code Pro Light Demo.otf -------------------------------------------------------------------------------- /assets/fonts/CodePro/Code Pro Light LC.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/CodePro/Code Pro Light LC.otf -------------------------------------------------------------------------------- /assets/fonts/CodePro/Code Pro Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/CodePro/Code Pro Light.otf -------------------------------------------------------------------------------- /assets/fonts/CodePro/Code Pro.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/CodePro/Code Pro.otf -------------------------------------------------------------------------------- /assets/fonts/Fjalla/FjallaOne-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/Fjalla/FjallaOne-Regular.ttf -------------------------------------------------------------------------------- /assets/fonts/Gilroy/Gilroy-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/Gilroy/Gilroy-Bold.ttf -------------------------------------------------------------------------------- /assets/fonts/Gilroy/Gilroy-ExtraBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/Gilroy/Gilroy-ExtraBold.otf -------------------------------------------------------------------------------- /assets/fonts/Gilroy/Gilroy-Heavy.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/Gilroy/Gilroy-Heavy.ttf -------------------------------------------------------------------------------- /assets/fonts/Gilroy/Gilroy-Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/Gilroy/Gilroy-Light.otf -------------------------------------------------------------------------------- /assets/fonts/Gilroy/Gilroy-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/Gilroy/Gilroy-Light.ttf -------------------------------------------------------------------------------- /assets/fonts/Gilroy/Gilroy-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/Gilroy/Gilroy-Medium.ttf -------------------------------------------------------------------------------- /assets/fonts/Gilroy/Gilroy-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/Gilroy/Gilroy-Regular.ttf -------------------------------------------------------------------------------- /assets/fonts/Noto/NotoSans-VariableFont_wdth,wght.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/Noto/NotoSans-VariableFont_wdth,wght.ttf -------------------------------------------------------------------------------- /assets/fonts/ReThinkSans/RethinkSans-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/ReThinkSans/RethinkSans-Bold.otf -------------------------------------------------------------------------------- /assets/fonts/ReThinkSans/RethinkSans-BoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/ReThinkSans/RethinkSans-BoldItalic.otf -------------------------------------------------------------------------------- /assets/fonts/ReThinkSans/RethinkSans-ExtraBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/ReThinkSans/RethinkSans-ExtraBold.otf -------------------------------------------------------------------------------- /assets/fonts/ReThinkSans/RethinkSans-ExtraBoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/ReThinkSans/RethinkSans-ExtraBoldItalic.otf -------------------------------------------------------------------------------- /assets/fonts/ReThinkSans/RethinkSans-Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/ReThinkSans/RethinkSans-Italic.otf -------------------------------------------------------------------------------- /assets/fonts/ReThinkSans/RethinkSans-Medium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/ReThinkSans/RethinkSans-Medium.otf -------------------------------------------------------------------------------- /assets/fonts/ReThinkSans/RethinkSans-MediumItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/ReThinkSans/RethinkSans-MediumItalic.otf -------------------------------------------------------------------------------- /assets/fonts/ReThinkSans/RethinkSans-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/ReThinkSans/RethinkSans-Regular.otf -------------------------------------------------------------------------------- /assets/fonts/ReThinkSans/RethinkSans-SemiBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/ReThinkSans/RethinkSans-SemiBold.otf -------------------------------------------------------------------------------- /assets/fonts/ReThinkSans/RethinkSans-SemiBoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/ReThinkSans/RethinkSans-SemiBoldItalic.otf -------------------------------------------------------------------------------- /assets/fonts/SegoeFluentIcons/Segoe Fluent Icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/SegoeFluentIcons/Segoe Fluent Icons.ttf -------------------------------------------------------------------------------- /assets/fonts/Unageo/Unageo-Black-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/Unageo/Unageo-Black-Italic.ttf -------------------------------------------------------------------------------- /assets/fonts/Unageo/Unageo-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/Unageo/Unageo-Black.ttf -------------------------------------------------------------------------------- /assets/fonts/Unageo/Unageo-Bold-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/Unageo/Unageo-Bold-Italic.ttf -------------------------------------------------------------------------------- /assets/fonts/Unageo/Unageo-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/Unageo/Unageo-Bold.ttf -------------------------------------------------------------------------------- /assets/fonts/Unageo/Unageo-Extrabold-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/Unageo/Unageo-Extrabold-Italic.ttf -------------------------------------------------------------------------------- /assets/fonts/Unageo/Unageo-Extrabold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/Unageo/Unageo-Extrabold.ttf -------------------------------------------------------------------------------- /assets/fonts/Unageo/Unageo-Light-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/Unageo/Unageo-Light-Italic.ttf -------------------------------------------------------------------------------- /assets/fonts/Unageo/Unageo-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/Unageo/Unageo-Light.ttf -------------------------------------------------------------------------------- /assets/fonts/Unageo/Unageo-Medium-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/Unageo/Unageo-Medium-Italic.ttf -------------------------------------------------------------------------------- /assets/fonts/Unageo/Unageo-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/Unageo/Unageo-Medium.ttf -------------------------------------------------------------------------------- /assets/fonts/Unageo/Unageo-Regular-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/Unageo/Unageo-Regular-Italic.ttf -------------------------------------------------------------------------------- /assets/fonts/Unageo/Unageo-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/Unageo/Unageo-Regular.ttf -------------------------------------------------------------------------------- /assets/fonts/Unageo/Unageo-Semibold-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/Unageo/Unageo-Semibold-Italic.ttf -------------------------------------------------------------------------------- /assets/fonts/Unageo/Unageo-Semibold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/Unageo/Unageo-Semibold.ttf -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/otfs/Font Awesome 6 Brands-Regular-400.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/fontawesome-free-6.4.0-desktop/otfs/Font Awesome 6 Brands-Regular-400.otf -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/otfs/Font Awesome 6 Free-Regular-400.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/fontawesome-free-6.4.0-desktop/otfs/Font Awesome 6 Free-Regular-400.otf -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/otfs/Font Awesome 6 Free-Solid-900.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/fonts/fontawesome-free-6.4.0-desktop/otfs/Font Awesome 6 Free-Solid-900.otf -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/adn.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/angular.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/artstation.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/autoprefixer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/bandcamp.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/bitbucket.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/black-tie.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/buysellads.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/cloudsmith.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/css3-alt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/css3.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/dashcube.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/deviantart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/dochub.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/dropbox.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/dyalog.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/elementor.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/ethereum.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/facebook-f.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/firstdraft.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/flipboard.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/gitter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/google-drive.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/google-play.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/google.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/hacker-news.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/houzz.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/html5.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/instalod.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/jira.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/kaggle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/magento.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/maxcdn.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/microsoft.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/mix.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/modx.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/monero.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/npm.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/patreon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/servicestack.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/space-awesome.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/stack-exchange.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/stack-overflow.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/strava.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/think-peaks.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/tiktok.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/twitch.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/uikit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/unsplash.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/viacoin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/vuejs.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/windows.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/wirsindhandwerk.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/y-combinator.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/yahoo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/yandex-international.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/brands/yandex.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/regular/bookmark.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/regular/circle-dot.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/regular/circle-stop.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/regular/circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/regular/clock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/regular/face-meh-blank.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/regular/face-surprise.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/regular/square-full.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/regular/square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/regular/window-minimize.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/0.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/4.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/7.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/9.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/a.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/angle-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/angle-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/angle-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/angle-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/archway.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/arrow-down-long.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/arrow-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/arrow-left-long.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/arrow-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/arrow-right-long.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/arrow-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/arrow-up-long.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/arrow-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/backward-step.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/ban.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/bed.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/bolt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/bookmark.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/border-all.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/bowling-ball.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/box.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/bread-slice.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/bullseye.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/c.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/calendar.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/camera.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/caret-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/caret-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/caret-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/caret-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/chalkboard.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/check.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/cheese.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/chevron-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/chevron-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/chevron-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/chevron-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/circle-check.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/circle-chevron-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/circle-chevron-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/circle-chevron-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/circle-chevron-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/circle-dot.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/circle-exclamation.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/circle-h.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/circle-half-stroke.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/circle-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/circle-pause.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/circle-play.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/circle-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/circle-stop.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/circle-user.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/clock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/clone.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/code-commit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/computer-mouse.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/cross.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/d.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/desktop.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/diamond.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/dice-one.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/dice-three.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/dice-two.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/display.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/divide.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/door-closed.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/down-long.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/e.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/ellipsis-vertical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/ellipsis.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/equals.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/exclamation.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/f.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/face-meh-blank.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/face-meh.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/face-surprise.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/file.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/filter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/folder-closed.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/folder.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/forward-step.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/gauge-simple-high.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/gauge-simple.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/genderless.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/greater-than.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/grip-lines-vertical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/grip-lines.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/h.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/hockey-puck.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/i.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/industry.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/info.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/italic.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/j.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/k.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/l.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/laptop.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/left-long.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/less-than.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/location-arrow.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/location-dot.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/location-pin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/lock-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/lock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/magnet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/magnifying-glass.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/map.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/mattress-pillow.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/message.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/mobile-button.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/mobile-screen-button.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/mobile-screen.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/mobile.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/mound.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/n.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/neuter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/notdef.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/note-sticky.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/o.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/p.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/pallet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/paragraph.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/pause.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/percent.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/play.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/record-vinyl.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/right-long.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/seedling.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/shield.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/slash.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/sort-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/sort-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/spoon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/square-full.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/square-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/star-half.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/stop.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/t.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/table-cells-large.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/table-columns.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/table-list.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/table.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/tablet-button.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/tablet-screen-button.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/tablet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/tag.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/tape.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/tarp.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/tenge-sign.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/tent.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/toggle-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/toggle-on.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/traffic-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/tv.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/u.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/up-long.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/user-large.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/user.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/v.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/volume-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/wallet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/wand-magic.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/whiskey-glass.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/window-maximize.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/window-minimize.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/y.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/yin-yang.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/fonts/fontawesome-free-6.4.0-desktop/svgs/solid/z.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/icons/Bloomee_Logo_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/icons/Bloomee_Logo_back.png -------------------------------------------------------------------------------- /assets/icons/Bloomee_Logo_back_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/icons/Bloomee_Logo_back_3.png -------------------------------------------------------------------------------- /assets/icons/Bloomee_Logo_back_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/icons/Bloomee_Logo_back_4.png -------------------------------------------------------------------------------- /assets/icons/Bloomee_Logo_back_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/icons/Bloomee_Logo_back_5.png -------------------------------------------------------------------------------- /assets/icons/Bloomee_Logo_back_yel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/icons/Bloomee_Logo_back_yel.png -------------------------------------------------------------------------------- /assets/icons/bloomee_new_logo_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/icons/bloomee_new_logo_c.png -------------------------------------------------------------------------------- /assets/icons/bloomee_new_logo_gradient_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/icons/bloomee_new_logo_gradient_bg.png -------------------------------------------------------------------------------- /assets/icons/bloomee_new_logo_transparent_c - Copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/icons/bloomee_new_logo_transparent_c - Copy.png -------------------------------------------------------------------------------- /assets/icons/bloomee_new_logo_transparent_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/icons/bloomee_new_logo_transparent_c.png -------------------------------------------------------------------------------- /assets/icons/lazy_loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/icons/lazy_loading.png -------------------------------------------------------------------------------- /assets/icons/new_bloomee_logo_mono.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/icons/new_bloomee_logo_mono.png -------------------------------------------------------------------------------- /assets/icons/new_bloomee_logo_zoomedout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/assets/icons/new_bloomee_logo_zoomedout.png -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/changelogs/148.txt: -------------------------------------------------------------------------------- 1 |

😍Last.FM Picks widget, LikeBtn bug, Last.FM Username based sync, etc.


2 | 1. LikeBtn bug fixes. 40d7ffa 3 | 2. Authenticate refix for Lastfm. 5acec6a 4 | 3. Last.fm Picks widget for Home Screen. (Need to authenticate first with your account.) f1bbe72 5 | 4. Updater enhancement. d64cbb6 -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/images/featureGraphic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/fastlane/metadata/android/en-US/images/featureGraphic.png -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/fastlane/metadata/android/en-US/images/icon.png -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/images/phoneScreenshots/01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/fastlane/metadata/android/en-US/images/phoneScreenshots/01.jpg -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/images/phoneScreenshots/02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/fastlane/metadata/android/en-US/images/phoneScreenshots/02.jpg -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/images/phoneScreenshots/03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/fastlane/metadata/android/en-US/images/phoneScreenshots/03.jpg -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/images/phoneScreenshots/04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/fastlane/metadata/android/en-US/images/phoneScreenshots/04.jpg -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/images/phoneScreenshots/05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/fastlane/metadata/android/en-US/images/phoneScreenshots/05.jpg -------------------------------------------------------------------------------- /fastlane/metadata/android/en-US/short_description.txt: -------------------------------------------------------------------------------- 1 | Experience music without limits. -------------------------------------------------------------------------------- /ios/Flutter/Debug.xcconfig: -------------------------------------------------------------------------------- 1 | #include "Generated.xcconfig" 2 | -------------------------------------------------------------------------------- /ios/Flutter/Release.xcconfig: -------------------------------------------------------------------------------- 1 | #include "Generated.xcconfig" 2 | -------------------------------------------------------------------------------- /ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | PreviewsEnabled 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /ios/Runner.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | PreviewsEnabled 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /ios/Runner/AppDelegate.swift: -------------------------------------------------------------------------------- 1 | import UIKit 2 | import Flutter 3 | 4 | @UIApplicationMain 5 | @objc class AppDelegate: FlutterAppDelegate { 6 | override func application( 7 | _ application: UIApplication, 8 | didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? 9 | ) -> Bool { 10 | GeneratedPluginRegistrant.register(with: self) 11 | return super.application(application, didFinishLaunchingWithOptions: launchOptions) 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-50x50@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-50x50@1x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-50x50@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-50x50@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-57x57@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-57x57@1x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-57x57@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-57x57@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-72x72@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-72x72@1x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-72x72@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-72x72@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "LaunchImage.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "LaunchImage@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "LaunchImage@3x.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md: -------------------------------------------------------------------------------- 1 | # Launch Screen Assets 2 | 3 | You can customize the launch screen with your own desired assets by replacing the image files in this directory. 4 | 5 | You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspace`, selecting `Runner/Assets.xcassets` in the Project Navigator and dropping in the desired images. -------------------------------------------------------------------------------- /ios/Runner/Runner-Bridging-Header.h: -------------------------------------------------------------------------------- 1 | #import "GeneratedPluginRegistrant.h" 2 | -------------------------------------------------------------------------------- /ios/RunnerTests/RunnerTests.swift: -------------------------------------------------------------------------------- 1 | import Flutter 2 | import UIKit 3 | import XCTest 4 | 5 | class RunnerTests: XCTestCase { 6 | 7 | func testExample() { 8 | // If you add code to the Runner application, consider adding tests here. 9 | // See https://developer.apple.com/documentation/xctest for more information about using XCTest. 10 | } 11 | 12 | } 13 | -------------------------------------------------------------------------------- /lib/blocs/downloader/cubit/downloader_state.dart: -------------------------------------------------------------------------------- 1 | part of 'downloader_cubit.dart'; 2 | 3 | sealed class DownloaderState extends Equatable { 4 | const DownloaderState(); 5 | 6 | @override 7 | List get props => []; 8 | } 9 | 10 | final class DownloaderInitial extends DownloaderState {} 11 | -------------------------------------------------------------------------------- /lib/blocs/history/cubit/history_state.dart: -------------------------------------------------------------------------------- 1 | part of 'history_cubit.dart'; 2 | 3 | class HistoryState { 4 | MediaPlaylist mediaPlaylist; 5 | HistoryState({ 6 | required this.mediaPlaylist, 7 | }); 8 | 9 | HistoryState copyWith({ 10 | MediaPlaylist? mediaPlaylist, 11 | }) { 12 | return HistoryState( 13 | mediaPlaylist: mediaPlaylist ?? this.mediaPlaylist, 14 | ); 15 | } 16 | } 17 | 18 | class HistoryInitial extends HistoryState { 19 | HistoryInitial() 20 | : super(mediaPlaylist: MediaPlaylist(playlistName: "", mediaItems: [])); 21 | } 22 | -------------------------------------------------------------------------------- /lib/blocs/internet_connectivity/cubit/connectivity_state.dart: -------------------------------------------------------------------------------- 1 | part of 'connectivity_cubit.dart'; 2 | 3 | enum ConnectivityState { connected, disconnected } 4 | -------------------------------------------------------------------------------- /lib/blocs/notification/notification_state.dart: -------------------------------------------------------------------------------- 1 | // ignore_for_file: public_member_api_docs, sort_constructors_first 2 | part of 'notification_cubit.dart'; 3 | 4 | class NotificationState extends Equatable { 5 | final List notifications; 6 | const NotificationState({ 7 | required this.notifications, 8 | }); 9 | 10 | @override 11 | List get props => [notifications]; 12 | } 13 | 14 | final class NotificationInitial extends NotificationState { 15 | NotificationInitial() : super(notifications: []); 16 | } 17 | -------------------------------------------------------------------------------- /lib/model/type.dart: -------------------------------------------------------------------------------- 1 | enum Color { red, yellow, blue } 2 | -------------------------------------------------------------------------------- /lib/repository/Youtube/ytmusic/playlist.dart: -------------------------------------------------------------------------------- 1 | String playlistIdTrimmer(String playlistId) { 2 | if (playlistId.startsWith('VL')) { 3 | return playlistId.substring(2); 4 | } else { 5 | return playlistId; 6 | } 7 | } 8 | 9 | String playlistIdExtender(String playlistId) { 10 | if (playlistId.startsWith('VL')) { 11 | return playlistId; 12 | } else { 13 | return 'VL$playlistId'; 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /lib/routes_and_consts/global_conts.dart: -------------------------------------------------------------------------------- 1 | import 'package:Bloomee/model/songModel.dart'; 2 | 3 | MediaItemModel mediaItemModelNull = MediaItemModel(id: "Null", title: "Null"); 4 | -------------------------------------------------------------------------------- /lib/services/db/cubit/bloomee_db_state.dart: -------------------------------------------------------------------------------- 1 | part of 'bloomee_db_cubit.dart'; 2 | 3 | @immutable 4 | sealed class MediadbState {} 5 | 6 | final class MediadbInitial extends MediadbState {} 7 | -------------------------------------------------------------------------------- /lib/utils/ticker.dart: -------------------------------------------------------------------------------- 1 | class Ticker { 2 | const Ticker(); 3 | Stream tick({required int ticks}) { 4 | return Stream.periodic(const Duration(seconds: 1), (x) => ticks - x - 1) 5 | .take(ticks); 6 | } 7 | 8 | Stream tickHMS( 9 | {required int hours, 10 | required int minutes, 11 | required int seconds, 12 | required Function(int) onTick}) { 13 | final totalSeconds = (hours * 3600) + (minutes * 60) + seconds; 14 | return tick(ticks: totalSeconds); 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /lib/utils/url_launcher.dart: -------------------------------------------------------------------------------- 1 | import 'dart:developer'; 2 | 3 | import 'package:url_launcher/url_launcher.dart'; 4 | 5 | Future launch_Url(_url) async { 6 | if (!await launchUrl(_url, mode: LaunchMode.externalApplication)) { 7 | log('Could not launch $_url', name: "launch_Url"); 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /linux/.gitignore: -------------------------------------------------------------------------------- 1 | flutter/ephemeral 2 | -------------------------------------------------------------------------------- /linux/main.cc: -------------------------------------------------------------------------------- 1 | #include "my_application.h" 2 | 3 | int main(int argc, char** argv) { 4 | g_autoptr(MyApplication) app = my_application_new(); 5 | return g_application_run(G_APPLICATION(app), argc, argv); 6 | } 7 | -------------------------------------------------------------------------------- /linux/my_application.h: -------------------------------------------------------------------------------- 1 | #ifndef FLUTTER_MY_APPLICATION_H_ 2 | #define FLUTTER_MY_APPLICATION_H_ 3 | 4 | #include 5 | 6 | G_DECLARE_FINAL_TYPE(MyApplication, my_application, MY, APPLICATION, 7 | GtkApplication) 8 | 9 | /** 10 | * my_application_new: 11 | * 12 | * Creates a new Flutter-based application. 13 | * 14 | * Returns: a new #MyApplication. 15 | */ 16 | MyApplication* my_application_new(); 17 | 18 | #endif // FLUTTER_MY_APPLICATION_H_ 19 | -------------------------------------------------------------------------------- /macos/.gitignore: -------------------------------------------------------------------------------- 1 | # Flutter-related 2 | **/Flutter/ephemeral/ 3 | **/Pods/ 4 | 5 | # Xcode-related 6 | **/dgph 7 | **/xcuserdata/ 8 | -------------------------------------------------------------------------------- /macos/Flutter/Flutter-Debug.xcconfig: -------------------------------------------------------------------------------- 1 | #include "ephemeral/Flutter-Generated.xcconfig" 2 | -------------------------------------------------------------------------------- /macos/Flutter/Flutter-Release.xcconfig: -------------------------------------------------------------------------------- 1 | #include "ephemeral/Flutter-Generated.xcconfig" 2 | -------------------------------------------------------------------------------- /macos/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /macos/Runner.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /macos/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /macos/Runner/AppDelegate.swift: -------------------------------------------------------------------------------- 1 | import Cocoa 2 | import FlutterMacOS 3 | 4 | @NSApplicationMain 5 | class AppDelegate: FlutterAppDelegate { 6 | override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool { 7 | return true 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png -------------------------------------------------------------------------------- /macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png -------------------------------------------------------------------------------- /macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png -------------------------------------------------------------------------------- /macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png -------------------------------------------------------------------------------- /macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png -------------------------------------------------------------------------------- /macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png -------------------------------------------------------------------------------- /macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png -------------------------------------------------------------------------------- /macos/Runner/Configs/Debug.xcconfig: -------------------------------------------------------------------------------- 1 | #include "../../Flutter/Flutter-Debug.xcconfig" 2 | #include "Warnings.xcconfig" 3 | -------------------------------------------------------------------------------- /macos/Runner/Configs/Release.xcconfig: -------------------------------------------------------------------------------- 1 | #include "../../Flutter/Flutter-Release.xcconfig" 2 | #include "Warnings.xcconfig" 3 | -------------------------------------------------------------------------------- /macos/Runner/DebugProfile.entitlements: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | com.apple.security.app-sandbox 6 | 7 | com.apple.security.cs.allow-jit 8 | 9 | com.apple.security.network.server 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /macos/Runner/MainFlutterWindow.swift: -------------------------------------------------------------------------------- 1 | import Cocoa 2 | import FlutterMacOS 3 | 4 | class MainFlutterWindow: NSWindow { 5 | override func awakeFromNib() { 6 | let flutterViewController = FlutterViewController() 7 | let windowFrame = self.frame 8 | self.contentViewController = flutterViewController 9 | self.setFrame(windowFrame, display: true) 10 | 11 | RegisterGeneratedPlugins(registry: flutterViewController) 12 | 13 | super.awakeFromNib() 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /macos/Runner/Release.entitlements: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | com.apple.security.app-sandbox 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /macos/RunnerTests/RunnerTests.swift: -------------------------------------------------------------------------------- 1 | import FlutterMacOS 2 | import Cocoa 3 | import XCTest 4 | 5 | class RunnerTests: XCTestCase { 6 | 7 | func testExample() { 8 | // If you add code to the Runner application, consider adding tests here. 9 | // See https://developer.apple.com/documentation/xctest for more information about using XCTest. 10 | } 11 | 12 | } 13 | -------------------------------------------------------------------------------- /web/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/web/favicon.png -------------------------------------------------------------------------------- /web/icons/Icon-192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/web/icons/Icon-192.png -------------------------------------------------------------------------------- /web/icons/Icon-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/web/icons/Icon-512.png -------------------------------------------------------------------------------- /web/icons/Icon-maskable-192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/web/icons/Icon-maskable-192.png -------------------------------------------------------------------------------- /web/icons/Icon-maskable-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/web/icons/Icon-maskable-512.png -------------------------------------------------------------------------------- /windows/.gitignore: -------------------------------------------------------------------------------- 1 | flutter/ephemeral/ 2 | 3 | # Visual Studio user-specific files. 4 | *.suo 5 | *.user 6 | *.userosscache 7 | *.sln.docstates 8 | 9 | # Visual Studio build-related files. 10 | x64/ 11 | x86/ 12 | 13 | # Visual Studio cache files 14 | # files ending in .cache can be ignored 15 | *.[Cc]ache 16 | # but keep track of directories ending in .cache 17 | !*.[Cc]ache/ 18 | -------------------------------------------------------------------------------- /windows/runner/resource.h: -------------------------------------------------------------------------------- 1 | //{{NO_DEPENDENCIES}} 2 | // Microsoft Visual C++ generated include file. 3 | // Used by Runner.rc 4 | // 5 | #define IDI_APP_ICON 101 6 | 7 | // Next default values for new objects 8 | // 9 | #ifdef APSTUDIO_INVOKED 10 | #ifndef APSTUDIO_READONLY_SYMBOLS 11 | #define _APS_NEXT_RESOURCE_VALUE 102 12 | #define _APS_NEXT_COMMAND_VALUE 40001 13 | #define _APS_NEXT_CONTROL_VALUE 1001 14 | #define _APS_NEXT_SYMED_VALUE 101 15 | #endif 16 | #endif 17 | -------------------------------------------------------------------------------- /windows/runner/resources/app_icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HemantKArya/BloomeeTunes/25e73191fe2f63db57f23d9abd45fca4d136ebae/windows/runner/resources/app_icon.ico --------------------------------------------------------------------------------