crafted_ui 1.0.6 copy "crafted_ui: ^1.0.6" to clipboard
crafted_ui: ^1.0.6 copied to clipboard

Crafted_ui offers a set of UI components and resources that can be easily customized and adapted to suit your applications and design requirements.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:crafted_ui/crafted_ui.dart';
import 'home.dart';

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

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

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return CraftedThemeProvider(
      appColor: AppColor(),
      child: MaterialApp(
        title: 'My App',
        home: MyHomePage(),
      ),
    );
  }
}
3
likes
0
points
68
downloads

Publisher

verified publishercrafitystudio.com

Weekly Downloads

Crafted_ui offers a set of UI components and resources that can be easily customized and adapted to suit your applications and design requirements.

Homepage

License

unknown (license)

Dependencies

carousel_slider, datetime_picker_formfield_new, feather_icons, flutter, google_fonts, intl, video_player

More

Packages that depend on crafted_ui