ardi_boxing_images 0.0.1 copy "ardi_boxing_images: ^0.0.1" to clipboard
ardi_boxing_images: ^0.0.1 copied to clipboard

A new Flutter Febri package project.

example/lib/main.dart

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

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

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      debugShowCheckedModeBanner: false,
      home: HomePage(),
    );
  }
}
0
likes
150
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter Febri package project.

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

carousel_slider, flutter

More

Packages that depend on ardi_boxing_images