bs_flutter_utils 1.0.1 copy "bs_flutter_utils: ^1.0.1" to clipboard
bs_flutter_utils: ^1.0.1 copied to clipboard

outdated

Helpers class for bs_flutter package (BreakPoint, Visibility, Color, etc)

example/lib/main.dart

import 'package:flutter/material.dart';

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

class MyApp extends StatefulWidget {
  @override
  _MyAppState createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {

  @override
  void initState() {
    super.initState();
  }

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Utils'),
        ),
        body: Container(child: Text('Bs Flutter Utils'),),
      ),
    );
  }
}
1
likes
140
points
2.43k
downloads

Publisher

unverified uploader

Weekly Downloads

Helpers class for bs_flutter package (BreakPoint, Visibility, Color, etc)

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins

More

Packages that depend on bs_flutter_utils