From 79ec4ef8607d171e6e4ce1119940ce570db698a7 Mon Sep 17 00:00:00 2001
From: Claude
+
+ Digital Product Development Experts for Startups & Enterprises
+
+ NonStop
+
+ ... existing content ... +
+ + +# my_new_package + + +[![Build Status]...] + + +Your package description here... + + +## Getting Started +... + + + +## Import the Package +... + + +## Usage + +[Your package-specific content - never touched] + + +## Contributing +... + + + +## š Connect with NonStop +... + + + +
+
+
+
+
Digital Product Development Experts for Startups & Enterprises
+ + + variables: [] + + badges: + content: | + [](https://github.com/nonstopio/flutter_forge/tree/main/{{repo_path}}) + [](https://opensource.org/licenses/MIT) + variables: [package_name, repo_path] + + getting-started: + content: | + ## Getting Started + + 1. Open your project's `pubspec.yaml` file. + 2. Add the `{{package_name}}` package to your dependencies, replacing `[version]` with the latest version: + ```yaml + dependencies: + flutter: + sdk: flutter + {{package_name}}: ^[version] + ``` + 3. Run `flutter pub get` to fetch the package. + variables: [package_name] + + import-package: + content: | + ## Import the Package + + ```dart + import 'package:{{package_name}}/{{import_path}}.dart'; + ``` + variables: [package_name, import_path] + + contributing: + content: | + ## Contributing + + We welcome contributions in various forms: + + - Proposing new features or enhancements. + - Reporting and fixing bugs. + - Engaging in discussions to help make decisions. + - Improving documentation, as it is essential. + - Sending Pull Requests is greatly appreciated! + + A big thank you to all our contributors! š + variables: [] + + connect: + content: | + ## š Connect with NonStop + + + variables: [] + + star-footer: + content: | +
## Custom Alignment and Disable User Interaction
-
+
```dart
...
@@ -290,6 +312,9 @@ class NetworkAwareWidgetScreen extends StatelessWidget {
whether you can reliably make a network connection. Always guard your app code
against timeouts and errors that might come from the network layer.
+---
+
+
## Contributing
We welcome contributions in various forms:
@@ -301,6 +326,7 @@ We welcome contributions in various forms:
- Sending Pull Requests is greatly appreciated!
A big thank you to all our contributors! š
+
+
+
+
+
Digital Product Development Experts for Startups & Enterprises
+ + + # Flutter Phone Validation Package by Nonstop IO +
-
-
+
+
+
The Flutter Phone Validation Package by Nonstop IO is a versatile and easy-to-use Flutter package designed to validate phone numbers from more than 200 countries. With this package, users can seamlessly integrate phone number validation into their Flutter applications, enhancing user experience and ensuring data integrity.
@@ -45,28 +48,27 @@ The Flutter Phone Validation Package by Nonstop IO is a versatile and easy-to-us
- **Support for area codes of country:** The package provides support for area codes within countries. Users can input phone numbers with area codes, and the package takes this into consideration during validation. This feature enhances the package's flexibility and applicability to regions where area codes are an integral part of phone numbers.
+
## Getting Started
-To use the Flutter Phone Validation Package in your project, follow these simple steps:
-
-1. Add the package to your `pubspec.yaml` file:
-
+1. Open your project's `pubspec.yaml` file.
+2. Add the `ns_intl_phone_input` package to your dependencies, replacing `[version]` with the latest version:
```yaml
dependencies:
- ns_intl_phone_input: ^1.0.0
+ flutter:
+ sdk: flutter
+ ns_intl_phone_input: ^[version]
```
+3. Run `flutter pub get` to fetch the package.
+
-2. Install the package by running:
+
+## Import the Package
- ```bash
- flutter pub get
- ```
-
-3. Import the package in your Dart file:
-
- ```dart
- import 'package:ns_intl_phone_input/ns_intl_phone_input.dart';
- ```
+```dart
+import 'package:ns_intl_phone_input/ns_intl_phone_input.dart';
+```
+
4. Implement the `NsIntlPhoneInput` widget in your UI, providing the necessary callbacks and customization options.
@@ -211,34 +213,50 @@ Thank you for choosing the Flutter Phone Validation Package by Nonstop IO. Happy
---
-## š Connect with NonStop
+
+## Contributing
-
@@ -351,7 +351,7 @@ A big thank you to all our contributors! š
---
-
+
-
@@ -1095,7 +1087,7 @@ A big thank you to all our contributors! š
@@ -234,7 +234,7 @@ A big thank you to all our contributors! š
@@ -273,7 +273,7 @@ A big thank you to all our contributors! š
@@ -89,7 +89,7 @@ A big thank you to all our contributors! š
-
@@ -239,7 +235,7 @@ A big thank you to all our contributors! š
@@ -143,7 +143,7 @@ A big thank you to all our contributors! š
@@ -14,7 +14,7 @@
# connectivity_wrapper
-
+
[](https://github.com/nonstopio/flutter_forge/tree/main/packages/connectivity_wrapper)
[](https://opensource.org/licenses/MIT)
@@ -32,7 +32,7 @@ This plugin allows Flutter apps provide feedback on your app when it's not conne
- Android Gradle Plugin >=8.3.0
- Gradle wrapper >=8.4
-
+
## Getting Started
1. Open your project's `pubspec.yaml` file.
@@ -46,7 +46,7 @@ This plugin allows Flutter apps provide feedback on your app when it's not conne
3. Run `flutter pub get` to fetch the package.
-
+
## Import the Package
```dart
@@ -314,7 +314,7 @@ against timeouts and errors that might come from the network layer.
---
-
+
## Contributing
We welcome contributions in various forms:
@@ -337,7 +337,7 @@ A big thank you to all our contributors! š
---
-
+
## š Connect with NonStop
@@ -18,17 +18,9 @@
ā” Enterprise-grade Dart schema validation library
-
-
@@ -14,7 +14,7 @@
# HTML Rich Text
-
+
[](https://github.com/nonstopio/flutter_forge/tree/main/packages/html_rich_text)
[](https://opensource.org/licenses/MIT)
@@ -36,7 +36,7 @@ HTML Rich Text is an ultra-lightweight solution for parsing and displaying HTML-
- **O(n) Performance**: Single-pass parsing algorithm for optimal performance
- **Tree-Shaking Friendly**: Unused code is automatically removed during compilation
-
+
## Getting Started
1. Open your project's `pubspec.yaml` file.
@@ -50,7 +50,7 @@ HTML Rich Text is an ultra-lightweight solution for parsing and displaying HTML-
3. Run `flutter pub get` to fetch the package.
-
+
## Import the Package
```dart
@@ -208,7 +208,7 @@ This package is designed for simple HTML text styling. It does not support:
For complex HTML rendering needs, consider using full-featured packages like `flutter_html`.
-
+
## Contributing
We welcome contributions in various forms:
@@ -222,7 +222,7 @@ We welcome contributions in various forms:
A big thank you to all our contributors! š
-
+
## š Connect with NonStop
@@ -14,7 +14,7 @@
# morse_tap
-
+
[](https://github.com/nonstopio/flutter_forge/tree/main/packages/morse_tap)
[](https://opensource.org/licenses/MIT)
@@ -32,7 +32,7 @@ A Flutter package that provides Morse code input functionality using intuitive g
šØ **Intuitive Gestures** - Single tap = dot, double tap = dash, long press = space
š³ **Haptic Feedback** - Customizable tactile feedback for enhanced user experience
-
+
## Getting Started
1. Open your project's `pubspec.yaml` file.
@@ -46,7 +46,7 @@ A Flutter package that provides Morse code input functionality using intuitive g
3. Run `flutter pub get` to fetch the package.
-
+
## Import the Package
```dart
@@ -247,7 +247,7 @@ MorseTapDetector(
)
```
-
+
## Contributing
We welcome contributions in various forms:
@@ -261,7 +261,7 @@ We welcome contributions in various forms:
A big thank you to all our contributors! š
-
+
## š Connect with NonStop
@@ -14,14 +14,14 @@
# ns_firebase_utils
-
+
[](https://github.com/nonstopio/flutter_forge/tree/main/packages/ns_firebase_utils)
[](https://opensource.org/licenses/MIT)
š This package provides a comprehensive set of methods and extensions for Firebase, simplifying its integration into your Flutter projects while also adding valuable functionality.
-
+
## Getting Started
1. Open your project's `pubspec.yaml` file.
@@ -35,11 +35,11 @@
3. Run `flutter pub get` to fetch the package.
-
+
## Import the Package
```dart
-import 'package:ns_firebase_utils/src.dart';
+import 'package:ns_firebase_utils/ns_firebase_utils/src.dart';
```
@@ -63,7 +63,7 @@ This package offers a single plugin that conveniently adds all necessary Firebas
Additionally, it provides a powerful set of methods to accelerate your development process.
-
+
## Contributing
We welcome contributions in various forms:
@@ -77,7 +77,7 @@ We welcome contributions in various forms:
A big thank you to all our contributors! š
-
+
## š Connect with NonStop
@@ -14,13 +14,9 @@
# Flutter Phone Validation Package by Nonstop IO
-
-
-
-
-
-
+
+[](https://github.com/nonstopio/flutter_forge/tree/main/packages/ns_intl_phone_input)
+[](https://opensource.org/licenses/MIT)
@@ -48,7 +44,7 @@ The Flutter Phone Validation Package by Nonstop IO is a versatile and easy-to-us
- **Support for area codes of country:** The package provides support for area codes within countries. Users can input phone numbers with area codes, and the package takes this into consideration during validation. This feature enhances the package's flexibility and applicability to regions where area codes are an integral part of phone numbers.
-
+
## Getting Started
1. Open your project's `pubspec.yaml` file.
@@ -62,7 +58,7 @@ The Flutter Phone Validation Package by Nonstop IO is a versatile and easy-to-us
3. Run `flutter pub get` to fetch the package.
-
+
## Import the Package
```dart
@@ -213,7 +209,7 @@ Thank you for choosing the Flutter Phone Validation Package by Nonstop IO. Happy
---
-
+
## Contributing
We welcome contributions in various forms:
@@ -227,7 +223,7 @@ We welcome contributions in various forms:
A big thank you to all our contributors! š
-
+
## š Connect with NonStop
@@ -14,7 +14,7 @@
# ns_utils - Flutter Utility Library
-
+
[](https://github.com/nonstopio/flutter_forge/tree/main/packages/ns_utils)
[](https://opensource.org/licenses/MIT)
@@ -23,7 +23,7 @@
ns_utils is a powerful Flutter utility library that simplifies and enhances your Flutter app development experience. It provides a collection of methods and extensions to streamline your code, making it more readable and efficient. Whether you need responsive design, date and time handling, map operations, string manipulation, or widget customization, ns_utils has got you covered.
-
+
## Getting Started
1. Open your project's `pubspec.yaml` file.
@@ -37,11 +37,11 @@ ns_utils is a powerful Flutter utility library that simplifies and enhances your
3. Run `flutter pub get` to fetch the package.
-
+
## Import the Package
```dart
-import 'package:ns_utils/src.dart';
+import 'package:ns_utils/ns_utils/src.dart';
```
@@ -117,7 +117,7 @@ Customize widgets with ease:
- Utilize widgets like `Container` and `SizedBox` with simplified notation.
- Expect even more widget enhancements in future updates.
-
+
## Contributing
We welcome contributions in various forms:
@@ -131,7 +131,7 @@ We welcome contributions in various forms:
A big thank you to all our contributors! š
-
+
## š Connect with NonStop