basf_flutter_components 2.2.12 copy "basf_flutter_components: ^2.2.12" to clipboard
basf_flutter_components: ^2.2.12 copied to clipboard

A collection of BASF Style components such as Buttons, Theming, etc...

example/lib/main.dart

// ignore_for_file: public_member_api_docs

import 'package:basf_flutter_components/basf_flutter_components.dart';
import 'package:basf_flutter_components_example/screens/overview.dart';
import 'package:flutter/material.dart';

void main() => runApp(const ExampleApp());

class ExampleApp extends StatelessWidget {
  const ExampleApp({super.key});

  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'BASF Components',
      theme: BasfThemes.lightMainTheme(),
      home: const OverviewScreen(),
    );
  }
}
11
likes
130
pub points
59%
popularity

Publisher

unverified uploader

A collection of BASF Style components such as Buttons, Theming, etc...

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, flutter_bloc, hydrated_bloc, path_provider

More

Packages that depend on basf_flutter_components