my_widgets 0.4.2 copy "my_widgets: ^0.4.2" to clipboard
my_widgets: ^0.4.2 copied to clipboard

my_widgets help you a lot to speedup your application development speed. to use this package you can use all the common widgets with single touch customization. The best examples are Text and TextFields.

Features #

Users can change colors for every app .

Getting started #

Users can change colors for every app.

Usage #

user can set color bow according to his color requirement. if you use before main will be preferable.

for more detail please check example

pSetSettings();
runMain();

if you want to use Shared Preferences in you app please add Pref.getPref() just before pSetSettings

await Pref.getPref();
pSetSettings();
runMain();

if you want to localize date in you app please add Dates.initializeDateFormat() just before pSetSettings

await Dates.initializeDateFormat();
pSetSettings();
runMain();

Additional information #

in case of any issue please contact us at [email protected]

if you use pUrlLaunch you have to set android and iOS keys #

in android side please add below queries in AndroidManifest.xml

<queries>
    <!-- If your app checks for SMS support -->
<intent>
<action android:name="android.intent.action.VIEW" />
<data android:scheme="sms" />
</intent>
<!-- If your app checks for call support -->
<intent>
<action android:name="android.intent.action.VIEW" />
<data android:scheme="tel" />
</intent>
<intent>
<action android:name="android.intent.action.VIEW" />
<data android:scheme="http" />
</intent>
<intent>
<action android:name="android.intent.action.VIEW" />
<data android:scheme="https" />
</intent>
<intent>
<action android:name="android.intent.action.SEND" />
<data android:mimeType="*/*" />
</intent>
</queries>

for iOS side please add below queries in info.plist

<key>LSApplicationQueriesSchemes</key>
<array>
<string>sms</string>
<string>tel</string>
<string>http</string>
<string>https</string>
</array>

to uninstall package #

adb uninstall "com.domain.yourapp" #

8
likes
0
pub points
66%
popularity

Publisher

verified publisheresolutionsprovider.com

my_widgets help you a lot to speedup your application development speed. to use this package you can use all the common widgets with single touch customization. The best examples are Text and TextFields.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

cached_network_image, flutter, flutter_dialogs, fluttertoast, get, http, intl, mask_text_input_formatter, photo_view, shared_preferences, url_launcher

More

Packages that depend on my_widgets