I need a planar graph with an exponential amount of matches.
Was wondering is there a good example of this?
I'm finding it hard to believe that its possible to have such a graph.
I was thinking and all I could come up was this

Or maybe something that looks like a chess board. In an $n \times n$ chessboard is there an exponential amount of ways with respect to n to cover the chessboard with dominoes?
An exponential number of matchings occurs when we take disjoint copies of $K_2$. Specifically it will have $2^{\#\text{edges}}$ matchings. The graph is trivially planar.
Variations of this graph still give exponentially many matchings, e.g.
for a connected graph, or
for a connected graph without bridges.
In the case of perfect matchings, an exponential number can be achieved by taking disjoint $4$-cycles. Specifically we have $2^{\#4\text{-cycles}}$ perfect matchings.