Skip to content

ixyxj/flutter_gylibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flutter_gylibrary

贵阳图书馆flutter版本

Update

  • 重构代码, 新开webview
import './web_route.dart';

const String selectUrl =
    'http://agentdockingopac.featurelib.libsou.com/showhome/search/showSearch?schoolId=1697';

class SearchNamePage extends WebViewRoute {
  static const String route = '/search';   

  @override
  String get url => selectUrl;       

  @override
  String get title => '图书检索';
}

Show

image

Download

pger:https://www.pgyer.com/gylib

TODO

  1. webview back and show empty layout
  2. complete iOS app

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

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

About

贵阳图书馆flutter版本

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published