demo_package_10 0.0.2 demo_package_10: ^0.0.2 copied to clipboard
Its a testing demo package for my learning purpose only.
Demo Package #
Demo Project its just for learning purpose
Installation #
- Add the latest version of package to your pubspec.yaml (and run
dart pub get
):
dependencies:
demo_package: ^0.0.1
- Import the package and use it in your Flutter App.
import 'package:demo_package_10/demo_package_10.dart';
Example #
There are a number of properties that you can modify:
- text
|
Next Goals #
- ✅ Create a demo Project for all who is new in flutter and try to learn new thing in flutter.