Skip to content

Commit

Permalink
UPDATE: update shared_preferences to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidzou committed Oct 12, 2023
1 parent 6668bdf commit 1075fcb
Show file tree
Hide file tree
Showing 9 changed files with 339 additions and 27 deletions.
16 changes: 16 additions & 0 deletions example/assets/bg/a.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
91 changes: 91 additions & 0 deletions example/assets/bg/b.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions example/assets/bg/bg_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions example/assets/bg/bg_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
83 changes: 83 additions & 0 deletions example/assets/bg/c.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions example/lib/pages/page_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ import 'package:plume/framework/dialog.dart';
import 'package:plume/widget/head.dart';

class TestPage extends StatelessWidget {


svg() {

}

@override
Widget build(BuildContext context) {
// 求一个背景色,是主题色的相对色的一半?
Expand Down
Loading

0 comments on commit 1075fcb

Please sign in to comment.