auto_json_to_dart_converter 1.0.1 copy "auto_json_to_dart_converter: ^1.0.1" to clipboard
auto_json_to_dart_converter: ^1.0.1 copied to clipboard

Generate JSON to Dart and save it in folder json_to_dart on mobile

Auto Json to Dart Converter #

AUTO JSON TO DART CONVERT

Just provide the api link and Dart is created on the device with folder name json_to_dart.

Installation #

First, add auto_json_to_dart_converter: as a dependency in your pubspec.yaml file.

Import

import 'package:auto_json_to_dart_converter/auto_json_to_dart_converter.dart';

Just Provide api link and class name

Future<void> getdata() async {
    AutoJsonToDartConverterGetMethod(
            'https://raw.githubusercontent.com/javiercbk/json_to_dart/master/example/sample.json',
            'Zeeshan',null)
        .getmethod
        .then((onValue) {
      print(onValue.toString());
    }).catchError((onError) {
      print(onError.toString());
    });
  }

Special thanks to Javiercbk

Getting Started #

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

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

MIT License

Copyright (c) 2020 Zeeshux7860

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

3
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Generate JSON to Dart and save it in folder json_to_dart on mobile

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

convert, dart_style, ext_storage, flutter, http, json_ast

More

Packages that depend on auto_json_to_dart_converter