贵阳图书馆flutter版本
- 重构代码, 新开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 => '图书检索';
}
pger:https://www.pgyer.com/gylib
- webview back and show empty layout
- complete iOS app
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.