Code Monkey home page Code Monkey logo

nautilus's Introduction

Nautilus pub package

logo

有想成为nautilus维护者的尽情给我发邮件

[email protected]

Nautilus是阿里百川电商SDK在Flutter上的实现,通过Nautilus可以实现淘宝登录,打开淘宝商品详情等功能。

Nautilus原本是在一位热心网友的赞助下开发的,现应该网友要求将其开源。在此特别感谢这位朋友。 欢迎加入QQ群:892398530共同交流。

使用需知

同样地,我建议去下载下百川电商SDK Demo并阅读相关文档,并参考官网文档,尽管官网的文档很坑。因为很多内容我不会在这里做赘述。 也欢迎各位朋友PR。

初始化

 import 'package:nautilus/nautilus.dart' as nautilus;
 var  result = await nautilus.initTradeAsync();

淘宝授权登录

进行登录:

var result = await nautilus.login();

我们也可以通过nautilus获取当用户信息:

 import 'package:nautilus/nautilus.dart' as nautilus;
 nautilus.User user = await nautilus.getUser();

也可以查询当前用户是否登录:

 import 'package:nautilus/nautilus.dart' as nautilus;
 bool isLogin = await nautilus.isLogin();

打开淘宝详情:

 import 'package:nautilus/nautilus.dart' as nautilus;
 nautilus.openItemDetail(itemID: "41576306115");

打开淘宝URL

 import 'package:nautilus/nautilus.dart' as nautilus;
 nautilus.openUrl(pageUrl: "https://taoquan.taobao.com/coupon/unify_apply.htm?sellerId=2165762428&activityId=5698d91c0b474d9caf88279009bda4f3");

更多功能敬请期待

捐助

请作者喝杯咖啡。

LICENSE

Copyright 2018 OpenFlutter Project

Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements.  See the NOTICE file distributed with this work for
additional information regarding copyright ownership.  The ASF licenses this
file to you under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License.  You may obtain a copy of
the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the
License for the specific language governing permissions and limitations under
the License.

nautilus's People

Contributors

jarvanmo avatar yangshu-io avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.