wolfizutils 0.0.3 copy "wolfizutils: ^0.0.3" to clipboard
wolfizutils: ^0.0.3 copied to clipboard

outdated

Wolfiz technologies Utility Package to Work Smarter.

pub package popularity likes pub points building style: effective dart Wolfiz Technologies WhatsApp Awesome Flutter Buy Me A Coffee

Languages:

English Urdu

About Get #

  • Wolfiz Utility package helps to resolve coding issues you may incur, Minimize repetition of typing small things. package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.

  • For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

  • WolfizUtils has 3 basic principles. This means that these are the priority for all resources in the library: PRODUCTIVITY, PERFORMANCE AND ORGANIZATION.

    • PERFORMANCE: WolfizUtils is focused on performance and minimum consumption of resources.

    • PRODUCTIVITY: WolfizUtils uses an easy and pleasant syntax.

    • ORGANIZATION: WolfizUtils can easily organizes your widgets and code.

It is possible to fully reuse your code made on the frontend on your backend with Get Server.

In addition, the entire development process can be completely automated, both on the server and on the front end with Get CLI.

In addition, to further increase your productivity, we have the More Packages and the Ads Management Setting

Installing #

Add Get to your pubspec.yaml file:

dependencies:
  wolfizutils:

Import get in files that it will be used:

import 'package:wolfizutils/wolfizutils.dart';

WolfizUtils Installation Guide #

Please follow the complete guide to use this package.

  • Step 1: Add "ScreenUtil Code" before your MaterialApp.
void main() => runApp(
ScreenUtilInit(
designSize: Size(360, 760),
builder: () => MaterialApp(home: Home()),),);
  • Note: Size(Width, Height) = Size(360, 760), Use size of device on which you want to design
  • Note 2: We prefer to use it with GetX and ScreenUtil Flutter Package. and its example is below.
void main() => runApp(
ScreenUtilInit(
designSize: Size(360, 760),
builder: () => GetMaterialApp(home: Home()),),
);
  • Step 2: Just to call Widget where ever you want to in project, but make sure to import ScreenUtil file if its not working.

Some Examples: #

Widgets: #

Some Basic and Simple Widgets Example

MyText: #

Now You don't need to type Text and its properties again and again just type. "MyText"

MyText(
text: 'Cam Translator',
fontSize: 22,
fontClr: Colors.black,
fontWeight: FontWeight.bold),

Breaking changes from 0.0.2 #

1- Widget types:

Before After
Text MyText
GradientButton LtR GradientButtonLTR
Gradient Button TtB GradientButtonTtB

Discussion #

Community channels #

GetX has a highly active and helpful community. If you have questions, or would like any assistance regarding the use of this framework, please join our community channels, your question will be answered more quickly, and it will be the most suitable place. This repository is exclusive for opening issues, and requesting resources, but feel free to be part of GetX Community.

| WhatsApp | GitHub | | | :-------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------ | | Get on WhatsApp | GitHub |

6
likes
0
pub points
27%
popularity

Publisher

unverified uploader

Wolfiz technologies Utility Package to Work Smarter.

License

unknown (LICENSE)

Dependencies

flutter, flutter_screenutil, flutter_svg

More

Packages that depend on wolfizutils