feat(legal): in-app Privacy & rules screen with plain-words summaries and links to the full documents
This commit is contained in:
parent
9668e0e70b
commit
a7e10eba7a
5 changed files with 180 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ import 'ui/favorites_screen.dart';
|
|||
import 'ui/home_screen.dart';
|
||||
import 'ui/intro_screen.dart';
|
||||
import 'ui/inventory_list_screen.dart';
|
||||
import 'ui/legal_screen.dart';
|
||||
import 'ui/plantares_screen.dart';
|
||||
import 'ui/sales_screen.dart';
|
||||
import 'ui/market_offer_detail_screen.dart';
|
||||
|
|
@ -254,6 +255,10 @@ class TaneApp extends StatelessWidget {
|
|||
path: '/about',
|
||||
builder: (context, state) => const AboutScreen(),
|
||||
),
|
||||
GoRoute(
|
||||
path: '/legal',
|
||||
builder: (context, state) => const LegalScreen(),
|
||||
),
|
||||
GoRoute(
|
||||
path: '/inventory',
|
||||
builder: (context, state) => BlocProvider(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue