liquid_ui 1.0.0+5 copy "liquid_ui: ^1.0.0+5" to clipboard
liquid_ui: ^1.0.0+5 copied to clipboard

discontinued
outdated

Liquid is an open source UI toolkit for developing cross platform apps using Flutter.

Liquid #

Build fast, responsive, cross platform apps with Liquid. #

Liquid is an open source UI toolkit for developing cross platform apps using Flutter. Quickly create a apps for Andorid, IOS, Web or Desktop with our powerful grid system, powerful text processor, extensive prebuilt components and a lot utilities.

Visit Liquid Expo and Documentation #

Made with Liquid #MadeWithLiquid

Salient Features #

  • Powerful grid system that support 12 column
  • Extensive array of UI Elements ( With more than 1000+ configuration )
  • A powerful Text Processor to use CSS like text styling in flutter
  • Powerful form features (support all html form features)
  • Responive Utilities to use with non liquid components
  • Stable and Optmized for Web
  • And More to explore 😁

Getting Started #

Step 1: Add liquid to pubspec.yaml


dependencies:
  flutter:
    sdk: flutter
    
  liquid_ui: <latest-version>

Step 2: Wrap Your MaterialApp widget with LiquidApp

import 'package:liquid_ui/liquid_ui.dart';

void main() {
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({
    Key key,
  })  : super(key: key);

  @override
  Widget build(BuildContext context) {
    return LiquidApp(
      materialApp: MaterialApp(...)
    );
  }
} 

Step 3: Visit Liquid Expo for demo and tutorials.

Note #

Liquid is compatible with MaterialApp for now. LiquidCupertinoApp will be available in next major update

Authors #

80
likes
0
pub points
65%
popularity

Publisher

verified publisherstackorient.com

Liquid is an open source UI toolkit for developing cross platform apps using Flutter.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, meta

More

Packages that depend on liquid_ui