meadow 0.1.0 copy "meadow: ^0.1.0" to clipboard
meadow: ^0.1.0 copied to clipboard

outdated

Provides a selection of easy-to-use form field widgets to be used within a Flutter form

example/lib/main.dart

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

void main() => runApp(new MyApp());

class MyApp extends StatelessWidget {
  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return new MaterialApp(
      title: 'Flutter Demo',
      theme: new ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: ExampleMeadowFormPage(),
    );
  }
}
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Provides a selection of easy-to-use form field widgets to be used within a Flutter form

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, intl

More

Packages that depend on meadow