All-in-One Master Utility Package for App Development
APR 01, 2024

APR 01, 2024
Have you ever felt plunged into a time loop, having to rewrite the whole code for every new project you’re working on? The most annoying part about building a mobile app is resolving the heap of errors on your code, isn’t it? Not only does it waste most of your time, but also makes you seem less productive. Well, you are not the only person dealing with such hurdles. Such tough times call for smart measures and productivity tools that speed up your software projects.
At Webelight Solutions, we are committed to providing developers with better and more productive solutions. We are strongly dedicated to open-source flutter package contribution and building a community that lends support and guidance to rookie flutter developers, who have the drive to learn something new and take every problem as a challenge. That’s why, we are immensely overjoyed to introduce the Master Utility package, your all-in-one toolkit to efficiently solve all your complicated UI and animation tasks.
Developing the Master Utility Package wasn't a walk in the park. Months of labor work went into creating this masterpiece, addressing the very pain points we heard from countless Flutter developers and clients like you, and analyzing flaws in current Flutter packages. Existing solutions felt scattered, sketchy, and frankly, a chore to implement. We said "Enough is enough" and poured our hearts into building a customizable utility flutter development package that would accelerate the development and deployment phases of your project.
It takes care of the absence of a built-in "Done" button on iOS keyboards, which gives a consistent user experience on both Android and iOS gadgets. It provides a handy way to submit text and conceal the keyboard. This makes entering the text easier for a user. You have the option to hide the "Done" keyboard at your convenience, and the flexibility to enable "Previous" and "Next" buttons for smoother navigation between text fields.
Navigating between screens in your app can get chaotic. This helper simplifies the process by providing functions for pushing named routes, popping screens, and managing navigation arguments.
It provides consistent techniques for navigating between screens and a centralized group of functions to handle common navigation activities in your app that diminish redundant code and improve navigation logic. The descriptive function names make the code easier to understand and maintain. Based on its implementation, it can direct flutter developers to utilize consistent navigation patterns throughout the app.
You can simplify responsive design with the help of size helper. It provides a much simpler way to create layouts that can adapt to various types of screen sizes. It also introduces extensions for double values that give developers the liberty to specify dimensions, as percentages of screen width and height. By using percentage-based values, layout code becomes easier to understand.
You can also use these extensions to set dimensions and font sizes in their widgets, ensuring they scale proportionally to different screen sizes.
In contrast to other packages that offer fragmented functionalities for images, videos, and documents, the Image Picker helper consolidates them into a single solution. You will be able to access multiple capture and selection options (camera, gallery, video, document) through a unified API, reducing code intricacy and upkeep. By incorporating multi-media and customized pickers, you can customize the selection process as needed. It supports mobile app development on both Android and iOS, eradicating platform-specific implementation challenges. Combining the picker with other features in your package, such as resizing or compression, could provide a more extensive multimedia solution.
Formatting dates and times can be confusing and error-prone. This helper offers various functions to format dates, times, durations, and even relative time differences. You would be able to format dates and time in various ways, reducing the need for repetitive code. The date time helper offers the “DateTime” class with custom methods. This makes formatting way more easier for flutter developers.
The Auto size text helper will automatically balance the font size of your text that it contains to fit within its available area. Starting from the original size, "AutoSizeText" would cycle through smaller font sizes, with a specified increment, until it locates the smallest size that accommodates the entire text within the space provided. Once the appropriate font size is identified, the text is exhibited at that size.
Toast Helper is a method that is used to show a toast message on the screen. Use it when you need to show a message to the user, to let them know that an action has been completed successfully. The Toast Helper can guide you by providing a way to easily show messages to the users without having to create their custom toast widget. This can save time, and effort, and can also help to improve the consistency of the look and feel of toast messages across an app. Toast Helper is a simple and efficient way to show informative messages to users without cluttering up the app's UI.
showToast({required string message}):
showCustomToast({...}): It provides customization options.
The Email Dispose Helper would help you check whether an email address is disposable or not. Disposable email addresses are often used by spammers to create fake accounts. You can help prevent spam from being sent to your app by checking whether an email address is disposable or not. It helps prevent users from creating multiple accounts with disposable emails. Email Dispose Helper works by using an email dispose checker API. This API needs an email address as input and returns a response that denotes whether the email address is disposable or not.
Checking an Email:
Result Interpretation:
Tracking the flow of execution and identifying bugs in the code becomes easier to interpret with the log helper. By embedding clear logging statements, it presents the code as more self-documenting. It would let you control the kind of messages that are logged and their visibility. There are various methods that come along with it, for logging your information. These methods are useful for debugging the errors in your code and tracking the flow of your mobile application.
Using the dialog helper, you can show various kinds of dialog messages with ease and minimum lines of code. There are several other pre-built dialog options and customizable elements to suit your demands. The code becomes more concise and easier to interpret as we have used descriptive method names and hidden implementation details.
This feature allows you to show various types of dialogs with ease and minimal code. It provides several pre-built dialog options and customizable elements to suit your needs. It makes code more concise and easier to understand by using descriptive method names and hiding implementation details.
Pre-built dialogs:
Customization options:
The Cache network image helper is a widget that efficiently grabs and displays images from the internet. It caches downloaded images locally for faster subsequent loads and manages cache storage to optimize performance and memory usage. It can also handle loading states and errors. Cached images can be displayed even without an internet connection.
Validation helpers can be used for validating emails, passwords, phone numbers, credit card numbers, and more. It provides a method called “validate email” that can be used to validate whether a given string is a valid email address or not. It lets you create your own validation rules for specific needs and works efficiently with form fields and their "validator" properties.
API helper is used to make API calls. It can be used to make GET, POST, PUT, and DELETE requests. It performs automatic data parsing by converting response data to usable formats and reports API errors with clear messages. It allows developers to focus on business logic rather than low-level networking details. Having a custom tool like this would accelerate AB integration and testing.
This helper is used to dumb down and refine the use of shared preferences for storing and retrieving data and accelerates development tasks that involve local data storage. It acts as a mediator between your code and the primary shared preferences mechanism, typically provided by the operating system or framework. It provides a convenient wrapper around the underlying “shared_preferences” package. This makes the user interface more intuitive.
Here you have it! The Master Utility Package will become your go-to solution for handling tasks and taking your efficiency in Flutter development to the next level. We are confident that it will be your choice to create mobile apps and software projects among the various paid Flutter packages available on the web.
What's even better? It's an open-source package. We believe in pushing developers to be a better version of themselves at all skill levels, which is why we share our creations with the world. Unlike paid options, we encourage you to utilize this open-source package. If you come across any issues or have suggestions, we would love to hear from you! Feel free to report them on our GitHub repository. We are also here to learn, just as much as you are.
Share your expertise. Join a community shaping the future of Flutter development. Try out the Master Utility package and its functionalities. Visit our page to explore the documentation.
The Master Utility Package is an open-source toolkit designed to streamline Flutter app development by providing solutions for complex UI and animation tasks, thereby enhancing productivity and efficiency.