basf_flutter_components 1.0.0+11 copy "basf_flutter_components: ^1.0.0+11" to clipboard
basf_flutter_components: ^1.0.0+11 copied to clipboard

outdated

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

example/lib/main.dart

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

import 'screens/overview.dart';

void main() {
  // BasfThemes.setAppPrimaryColor(Colors.green);
  // BasfThemes.setAppPrimaryInputColor(Colors.green);
  runApp(const ExampleApp());
}

class ExampleApp extends StatelessWidget {
  const ExampleApp({Key? key}) : super(key: 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
0
pub points
61%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on basf_flutter_components