flutter_waya 0.0.2 copy "flutter_waya: ^0.0.2" to clipboard
flutter_waya: ^0.0.2 copied to clipboard

outdated

The Flutter UI library contains multiple custom components.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:flutter_waya/flutter_waya.dart';

void main() =>
    runApp(OverlayMaterial(
      title: 'Waya Demo',
      home: Home(),
    ));

class Home extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return BaseScaffold(appBar: AppBar(title: Text('Waya Demo'), centerTitle: true), body: Column(children: <Widget>[],),);
  }
}
8
likes
0
pub points
76%
popularity

Publisher

unverified uploader

The Flutter UI library contains multiple custom components.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

cookie_jar, crypto, dio, flutter, flutter_localizations, provider, pull_to_refresh, shared_preferences, synchronized

More

Packages that depend on flutter_waya