Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
ed3071e
Update lineIcons naming
Ahmadre Dec 30, 2024
073288f
Add EvaIcons Empty Packs
Ahmadre Dec 30, 2024
37f4dcf
Add generated eva icons fonts (otf)
Ahmadre Dec 30, 2024
693913f
Add generated EvaIcons
Ahmadre Dec 30, 2024
1385f57
Add IconPacks
Ahmadre Dec 30, 2024
5d522c9
Add icon_font_generator
Ahmadre Dec 30, 2024
d68cc99
Add description for IconPacks
Ahmadre Dec 30, 2024
c81134a
Improve allowedHelp
Ahmadre Dec 30, 2024
eb23592
Remove unnecessary import
Ahmadre Dec 30, 2024
f2bcb33
Remove static for font family
Ahmadre Dec 30, 2024
d9213a2
Add const to empty packs
Ahmadre Dec 30, 2024
00ec098
rename generated packs
Ahmadre Dec 30, 2024
bcff405
prepare const packs
Ahmadre Dec 30, 2024
501b1dc
Migrate to data
Ahmadre Dec 30, 2024
a68bcca
Update dependencies
Ahmadre Dec 30, 2024
b773f04
Update IconPack enum
Ahmadre Dec 30, 2024
e1ebfef
Fix path while pinned to current Flutter SDK
Ahmadre Dec 30, 2024
6c56075
Refactor serializeIcon
Ahmadre Dec 30, 2024
113efff
Add byName helper
Ahmadre Dec 30, 2024
ffd69d7
Refactor deserializeIcon
Ahmadre Dec 30, 2024
4f876da
Update assets
Ahmadre Dec 31, 2024
a55ac32
Fix call recursive
Ahmadre Dec 31, 2024
cef5fd8
update web project in example folder to flutter 3.27.1
Ahmadre Dec 31, 2024
34fb1bb
Fix const
Ahmadre Dec 31, 2024
45cd9c4
Prepare example project
Ahmadre Dec 31, 2024
9c43609
Try-fix Eva-Icons display
Ahmadre Dec 31, 2024
59ff1cb
Rebase
Ahmadre Jan 5, 2025
79c0427
Fix colors
Ahmadre Jan 5, 2025
8d18bb9
remove import
Ahmadre Jan 5, 2025
a3a239e
remove import
Ahmadre Jan 5, 2025
8fe9737
refactor
Ahmadre Jan 5, 2025
334184b
import evaIcons
Ahmadre Jan 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions assets/empty_packs/EvaIcons.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import 'package:flutter_iconpicker/Models/icon_picker_icon.dart';

const Map<String, IconPickerIcon> evaIcons = {};
5,868 changes: 1,711 additions & 4,157 deletions assets/generated_packs/Cupertino.dart

Large diffs are not rendered by default.

Loading