liquid_ui 1.0.0+6 copy "liquid_ui: ^1.0.0+6" to clipboard
liquid_ui: ^1.0.0+6 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 apps for Andorid, IOS, Web or Desktop with our powerful grid system, text processor, extensive prebuilt components and utilities.

Visit Liquid Expo and Documentation #

#MadeWithLiquid

Salient Features #

  • Powerful grid system that support upto 12 column
  • Extensive array of UI Elements ( With more than 1000+ configuration )
  • A powerful text processor to use CSS like text styling in flutter
  • Liquid Form (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