You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generated path now includes the missing backslash "/" at the end.
Using backslash "/" as the path separater for all platforms. Earlier using the default path on windows platforms resulted in compilation errors. This update fixes that issue.
0.1.3-dev.2+5
Latest version string updated in version file.
0.1.3-dev.2+4
Improved handling of assets directory paths.
0.1.3-dev.1+4
Removed hardcoded forward slash while adding assets directory paths. Resolves an issue which resulted in the path being invalid on windows.
0.1.3-dev.0+4
Check added to check if fonts dir exists or not before traversing it for code generation.
0.1.2-dev.0+4
Assets code removed from pubspec.
0.1.2-dev.0+3
Bug fix in update logic.
0.1.1-dev.0+3
Support for update check added and some refactoring. Documentation updated.