Skip to content

Commit

Permalink
feat: Flutter version bump and fix vertical alignments
Browse files Browse the repository at this point in the history
  • Loading branch information
Kypsis committed Apr 1, 2024
1 parent 1417663 commit 2139f1a
Show file tree
Hide file tree
Showing 7 changed files with 1,093 additions and 1,019 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@ importer/.env
importer/node_modules
importer/npm-debug.log
importer/svgs
importer/fonts
importer/fonts

.fvm
.vscode
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: '>=3.0.0 <4.0.0'
sdk: '>=3.3.0 <4.0.0'

# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
Expand Down
3 changes: 1 addition & 2 deletions importer/.svgtofontrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
},
"svgicons2svgfont": {
"fontHeight": 1024,
"normalize": true,
"ascent": 980
"normalize": true
}
}
Binary file modified lib/fonts/MoonIcons.ttf
Binary file not shown.
2,082 changes: 1,068 additions & 1,014 deletions lib/src/icons.dart

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions lib/src/icons_map.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1706,6 +1706,12 @@ final iconsMap = <String, IconData>{
"shop_cart_24_regular": MoonIcons.shop_cart_24_regular,
"shop_cart_32_light": MoonIcons.shop_cart_32_light,
"shop_cart_32_regular": MoonIcons.shop_cart_32_regular,
"shop_cash_in_16_light": MoonIcons.shop_cash_in_16_light,
"shop_cash_in_24_light": MoonIcons.shop_cash_in_24_light,
"shop_cash_in_32_light": MoonIcons.shop_cash_in_32_light,
"shop_cash_out_16_light": MoonIcons.shop_cash_out_16_light,
"shop_cash_out_24_light": MoonIcons.shop_cash_out_24_light,
"shop_cash_out_32_light": MoonIcons.shop_cash_out_32_light,
"shop_cashback_16_light": MoonIcons.shop_cashback_16_light,
"shop_cashback_16_regular": MoonIcons.shop_cashback_16_regular,
"shop_cashback_24_light": MoonIcons.shop_cashback_24_light,
Expand Down Expand Up @@ -1742,6 +1748,12 @@ final iconsMap = <String, IconData>{
"shop_wallet_24_regular": MoonIcons.shop_wallet_24_regular,
"shop_wallet_32_light": MoonIcons.shop_wallet_32_light,
"shop_wallet_32_regular": MoonIcons.shop_wallet_32_regular,
"shop_wallet_alternative_16_light": MoonIcons.shop_wallet_alternative_16_light,
"shop_wallet_alternative_16_regular": MoonIcons.shop_wallet_alternative_16_regular,
"shop_wallet_alternative_24_light": MoonIcons.shop_wallet_alternative_24_light,
"shop_wallet_alternative_24_regular": MoonIcons.shop_wallet_alternative_24_regular,
"shop_wallet_alternative_32_light": MoonIcons.shop_wallet_alternative_32_light,
"shop_wallet_alternative_32_regular": MoonIcons.shop_wallet_alternative_32_regular,
"shop_wireless_pay_16_light": MoonIcons.shop_wireless_pay_16_light,
"shop_wireless_pay_16_regular": MoonIcons.shop_wireless_pay_16_regular,
"shop_wireless_pay_24_light": MoonIcons.shop_wireless_pay_24_light,
Expand Down Expand Up @@ -2630,6 +2642,12 @@ final iconsMap = <String, IconData>{
"travel_bus_24_regular": MoonIcons.travel_bus_24_regular,
"travel_bus_32_light": MoonIcons.travel_bus_32_light,
"travel_bus_32_regular": MoonIcons.travel_bus_32_regular,
"travel_cocktail_16_light": MoonIcons.travel_cocktail_16_light,
"travel_cocktail_16_regular": MoonIcons.travel_cocktail_16_regular,
"travel_cocktail_24_light": MoonIcons.travel_cocktail_24_light,
"travel_cocktail_24_regular": MoonIcons.travel_cocktail_24_regular,
"travel_cocktail_32_light": MoonIcons.travel_cocktail_32_light,
"travel_cocktail_32_regular": MoonIcons.travel_cocktail_32_regular,
"travel_desk_bell_16_light": MoonIcons.travel_desk_bell_16_light,
"travel_desk_bell_16_regular": MoonIcons.travel_desk_bell_16_regular,
"travel_desk_bell_24_light": MoonIcons.travel_desk_bell_24_light,
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://github.com/coingaming/moon_flutter_icons
repository: https://github.com/coingaming/moon_flutter_icons

environment:
sdk: '>=3.0.0 <4.0.0'
sdk: '>=3.3.0 <4.0.0'

dependencies:
flutter:
Expand Down

0 comments on commit 2139f1a

Please sign in to comment.