quickly 1.1.0 copy "quickly: ^1.1.0" to clipboard
quickly: ^1.1.0 copied to clipboard

outdated

Quickly is awesome flutter package for rapid development.

example/lib/main.dart

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

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

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        body: SafeArea(
          child: Text('Quickly'.toTitleCase).lg.blue500.bold.italic,
        ),
      ),
    );
  }
}
41
likes
0
pub points
75%
popularity

Publisher

verified publisherdreamlancer.in

Quickly is awesome flutter package for rapid development.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, get

More

Packages that depend on quickly