We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Without this it is not possible to create a custom layout format
version 1.0.2
The text was updated successfully, but these errors were encountered:
Come on @jamesblasco it's just adding the format.dart import to top base layout.dart file. it should be this:
`library layout;
export 'src/value.dart'; export 'src/margin.dart'; export 'src/layout.dart'; export 'src/breakpoint.dart'; export 'src/gutter.dart'; export 'src/format.dart'; export 'src/formats/fluid_format.dart'; export 'src/formats/material_format.dart'; export 'src/formats/boostrap_format.dart'; export 'src/adaptive_builder.dart'; `
As the base format file defines another class.
Sorry, something went wrong.
Is the issue still on ?
No branches or pull requests
Without this it is not possible to create a custom layout format
version 1.0.2
The text was updated successfully, but these errors were encountered: