tezbor_a

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

tezbor a

This package is for testing
Features #
You can add a simple text to your app. In second version Class name changed
Getting started #
Just import and run the package
Usage #
import 'package:flutter/material.dart';
class Aha extends StatefulWidget {
const Aha({Key? key, this.name = 'a'});
final String name;
@override
State
class _AhaState extends State
import 'package:flutter/material.dart';
import 'package:tezbor_a/tezbor_a.dart';

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

class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Flutter Demo',
theme: ThemeData(
primarySwatch: Colors.blue,
),
home: const MyHomePage(title: 'Flutter Demo Home Page'),
);
}
}

class MyHomePage extends StatefulWidget {
const MyHomePage({super.key, required this.title});

final String title;

@override
State<MyHomePage> createState() => _MyHomePageState();
}

class _MyHomePageState extends State<MyHomePage> {
int _counter = 0;

@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: Text(widget.title),
),
body: const Center(
child: Full(
name: "Mening nomim hamidullo",
)),
);
}
}

copied to clipboard
Additional information #
Package owner is Hamidullo Mirzaikromov

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.