app_fundamentals 0.0.15 copy "app_fundamentals: ^0.0.15" to clipboard
app_fundamentals: ^0.0.15 copied to clipboard

App Fundamentals for customized Flutter widgets to reuse shared widgets easily.

example/lib/main.dart

import 'package:flutter/material.dart';

Future main() async {
  return runApp(const MyApp());
}
class MyApp extends StatelessWidget {
  const MyApp({super.key});
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter rxdart_bloc example',
      home: Scaffold(
        body: Container(color: Colors.green,),
      ),
    );
  }
}
0
likes
160
pub points
44%
popularity

Publisher

verified publisherghoneem.com

App Fundamentals for customized Flutter widgets to reuse shared widgets easily.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

encrypt, flavorizer_config, flutter, responsive_screen_type, rxdart_bloc, webview_flutter

More

Packages that depend on app_fundamentals