Skip to content
New issue

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

Please export format.dart in layout.dart #20

Open
aqwert opened this issue Oct 2, 2021 · 2 comments
Open

Please export format.dart in layout.dart #20

aqwert opened this issue Oct 2, 2021 · 2 comments

Comments

@aqwert
Copy link

aqwert commented Oct 2, 2021

Without this it is not possible to create a custom layout format

version 1.0.2

@fredgrott
Copy link

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.

@fidelmak
Copy link

Is the issue still on ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants