kekland / equinox

Flutter UI library based on Eva Design System ✨

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Studio Import Issue

JAICHANGPARK opened this issue · comments

You can change the import as:

import 'package:equinox/equinox.dart' as eva;


eva.EqLayout(
      appBar: eva.EqAppBar(
        title: widget.title,
      ),

you can also check out this repo for detail example:

https://github.com/sarimk80/flutter_equinox

@sarimk80 Thanks to Help